What a blockchain is, and what it isn’t

blockwrittenchange onethe fingerprintblockdoesn’t add upblockdoesn’t add upthe networkrejects
every block carries the fingerprint of the one before it — touch one and every block after it breaks.

The blocks are chained in a line, and each one holds the mathematical fingerprint of the one before it. Changing a block that is already written changes its fingerprint, so every block after it stops adding up — and anyone holding a copy of the ledger sees it straight away.

in short
A blockchain is a shared ledger where every line is tied to the one before it. Change an old line and every line after it breaks, and anyone can see it happen. It is not a magic technology. It is a database that bought immutability and paid for it in efficiency, and it is worth having only where that price buys something.

The metaphor that works — a spreadsheet?

Yes, and it is worth starting there because it is true. Picture a sheet with three columns — who sends, who receives, how much — shared with thousands of people. Each row is a movement of money. That part is all there is. There is no cloud, there is no electronic brain, there is a table.

The differences from an ordinary shared sheet are four, and they all sit in the rules. There isn’t one copy — everybody holds a whole one. Rows already written don’t get edited. Everybody sees everything. And adding a row means following a mathematical procedure, not asking permission from whoever made the file.

The name comes from here too. Rows don’t go in one at a time. They are gathered into groups — blocks — and each block carries the fingerprint of the one before it stamped into it. Blocks in a chain, blockchain. Keeping in mind that there is a table underneath is what stops you being impressed. What is remarkable isn’t the technology. It’s the rules they built around it.

Who decides a row is true?

The majority of the people holding a copy. At a bank there is a central system that checks whether you have the money and authorizes it. Here the request goes out to the whole network, and every connected computer — they are called nodes — checks for itself that the sums add up.
the sums add uprejected
every copy checks for itself — the row goes in if the sums add up for the majority, and whoever finds an error rejects it.

A transaction is accepted when the majority of the nodes holding a copy of the ledger confirm that the sums add up. No authority decides on its own, and whoever tries to write something false is rejected by the others.

If the majority says it is fine, the row goes into the block and becomes final. If somebody tries to write that they sent money they don’t have, the others have the whole history in front of them and reject it. Nobody has to investigate. The numbers not adding up is enough.

This is why the number of copies matters more than the power of any one of them. A network with few copies in few hands is faster and more fragile. One with many copies spread around is slow and hard to bend. The two don’t go together, and that is why blockchains differ so widely from one another.

How do you earn the right to write?

Two ways, and they are the two mechanisms you hear about constantly. In the first — proof of work, bitcoin’s — whoever wants to add a block has to solve a problem with no shortcuts. You try over and over, and trying burns electricity. Whoever solves it first writes, and gets paid.

In the second — proof of stake, Ethereum’s since 2022 — whoever wants to take part puts up tokens as security instead, like a bond. Validate honestly and you are paid; cheat and the bond is taken away. It burns a fraction of the energy the first one does.

Both serve the same purpose — making dishonest behavior expensive, without anyone having to be trusted. And both have a price, energy on one side and concentration of capital on the other, which is the subject of the guide devoted to it, where the comparison is made point by point.

The four properties, and what they cost?

The four things that make a blockchain different from any other database are also the four things that make it awkward, and they read in pairs.
four properties, four prices
propertywhat it gives youwhat it costs you
immutablenobody rewrites the historynot even your mistakes
transparentcheckable by anyoneincluding what you do
distributedthe network doesn’t go downpower concentrates elsewhere
always openno opening hoursthe risk doesn’t sleep
the four properties, and what each one costs.

Immutable means nobody rewrites the history, and neither do your mistakes get rewritten. Transparent means everything is checkable by anyone, including what you do. Distributed means the network doesn’t go down, not that power is spread out. Always open means no opening hours, and it also means the risk doesn’t sleep.

It is immutable. What is written stays, and nobody can rework the history — which goes for your mistakes too. Send the money to the wrong address and it has arrived, for ever, with no appeal. It is transparent. Anyone can download the whole history and check it, from day one — which goes for yours too. Addresses carry no names, but everything you do is visible to anyone who cares to look, and whoever puts two clues together gets to the person.

It is distributed. If a piece goes down the network carries on, and switching it off would mean switching off the internet — which doesn’t stop power concentrating, as we’ll see two lines from here. And it is always open. No opening hours, no weekend, no holidays, which is convenient, and also means a position can be liquidated at three in the morning while you sleep.

How distributed is it, in practice?

Less than the word suggests, and differently from one network to the next. Bitcoin has thousands of copies of the ledger scattered around the world, which makes switching it off impossible. But the computing power that decides which block goes in is concentrated in a few mining pools, and those are addresses a government can write to.
bitcointhousands of copies, a few pools deciding
ethereumone operator at 25% of the stake
the fast networksfew validators, by construction
where the power sits in three different networks. source: lido’s share from the measures register, 2026-08-19.

In bitcoin the copies of the ledger number in the thousands, but the computing power is concentrated in a few mining pools. In Ethereum anyone can validate, but it takes thirty-two ether to do it alone and about 25% of the stake goes through a single operator. On the fast networks the validators are few by construction.

Ethereum has the mirror-image problem. Anyone can take part, in theory. In practice it takes thirty-two ether to do it alone, so almost everyone goes through somebody who does it for them — and one operator, Lido, currently carries about 25% of the total stake. The faster networks, from Solana down, have few validators by construction. That is the price they pay for speed.

The useful conclusion isn’t that it is all a fiction. It’s that “distributed” describes resistance to being switched off, not the distribution of power. Those are two different things, and they are worth looking at separately — not least because the first is nearly always true and the second nearly never.

What is it actually good for, and what not?

It is good where the problem is not being able to trust whoever holds the ledger. Sending value abroad without going through somebody who takes a percentage and a week — that makes sense. Having an agreement carried out by a contract instead of by an office — that makes sense, if you know what you are signing. Keeping track of who owns a digital thing — arguable, but at least it uses the right property.
where the price of immutability pays for itself, and where it doesn’t
usedoes it hold?why
value across bordersyesthe problem is the intermediary
agreements run by codeyesif you know what you are signing
digital ownershipmaybeit uses the right property
tracking a supply chainnoa falsehood at the start stays for ever
votingnowhoever holds the key votes for you
medical recordsnopublic and impossible to correct
six uses, and what separates them.

These hold up: transfers of value between countries, agreements carried out by a contract, ownership of digital goods. These don’t: supply-chain tracking, because a false entry at the start becomes permanent; voting, because a stolen key votes in your place irreversibly; medical records, which don’t improve by being public and impossible to correct.

It is no good where the problem is a different one. Tracking tomatoes from the field to the supermarket doesn’t become reliable because the ledger is immutable. If something false is written at the start, that falsehood becomes permanent — garbage in, garbage for ever. Voting from home doesn’t become secure: whoever stole your key would vote in your place, irreversibly. Medical records don’t get better by being public and impossible to correct.

The question to ask, before every “let’s put it on the blockchain”, is always the same one. Does the ledger here have to be immutable and public, or do I just need a database built properly? In the second case an ordinary database costs a thousand times less and can be corrected, which is often exactly what is wanted.

Why is it talked about as a revolution?

Because it is overrated and underrated at once, and the two sit together without contradicting each other. It is overrated when it gets presented as the answer to any problem. In that role it doesn’t work, and every project built on that promise has ended the same way.

It is underrated because underneath that noise sits something that did not exist before: a ledger nobody controls, that anyone can write to by following the rules, and programs that carry out an agreement with nobody having to authorize them. That opens up possibilities that weren’t there — decentralized finance is the first and the most concrete.

Two questions are enough to find your bearings. The first: which intermediary is this thing taking out? If there is no answer, a blockchain isn’t needed. The second: what breaks if the code is badly written? Because in a system where what is written stays written, a mistake doesn’t get corrected. It gets paid for.

last checkedAugust 19, 2026
from scratch · step 2 of 2
You have finished the “from scratch” path: what money without banks is, and what keeps the record of it.
the other paths3 in all
the words in this piece · 7
blockchain
a register of entries that sits on many machines at once, where every block carries the fingerprint of the one before it, and rewriting the past costs more than it pays.
burn
the permanent destruction of tokens: they are sent to an address nobody can move them from ever again, and the quantity in circulation falls.
mining pool
a group of miners who put their computing power together and split whatever they find.
pool
the common till the trades happen on: whoever puts their own coins into it takes a slice of the fees.
proof of stake
the way of keeping a network standing by making whoever validates it lock tokens up, instead of spending energy.
proof of work
the way of keeping a network standing by making whoever validates it spend energy.
token
the unit a protocol issues. it can serve to vote, to pay, to receive revenue, or to do nothing at all.
guide · checked August 19, 2026all the guides