Technology · May 3, 2025 · Amelia Hart · 5 min
A blockchain is a shared, append-only digital ledger spread across many computers, so records are hard to change without everyone noticing. Here is how it actually works, what it is good for beyond cryptocurrency, and where its limits lie.
Few technology words have been stretched as far as "blockchain." It has been attached to currencies, art, supply chains and grand promises to remake the internet. Strip away the hype, though, and the core idea is a single, surprisingly simple one: a way to keep a shared record that no one party can quietly rewrite.
Here is what a blockchain actually is, and what it is not.
A blockchain is a shared, append-only ledger — a record of transactions or data that is copied across many computers and linked together so that earlier entries are extremely difficult to change.
Picture a notebook that thousands of people each hold an identical copy of. Whenever a new page is filled, everyone updates their copy at the same time, and every new page is stamped with a code derived from the page before it. To forge an old entry, you would have to rewrite that page and every page after it, on most copies in the world, faster than everyone else is adding new ones. In practice, that is close to impossible.
That combination — many copies, strict ordering, and tamper-evident links — is the whole trick. Everything else is detail.
The "chain" in blockchain is not a metaphor. Data is grouped into blocks, and each block is joined to the one before it using cryptography.
The key tool is a hash: a mathematical function that turns any input into a short, fixed-length string of characters, its digital fingerprint. Change even one character of the input and the fingerprint changes completely.
The breakthrough is not secrecy. Many blockchains are fully public. The breakthrough is making the history almost impossible to rewrite without everyone noticing.
If everyone keeps their own copy, who decides which new block is the real one? This is where consensus mechanisms come in — the shared rules participants follow to agree on the next block.
Two common approaches are:
The point of both is the same: let strangers who do not trust each other converge on one shared version of the truth, without a central authority refereeing.
Not all blockchains are open to the world.
| Type | Who can join | Typical use |
|---|---|---|
| Public (permissionless) | Anyone | Cryptocurrencies, open networks |
| Private (permissioned) | Approved members only | Business consortia, internal records |
Public chains maximise openness; permissioned ones trade some of that openness for speed, privacy and control, and are what many businesses actually experiment with.
Cryptocurrency was the first big use of blockchain, but it is far from the only one. The technology suits situations where several parties need to share a record none of them fully controls. Understanding the underlying ideas matters as much as following the headlines — a habit that also helps with media literacy when reading the news.
Like other fast-moving fields such as machine learning, the genuinely useful applications tend to be narrower and less glamorous than the early promises.
A blockchain is a tool, not magic, and an honest account includes real drawbacks.
Central banks and regulators, including the Bank of England, have studied the technology closely precisely because its strengths and limits both matter for how money and records might work in future.
A blockchain is a shared, ordered, tamper-evident ledger spread across many computers, held together by cryptographic links and shared rules for agreeing what counts as valid. Its real value is letting parties who do not fully trust one another keep a common record without a central authority in charge.
That is genuinely useful for some problems and pure overhead for many others. The technology is powerful, but it is slow, sometimes energy-hungry, and only worth the trouble when the absence of a trusted middleman is the actual problem you are trying to solve.