What is blockchain? Explained without the jargon
A blockchain is a public record-book that's shared across thousands of computers — no single one of which can change the past entries. It was invented in 2008 alongside Bitcoin. The Bitcoin blockchain now has over 880,000 blocks recording more than 1 billion transactions, with copies stored on tens of thousands of computers worldwide. This guide explains what a blockchain is, how it works, why it matters, and where it's used outside of cryptocurrency.
A blockchain is a shared digital ledger that records transactions in blocks, with each block linked to the one before it. No single person or company controls it. Thousands of computers store identical copies and check each other's work. Once written, it's permanent and public. Bitcoin runs on a blockchain. So do Ethereum, Solana, and most other cryptocurrencies.
What is blockchain, really?
The simplest way to understand blockchain is to think of it as a shared notebook that thousands of people have identical copies of. When someone writes a new entry, everyone's copy updates at the same time. No one person controls the notebook. No one can erase what's already written.
That's it. That's the core idea.
The technical term for this shared notebook is a decentralized ledger. A ledger is just an accounting term for a record of transactions. Decentralized means no single company or government runs it — the network of computers sharing the ledger runs it collectively.
Here's a more concrete example. Imagine you and nine friends decide to track who owes whom money in a shared Google Doc. Every time someone pays someone else, you add a line to the doc. Everyone can see every transaction. No one can delete old lines — you can only add new ones. That's basically how a blockchain works, except instead of 10 friends with a Google Doc, it's tens of thousands of computers around the world running specialized software.
The word "blockchain" comes from how the data is structured. Transactions are grouped into blocks. Each block is linked to the one before it, forming a chain. Once a block is added to the chain, it's permanent. You can't go back and change block 500 without also changing blocks 501, 502, 503, and every block after it. The network would immediately reject this because everyone else's copy wouldn't match.
This structure makes the history tamper-evident. If you try to cheat, everyone else's copy will prove you wrong.
How does blockchain actually work?
You don't need to understand the math to use blockchain-based systems, but the basics help you avoid mistakes and understand why certain things work the way they do.
The blocks
A block is a batch of transactions bundled together. Think of it as one page in a ledger. On Bitcoin's blockchain, a new block is added roughly every 10 minutes. Each block contains a few thousand transactions on average.
Every block includes three key pieces of information: the list of transactions, a timestamp, and a cryptographic fingerprint (called a hash) of the previous block. That fingerprint is what creates the chain — each block points back to the one before it.
The chain
Because each block contains the fingerprint of the previous block, changing any old block would change its fingerprint. That would break the link to the next block. The next block's fingerprint would then be wrong, breaking the link to the block after that, and so on. The entire chain after your fake block would be invalid.
This is why blockchains are called "permanent" — once something is written, it's effectively locked in. To rewrite history, you'd need to redo all the work of creating every block from your fake one forward, faster than the rest of the network is adding new blocks. On a large network like Bitcoin, that's prohibitively expensive.
Who adds the blocks
On most blockchains, specialized computers called nodes compete to add the next block. The process is called mining on Bitcoin and some other blockchains. Miners solve a difficult math puzzle — the first one to solve it gets to add the next block and earns a reward in Bitcoin.
This competition is what keeps the network secure. To cheat, you'd need to control more computing power than all the honest miners combined. On Bitcoin, that would cost tens of billions of dollars in hardware and electricity. It's cheaper to play by the rules and collect the mining reward than to try to cheat.
Other blockchains use different methods. Ethereum switched in 2022 to proof of stake, where validators lock up cryptocurrency as collateral instead of solving puzzles. The principle is the same — make cheating more expensive than it's worth.
For a deeper look at how mining works, see our guide to crypto mining.
Why is blockchain useful?
The reason blockchain matters is what it makes possible: a shared record that no single party controls. That sounds abstract, but it solves a specific problem that's been unsolvable until now.
Normally, when you need a shared record — like a bank ledger, a property registry, or a supply-chain log — someone has to be in charge of it. A bank keeps track of who has how much money. A government keeps track of who owns which land. A company keeps track of where products came from.
That works fine until the party in charge makes a mistake, gets hacked, goes out of business, or decides to change the rules. Blockchain offers an alternative: a record that exists independently of any single organization.
Here are the four things blockchain does that traditional databases can't:
- No single point of failure. If one computer goes down, the other thousands keep running. There's no central server to attack or shut down.
- Transparent history. Anyone can verify what happened and when. You don't have to trust that the record-keeper is being honest — you can check for yourself.
- Censorship resistance. No company or government can freeze your account or reverse a transaction. Once it's on the blockchain, it's there.
- Programmable rules. On blockchains like Ethereum, you can write smart contracts — programs that automatically execute when conditions are met, with no middleman needed.
These properties make blockchain useful for cryptocurrency, but also for other applications where you need a shared record without a trusted central party.
You'll hear people claim blockchain will "revolutionize everything" — voting, healthcare, real estate, supply chains, identity systems. Most of those claims are oversold.
Blockchain works best when you genuinely need a shared record with no central authority. For most business problems, a regular database controlled by a trusted party is faster, cheaper, and simpler. Many corporate "blockchain projects" announced in 2017-2019 were quietly shelved because they didn't actually need blockchain — they just needed better software.
The proven use case, after 16 years, is cryptocurrency. Everything else is still experimental.
Is blockchain the same thing as Bitcoin?
No. Bitcoin is a cryptocurrency that runs on a blockchain. The blockchain is the underlying technology. Bitcoin is one application of that technology.
Think of it like the internet and email. The internet is the infrastructure. Email is one thing you can do with the internet. Blockchain is the infrastructure. Bitcoin is one thing you can do with blockchain.
Here's how they relate:
| Aspect | Blockchain (the technology) | Bitcoin (one application) |
|---|---|---|
| What it is | A method of storing data in linked blocks across many computers | A digital currency that uses blockchain to track ownership |
| When invented | Concept existed in research papers since 1991; first working version in 2008 | January 2009 |
| Who created it | Various researchers; Satoshi Nakamoto made the first practical version | Satoshi Nakamoto |
| Purpose | General-purpose: can store any kind of data | Specific: digital money without banks |
| Can exist without the other | Yes — you can build blockchains for non-currency uses | No — Bitcoin requires a blockchain to function |
| Examples | Bitcoin blockchain, Ethereum blockchain, Solana blockchain, private blockchains | Just Bitcoin (though there are forks like Bitcoin Cash) |
Bitcoin was the first major use of blockchain technology. It proved the concept works. Since then, thousands of other blockchains have been created — Ethereum, Solana, Cardano, Polkadot, and many more. Each has different features and trade-offs.
For more on Bitcoin specifically, see What is Bitcoin?
What can you build on blockchain?
Blockchain can theoretically be used for anything that needs a shared, tamper-evident record. In practice, most real-world uses fall into a few categories.
Cryptocurrency
This is the most proven use case. Bitcoin, Ethereum, and thousands of other digital currencies run on blockchains. The blockchain tracks who owns how many coins. When you send Bitcoin to someone, the transaction gets recorded on the Bitcoin blockchain. No bank needed. For more on the difference between coins and tokens, see our guide to coins vs tokens.
Smart contracts
On blockchains like Ethereum, you can write programs that run on the blockchain itself. These are called smart contracts. They automatically execute when certain conditions are met. For example: "If Alice sends 1 ETH to this contract, automatically send her 100 tokens in return." No middleman, no trust required — the code runs exactly as written.
Smart contracts power most of what's called decentralized finance (DeFi) — lending, borrowing, trading, and other financial services that run without banks or brokers.
NFTs and digital ownership
Non-fungible tokens (NFTs) use blockchain to prove ownership of digital items — art, music, game items, domain names, event tickets. The blockchain records who owns what. Whether that's useful or just hype depends on the specific use case.
Supply-chain tracking
Some companies use blockchain to track products as they move through a supply chain. Walmart uses it to track food from farm to store. Maersk uses it for shipping containers. The blockchain provides a shared record that all parties can see and trust.
Other uses (mostly experimental)
Governments and companies have tested blockchain for land registries (Sweden, Ghana), medical records (Estonia), voting systems, and digital identity. Most of these are still pilots. The challenge is that blockchain adds complexity and cost — it only makes sense when you genuinely need a shared record with no central authority.
According to Cambridge CCAF research, enterprise blockchain adoption peaked in 2018-2019 and has since declined, with many projects abandoned. Cryptocurrency remains the dominant real-world use.
Who controls a blockchain?
This depends on the type of blockchain. There are three main types, and they have very different control structures.
| Type | Who can read | Who can write | Who controls rules | Examples |
|---|---|---|---|---|
| Public blockchain | Anyone | Anyone | Network consensus (majority of nodes) | Bitcoin, Ethereum, Solana |
| Private blockchain | Invited parties only | Invited parties only | The organization that runs it | Some corporate supply-chain systems |
| Consortium blockchain | Invited parties only | Pre-approved nodes | Group of organizations | Some banking networks |
Public blockchains like Bitcoin are the most decentralized. No company owns Bitcoin. No government controls it. The rules are set by the software, and changing the rules requires convincing the majority of the network to adopt the change. This has happened a few times (most notably the 2017 split that created Bitcoin Cash), but it's rare and contentious.
Private and consortium blockchains are faster and more efficient, but they sacrifice the main benefit of blockchain — no central authority. If a group of companies controls the blockchain, you're back to trusting that group. At that point, a regular database might work just as well.
When people talk about "blockchain" in the context of cryptocurrency, they almost always mean public blockchains.
What are the limits of blockchain?
Blockchain is powerful for specific problems, but it's not magic. It has real limitations that matter if you're trying to use it or invest in it.
Speed and cost
Blockchains are slower and more expensive than traditional databases. Bitcoin processes about 7 transactions per second. Visa processes over 24,000. Ethereum is faster but still nowhere near centralized systems. This is a fundamental trade-off — decentralization requires coordination across thousands of computers, which takes time.
Transaction fees can also spike when the network is busy. During peak times, a Bitcoin transaction might cost $20-50. An Ethereum transaction can cost even more. Newer blockchains like Solana are faster and cheaper, but they make different trade-offs (usually less decentralization).
Energy use
Blockchains that use proof of work (like Bitcoin) consume enormous amounts of electricity. Bitcoin's network uses roughly 160 terawatt-hours per year — comparable to a mid-sized country. This is by design — the energy cost is what makes attacks expensive. But it's a real environmental concern.
Proof-of-stake blockchains like Ethereum (post-2022) use far less energy — about 99.95% less than proof-of-work. But they're newer and less battle-tested.
Irreversibility
Once a transaction is on the blockchain, it's permanent. If you send Bitcoin to the wrong address, there's no "undo" button. No customer service can reverse it. This is a feature for censorship resistance, but it's a bug for user experience. Traditional payment systems let you dispute charges and reverse mistakes. Blockchain doesn't.
Garbage in, garbage out
Blockchain can verify that data hasn't been changed since it was recorded. It cannot verify that the data was correct in the first place. If someone records false information on a blockchain, the blockchain will faithfully preserve that false information forever. This limits blockchain's usefulness for real-world tracking — you still need to trust whoever enters the data.
Complexity
Using blockchain-based systems is harder than using traditional systems. You have to manage private keys (lose them and your money is gone). You have to understand gas fees, transaction confirmations, and wallet addresses. For most people, this is too much friction. That's why most crypto users still rely on centralized exchanges, which defeats much of the point of blockchain.
For more on the practical challenges, see our guide to keys and wallet addresses.
Frequently asked questions
What to read next
You've got the blockchain basics. Here are the four most useful next reads:
Editorial Policy · Method · Affiliate Disclosure · Contact editorial