Almost every crypto idea traces back to one invention: the blockchain. Strip away the jargon and it is simply a shared record book that thousands of computers keep in sync, where no single person or company is in charge and old entries cannot quietly be changed. That combination — shared, public and tamper-resistant — is what makes cryptocurrencies possible.
A ledger no one owns
A traditional ledger lives with one trusted keeper: your bank holds the record of your balance. A blockchain spreads that record across a global network of computers, each holding an identical copy. To change the record, you have to convince the network — not a single gatekeeper. There is no head office to hack, bribe or shut down.
Why it is called a “chain of blocks”
New transactions are bundled into a block. Each block carries a unique fingerprint called a hash, plus the hash of the block before it. That links every block to its predecessor in a chain. If someone tampers with an old block, its fingerprint changes, which breaks the link to every block after it — making the edit instantly obvious to the whole network.
How the network agrees
Because no one is in charge, the network needs rules to agree on which transactions are valid and in what order. These rules are called consensus mechanisms. The two best known are proof of work and proof of stake — we compare them in Proof of Work vs Proof of Stake. Both make cheating far more expensive than playing fair.
What blockchains are good (and bad) at
Blockchains shine when you need a shared record that strangers can trust without a middleman — money, ownership, voting. They are slower and more expensive than a normal database, which is the price of decentralization. That trade-off is why scaling solutions like Layer 2 networks exist, and why not everything needs a blockchain.
The bottom line
A blockchain is a shared, append-only ledger secured by cryptography and consensus rather than by a trusted authority. Understand blocks, hashes and agreement, and the rest of crypto — from Bitcoin to DeFi — starts to make sense. New to the terms? Keep our glossary open as you read.