What Is Blockchain? A Plain-English Explanation
A blockchain is a shared digital ledger that records transactions across many computers at once, in a way that no single party can quietly change. Instead of one company keeping the books, thousands of independent machines keep identical copies and agree on every update. That shared agreement is what makes crypto possible without a bank in the middle.
Blocks and chains
Transactions are grouped into blocks. Each new block contains a cryptographic fingerprint of the block before it, linking them into a chain. Change one old transaction and its fingerprint changes, which breaks every block after it. That chaining is why a blockchain is so hard to tamper with.
How the network agrees: consensus
Because no one is in charge, the network needs a rule for agreeing on which transactions are valid. This is called consensus. Two common methods:
| Method | How it secures the chain | Used by |
|---|---|---|
| Proof of Work | Computers compete to solve puzzles | Bitcoin |
| Proof of Stake | Validators lock up coins as a bond | Ethereum |
Proof of Work spends electricity to make cheating expensive. Proof of Stake requires validators to put coins at risk, which they lose if they act dishonestly. Proof of Stake is also what makes staking possible.
Why decentralization matters
Because the ledger is copied across many computers, there is no single point of failure and no single party that can censor or reverse transactions. That property, not the price of any coin, is the core innovation behind crypto.
What blockchains are used for
- Sending value without a bank, as with bitcoin.
- Running programs called smart contracts, as on ethereum.
- Tracking ownership of digital assets and tokens.
Frequently asked questions
Is blockchain the same as bitcoin? No. Bitcoin is one cryptocurrency that runs on a blockchain. Blockchain is the underlying technology, used by thousands of projects.
Can a blockchain be hacked? Changing the recorded history of a large blockchain is extremely difficult and expensive. Most losses come from wallets and exchanges, not the chain itself.
Is blockchain only used for cryptocurrency? No. The same idea is used for supply-chain tracking, identity, and other records, though crypto is its best-known use.
Next steps
See the technology in action with our guides on how to buy bitcoin and what is a crypto wallet.