A blockchain is a shared record of transactions that thousands of computers keep identical copies of and constantly agree on, so no single company owns it or can quietly change it. That’s the whole concept. The rest — “Web3,” “trustless,” “decentralized consensus” — is vocabulary built on top of that one idea. In my last piece I said the blockchain is what makes crypto work; here I’ll actually open the box and show you what’s inside, without the buzzwords.
Start with a ledger
Forget crypto for a second. A ledger is just a list of who did what: “Anna paid Ben $10.” Your bank keeps one for you. The catch is that the bank keeps it privately — you trust them to record the truth, and if they make a mistake or freeze your account, you argue with their customer service.
A blockchain takes that ledger and does something strange with it: it makes thousands of copies, hands one to every participant, and sets rules so they all have to agree before a new line is added. There’s no head office holding the “real” version. The real version is whatever the majority agrees on. That’s what people mean when they throw around the word “decentralized” — there’s no single owner of the truth.
Why it’s called a “chain”
New transactions get bundled together into a block. Each block gets a kind of digital fingerprint (a hash), and — this is the clever part — each new block includes the fingerprint of the block before it. So block 100 points back to block 99, which points back to block 98, all the way to the start.
That linking is why it’s a “chain,” and it’s also the security trick. If someone tries to secretly rewrite an old transaction, that block’s fingerprint changes, which breaks the link to every block after it. To get away with the edit, you’d have to redo every block since, on more than half the machines in the network, faster than everyone else is adding new ones. On a large network that’s wildly impractical. The result people care about: once something is buried a few blocks deep, it’s effectively permanent.
How do the computers agree? (the consensus part)
This is the piece that confuses everyone. Thousands of strangers’ computers need a fair way to decide whose block gets added next. Two main systems exist.
Proof of work (Bitcoin) makes computers race to solve a hard, pointless math puzzle. The winner adds the next block and earns new coins. It’s secure but burns enormous amounts of electricity, which is the criticism you’ve heard.
Proof of stake (Ethereum and most newer networks) replaces the puzzle with a deposit. Participants lock up their own coins as collateral; the network picks one to add the next block, and if they cheat, their deposit gets slashed. Ethereum switched to this in an event called “the Merge,” which according to ethereum.org cut the network’s energy use by roughly 99.95%. Same goal as proof of work — make cheating expensive — with a fraction of the power bill.
You don’t need to run any of this yourself to use crypto. But knowing that “consensus” just means “an expensive, rule-based way for strangers to agree on the list” takes most of the mystery out of it.
The thing nobody warns you about: there’s no undo
The flip side of “very hard to tamper with” is “very hard to fix.” Send funds to the wrong address, and there’s no bank to call and reverse it. Approve a malicious transaction, and it executes exactly as written. The blockchain doesn’t know or care that you made a mistake — it only knows the rules were followed.
This is genuinely the part beginners underestimate. Decentralization removes the middleman, but the middleman was also the person who could undo your error. You’re trading convenience and a safety net for control and independence. Whether that trade is worth it depends entirely on what you’re trying to do.
Public, private, and the “blockchain for everything” hype
The blockchains behind Bitcoin and Ethereum are public — anyone can read them, anyone can participate. Some companies run private blockchains internally, which is really just a shared database with extra steps, and often a normal database would do the job better. When you hear a press release about putting mangoes or concert tickets “on the blockchain,” ask what problem the chain actually solves that a regular database doesn’t. Frequently the answer is “marketing.” I’ve watched this particular pitch cycle through supply chains, healthcare, and voting systems — and almost every time, a Postgres database would have done the job better, cheaper, and with actual customer support.
Where blockchains are doing real, boring, measurable work in 2026 is money movement. Dollar-pegged stablecoins running on Ethereum crossed roughly $158 billion in circulation, increasingly used for payments, remittances, and settlement between institutions. That’s not a moonshot story — it’s plumbing — but plumbing is usually where a technology proves it’s real.
So is a blockchain “good”?
It’s a tool with a specific strength: letting parties who don’t trust each other share one record without a central authority. That’s powerful for some problems and pointless overkill for others. A blockchain does not make a coin valuable, a project trustworthy, or a return guaranteed — it’s just the ledger underneath. Anyone implying otherwise is selling something.
If you understand that much — shared ledger, linked blocks, expensive-to-cheat consensus, no undo button — you understand more than most people arguing about it online. Next, I’d read up on how people actually lose money in this space, because almost none of it involves the technology failing.
FAQ
Is a blockchain the same as Bitcoin? No. Bitcoin is one cryptocurrency that runs on its own blockchain. The blockchain is the underlying record-keeping system; many different coins and projects run on their own.
Can a blockchain be hacked or changed? Rewriting confirmed history on a large public blockchain is extremely difficult by design. But the things built around it — exchanges, wallets, apps, and the humans using them — get attacked constantly. The ledger holding up doesn’t protect you from a scam or a mistake.
Why do people say blockchains waste energy? That criticism mainly targets proof-of-work systems like Bitcoin, which use heavy computation. Proof-of-stake networks like Ethereum use a tiny fraction of that energy.
Do I need to understand all this to use crypto? Not really, but understanding “no undo button” and “the chain doesn’t protect me from scams” will save you far more money than memorizing the jargon.
Continue with the basics in What Is Cryptocurrency?, or read how beginners actually lose money. More plain-English explainers are in the Crypto section. About the author — Theo is a developer who has followed crypto since the early days and writes about it without the hype. Not a financial advisor; just here to explain how things work.