A blockchain is a shared digital ledger that stores information in a chain of linked blocks, copied across many computers at once. Each new block is tied to the one before it with a cryptographic fingerprint, so once information is recorded it becomes extremely hard to change without everyone noticing. Because many independent computers hold copies and must agree on updates, no single party controls the record. Blockchain is the technology underneath most cryptocurrencies, but it is a general idea for keeping tamper-resistant records. This article is general education, not financial advice.
What problem does a blockchain solve?
Imagine a shared spreadsheet that many people can add to but no one can secretly edit. Normally, if you want a trustworthy record of transactions, you rely on a central authority, such as a bank, to keep the master copy. Everyone trusts that one institution to be honest and accurate.
A blockchain removes the need for that single trusted keeper. Instead of one master copy held by one company, many identical copies are held by many computers. When someone wants to add new information, the network follows shared rules to agree on whether it is valid and then updates every copy. This is why blockchains are described as “distributed” ledgers.
This design is what makes cryptocurrencies possible. If you are still getting your bearings, our guide to what cryptocurrency is shows how the ledger fits into the bigger picture.
How does a blockchain actually work?
The name is a good clue: it is literally a chain of blocks. Here is what that means, step by step.
- Transactions are collected. New pieces of information, such as “Alice sent 2 coins to Bob,” gather in a pool waiting to be recorded.
- A block is formed. The network bundles a batch of these transactions together into a block.
- The block gets a fingerprint. A process called hashing turns the block’s contents into a short, unique code. Change even one character inside the block, and the code changes completely.
- Blocks link together. Each new block includes the previous block’s fingerprint. This is the “chain” part, and it is why editing an old block would break every block after it.
- The network agrees. Participants follow shared rules to confirm the new block and add it to their copies of the ledger.
Once a block is added and more blocks pile on top, rewriting it becomes practically impossible, because you would have to redo every block that came after it, on the majority of the network’s computers, all at once.
Why is a blockchain so hard to tamper with?
Three features work together to make blockchains resistant to fraud and editing.
- Linking. Because each block carries the previous block’s fingerprint, any change ripples forward and gets noticed immediately.
- Distribution. The ledger is copied across many computers. To rewrite history, you would need to change the majority of those copies simultaneously.
- Consensus rules. The network only accepts updates that follow agreed-upon rules, so a single bad actor cannot simply insert a false entry.
This combination is why people describe blockchain records as “immutable,” meaning they are extremely difficult to alter after the fact. It is not magic, and it is not perfectly unbreakable, but it raises the cost of cheating enormously.
Public versus private blockchains
Not all blockchains are open to everyone. The main types differ in who is allowed to participate.
| Type | Who can join | Who can see it | Typical use |
|---|---|---|---|
| Public | Anyone | Anyone | Most cryptocurrencies |
| Private | Invited members only | Restricted | A single company’s internal records |
| Permissioned | Approved participants | Often restricted | Groups of businesses sharing data |
Most cryptocurrencies you will read about, including Bitcoin, run on public blockchains that anyone can inspect. That transparency is a feature: you can verify the ledger yourself rather than trusting a company’s word for it.
How does blockchain relate to specific cryptocurrencies?
Different cryptocurrencies build on the blockchain idea in different ways, and comparing two well-known examples makes this concrete.
Bitcoin uses a blockchain mainly to track a single digital currency and move it between people. Our guide to what Bitcoin is explains how its network confirms transactions through mining.
Ethereum uses a blockchain to do that and more: it can run small programs, sometimes called smart contracts, directly on the network. Our overview of what Ethereum is covers that added capability. If you would like the two compared head to head, see Bitcoin vs Ethereum.
The key takeaway is that “blockchain” is the shared foundation, and each cryptocurrency adds its own rules and features on top.
What blockchain is not
Because the word appears in so many headlines, it collects some myths worth clearing up.
- It is not the same as cryptocurrency. A blockchain is a record-keeping technology; a cryptocurrency is one thing that record can track.
- It is not automatically anonymous. Public blockchains are transparent, and activity can often be traced, even though addresses are not names.
- It is not immune to scams. The ledger being tamper-resistant does not stop someone from tricking you into sending funds. Reviewing common crypto scams is still important.
- It does not undo mistakes. Because records are permanent, a wrong transfer usually cannot be reversed.
The short version
A blockchain is a shared, tamper-resistant ledger maintained by many computers rather than one central authority. Blocks of information link together with cryptographic fingerprints, and the whole network must agree before anything is added. That structure is what lets cryptocurrencies move value without a bank in the middle.
Understanding the ledger is the foundation for everything else in crypto, including keeping your own funds secure. When you are ready to think about protection, our guide on how to keep your crypto safe is a practical next step. As always, this is general education rather than personalized financial advice.