The technology under every cryptocurrency is the blockchain. The buzzword hides a fairly intuitive idea.
A shared ledger
Imagine a ledger of every transaction — but instead of one bank holding it, thousands of computers each hold an identical copy. When you send crypto, the transaction is broadcast to the network, and the computers agree to add it. Because everyone holds the same copy, no single party can secretly change it.
New transactions are grouped into blocks, and each block is cryptographically linked to the one before it — forming a chain. To alter an old record you’d have to redo every block after it on a majority of computers at once, which is effectively impossible on a large network. That’s what makes a blockchain tamper-resistant.
Reaching agreement
How do strangers’ computers agree on what’s valid without a boss? Through a consensus mechanism:
- Proof of work (Bitcoin) — computers (“miners”) race to solve a hard puzzle for the right to add the next block, earning new coins. It’s secure but uses enormous energy.
- Proof of stake (Ethereum and most newer chains) — participants lock up (“stake”) coins for the right to validate, far more energy-efficient.
You don’t need the maths — just the idea: the network rewards honest participants for keeping the ledger correct.
What it’s good (and not good) for
A blockchain shines where you want a shared record without trusting a middleman. But it’s slow and costly compared with a normal database, so “put X on the blockchain” is often hype, not a real improvement. The genuine breakthrough was money that works this way; many other claims are marketing.
The takeaway
A blockchain is a shared ledger copied across many computers, with transactions bundled into linked blocks that make history extremely hard to alter. A consensus mechanism (proof of work or proof of stake) lets strangers agree without a central authority. Powerful for trustless records — overhyped for almost everything else. (This is education, not investment advice.)