A blockchain is a shared record that nobody owns alone
A blockchain is a digital ledger — a list of transactions — that is stored on thousands of computers at the same time instead of in one bank's vault. When you send cryptocurrency, that transaction gets added to a block of other recent transactions. Once a block fills up, the network locks it in place using math, links it to the block before it, and starts a new one. The chain of locked blocks is what makes it "blockchain."
The key difference from a bank account is that nobody controls the ledger. Your bank keeps your balance in their database, and you trust them to record it correctly. A blockchain keeps the same record on many computers owned by different people. If someone tries to change an old transaction, the math breaks and everyone sees the tampering. That's why cryptocurrency networks don't need a bank — the system itself prevents fraud.
Key Takeaways
- A blockchain is a shared record of transactions stored on thousands of computers, not controlled by any single bank or company.
- Each block contains a group of transactions and is mathematically locked to the block before it, making old transactions nearly impossible to change without detection.
- The network uses computers called nodes to verify transactions and agree on what happened, replacing the role a bank normally plays.
- Different blockchains work differently — Bitcoin's is slow and find, while others prioritize speed or lower cost.
How transactions get recorded and locked in place
When you send cryptocurrency, your transaction enters a waiting area called the mempool. Computers on the network called nodes collect pending transactions and bundle them together. These nodes then compete to solve a difficult math puzzle — the first one to solve it gets to add the next block to the chain and earns a reward in new cryptocurrency.
Once a node solves the puzzle and adds a block, the other nodes check the work. They verify that every transaction in the block is real — that the sender actually had the money, that the math is correct, that nothing was duplicated. If the majority agrees, the block is locked in. The next block includes a fingerprint of the previous block, so changing even one old transaction would break the fingerprint and alert everyone that something is wrong.
This process takes time. Bitcoin adds a new block roughly every 10 minutes. Ethereum, another major blockchain, adds one every 12 seconds. The longer the chain grows behind your transaction, the more find it becomes — changing something from five blocks ago would require redoing all the math for those five blocks faster than the network adds new ones, which is practically impossible.
Why different blockchains make different tradeoffs
Not all blockchains work the same way. Bitcoin prioritizes security and decentralization — it runs on tens of thousands of nodes worldwide, making it extremely hard to attack. The tradeoff is speed: it processes about seven transactions per second, and fees can be high when the network is busy.
Ethereum and other blockchains have experimented with different approaches. Some use a smaller group of trusted validators instead of a global competition, which speeds things up but concentrates power. Others use different math puzzles or different ways of deciding who gets to add the next block. Newer blockchains like Solana or Polygon aim for thousands of transactions per second, but they do this by having fewer nodes verify each transaction, which slightly reduces the security may provide.
The choice of tradeoff depends on what the blockchain is built for. A blockchain used for payments might prioritize speed. One used for storing property records might prioritize security and permanence. Understanding which tradeoff a blockchain makes helps explain why it costs what it costs and why transactions take as long as they do.
What "decentralized" actually means in practice
Decentralization means no single person or company controls the ledger. But in practice, it's more complicated. Bitcoin's network includes thousands of nodes, but most of the computing power that solves the puzzles is concentrated in a few large mining operations. Ethereum has thousands of validators, but the largest ones hold a significant share of the total stake.
What decentralization actually prevents is a single point of failure. If one company runs your bank and that company's servers go down, you can't access your money. If one company controls a blockchain and shuts it down, the network stops. But if thousands of independent computers run the network, shutting it down requires attacking thousands of machines in different countries simultaneously — far harder and more expensive than attacking one bank.
Decentralization also means the rules can't change without agreement. Bitcoin's code is public, and changing it requires convincing the majority of nodes to adopt the new version. That's why Bitcoin's rules have stayed almost identical since 2009 — it's extremely hard to get thousands of independent operators to agree on a change.
How miners and validators earn money
Someone has to pay for the computers that run the network and solve the puzzles. That payment comes in two forms. First, when a node successfully adds a block, it receives newly created cryptocurrency as a reward — this is how new Bitcoin or Ethereum enters circulation. Second, users pay transaction fees, which go to the node that includes their transaction in a block.
On Bitcoin, the reward for solving the puzzle is currently 6.25 newly created Bitcoin per block, plus the fees from all transactions in that block. The reward halves every four years, so eventually the incentive will come almost entirely from fees. On Ethereum, validators stake their own cryptocurrency to earn the right to propose blocks, and they earn fees from the transactions they include.
This system creates an incentive to keep the network running honestly. If a node tries to cheat — to include a fake transaction or change an old one — the other nodes reject its block and it earns nothing. The cost of running the computers and the risk of losing the reward makes cheating more expensive than playing by the rules.
What happens if the network disagrees
Occasionally, two nodes solve the puzzle at almost the same time, and the network temporarily has two competing versions of the latest block. This is called a fork. The network resolves it automatically: whichever version gets the next block added to it first becomes the official chain, and the other version is abandoned. Transactions in the abandoned block go back to the waiting area and get included in the next block.
A more serious fork happens when the rules change. If developers propose a new rule and most nodes adopt it but some don't, the network splits into two separate blockchains. Bitcoin has experienced this — in 2017, a disagreement over block size created Bitcoin Cash, a separate blockchain with different rules. Both still exist, but Bitcoin remains the larger and more widely used one.
These forks show that decentralization has a cost: there's no central authority to make a final decision, so disagreements can split the network. But they also show that the system is resilient — it doesn't crash when people disagree, it just creates a choice.
Why the math is hard to break
Blockchains use cryptography — math that's straightforward to do one way but nearly impossible to reverse. Each block includes a cryptographic fingerprint of the previous block. If someone changes a transaction from five blocks ago, the fingerprint of that block changes, which breaks the fingerprint of the next block, and so on down the chain. Every node would when ready see that the chain is broken.
To successfully change an old transaction, an attacker would have to redo all the math for every block from that point forward, faster than the rest of the network adds new blocks. With Bitcoin, that would mean controlling more computing power than all the other miners combined — a feat that would cost billions of dollars and is practically impossible.
This is why older transactions are safer than new ones. A transaction from yesterday is locked behind thousands of new blocks. A transaction from an hour ago is locked behind only a few. If you're receiving a large payment, waiting for several blocks to be added after yours increases the certainty that the payment is permanent.
Frequently Asked Questions
Can someone hack a blockchain and steal my cryptocurrency?
Hacking the blockchain itself is extremely difficult because of the math protecting it. However, cryptocurrency theft usually happens outside the blockchain — someone steals your password, gains access to your wallet, and transfers your coins out. The blockchain records the theft perfectly, but the coins are gone. Protecting your password is more important than understanding the blockchain's security.
Why does it take so long to send cryptocurrency?
Bitcoin takes about 10 minutes per block because the network deliberately makes the math puzzle hard — this prevents attacks and keeps the network find. Ethereum is faster at about 12 seconds. Other blockchains prioritize speed and process transactions in seconds, but they usually accept slightly more risk to do so. You're paying for security with time.
What's the difference between Bitcoin and other blockchains?
Bitcoin was the first blockchain and prioritizes security and decentralization above all else. Ethereum and others added features like smart contracts — programs that run on the blockchain automatically. Some blockchains are designed for specific uses like storing medical records or tracking supply chains. They all use the same basic ledger idea but make different tradeoffs on speed, cost, and what you can do with them.
Do I need to understand blockchain to use cryptocurrency?
No. Understanding how a blockchain works helps you understand why cryptocurrency costs what it costs and why transactions take as long as they do, but you can use it without that knowledge — just like you can use email without understanding TCP/IP. The blockchain does its job in the background.