What is the shortest possible answer?
A blockchain is a database of records (who sent how much to whom) that is kept simultaneously by many independent computers, and those computers regularly agree on exactly what the database looks like. None of them is the boss. That is precisely why it gets described as "the ledger nobody owns."
This is the first lesson of the zaklad path. We will not talk about prices or about what to buy. We will talk about how this thing works, because without that every other debate is impossible to follow.
Why do we even need a ledger nobody owns?
Picture an ordinary situation. Anna sends Bořek 10 crowns. In the classic world a bank records this in its database: it subtracts 10 from Anna and adds 10 to Bořek. It works, but there is one assumption we usually do not notice: we all have to trust that one bank not to change the record.
In theory the bank could, by mistake or on purpose, write that Anna has slightly less, or that the transaction never happened. In practice laws, audits and oversight prevent that. But technically the record is controlled by a single entity.
A blockchain solves the same task differently. Instead of one ledger at one bank, there are many identical copies of the same ledger on computers all over the world. When Anna sends Bořek 10, the transaction is broadcast to the network and every copy of the ledger notes it down. To forge a record, someone would have to rewrite the majority of copies at once, which for large networks is practically prohibitively expensive and complicated.
Where did the word "blockchain" come from?
From the way transactions get recorded. They are not collected one by one, but in batches. A batch is called a block. A block is something like a single page of a ledger: it contains a list of transactions for a certain period.
When the page fills up, it is closed and attached after the previous page. That is how a chain of blocks (block + chain) is formed. The key point is that every new block carries within it a so-called fingerprint (a mathematical summary) of the previous block. If you change anything on an old page, its fingerprint changes, and as a result the fingerprint stored in the following page no longer matches, and neither does the one in the next page, and so on all the way to the end.
In other words: rewriting one old record does not mean rewriting one spot. It means rewriting everything that came after it too, and doing so at the same time on the majority of computers in the network. It is exactly this interlinking that makes older records practically immutable.
Who decides which record is the correct one?
This is the heart of the matter and also the place where people get lost most often. When there is no boss, who says that Anna's 10 crowns really left her account?
The answer is: rules that all the computers in the network agreed on in advance. These rules are called the consensus mechanism. Put simply, they determine who is allowed to assemble the next block and under what conditions the others will recognize it as valid. Different networks use different mechanisms (the best known are proof of work and proof of stake), and we will explain those in later lessons. For now one thing is enough:
Agreement does not arise because someone has the final word. It arises because the vast majority of participants independently compute the same result according to the same rules.
What can a blockchain actually do, and what can it not?
Let us stick to one concrete sentence: "Anna sent Bořek 10." What does the blockchain guarantee about it and what does it not?
| Question | What the blockchain solves | What it does not solve |
|---|---|---|
| Did the transaction happen? | Yes, once written into a block it is publicly verifiable | - |
| Can the record be deleted afterwards? | Practically no, the older it is the harder | - |
| Is Anna really Anna? | No, the network only knows the address, not the person's identity | You have to handle real identity elsewhere |
| Was 10 a sensible amount? | No, the network does not judge whether the deal was a good idea | The meaning of the transaction is up to people |
| Will the money come back if there is a mistake? | No, there is no central complaints desk | A mistake usually cannot be undone |
This table is more important than it looks. A blockchain is a tool for agreement about records, not for justice, not for protection against your own mistakes, and not for verifying who you are. A lot of disappointment with crypto comes from expecting the ledger to do something it never promised.
So why does it matter that nobody owns the ledger?
Because it changes who you have to trust. With a bank you trust an institution. With a blockchain you trust that it will not pay off for the majority of independent computers (or that they will not technically manage) to forge the record.
Neither of these is magic and neither is free. It is simply a different distribution of trust. Some people prefer one, some the other, and it depends on what they use it for. Our job here in the Classroom is not to tell you which is better. It is to give you the vocabulary and the map so you can decide for yourselves.
What should you be able to do after this lesson?
- Explain in your own words why a blockchain is called the ledger nobody owns.
- Describe what a block is and why blocks are interlinked into a chain.
- Distinguish what a blockchain guarantees (that a record exists and is hard to change) from what it does not guarantee (identity, justice, reversibility of a mistake).
- Answer the question "who am I actually trusting here" for both a bank and a blockchain.
You can look up the definitions of individual terms anytime in our glossary under the entry blockchain.
What remains uncertain and what will we save for next time?
We deliberately left out three things, because they deserve their own lessons:
- How agreement is reached exactly (proof of work vs. proof of stake). We only said that rules exist, not how they are computed.
- How safe it really is. "Practically impossible to rewrite" does not mean "mathematically impossible under all circumstances." Security depends on the size and distribution of the network, and that differs significantly between different blockchains.
- What a blockchain costs (energy, speed, fees). A ledger held by thousands of computers is not free.
And one honest note at the end: for this lesson we have no live data indicator to show you, so we did not make one up. This is an explanation of a principle, not a measurement of a market. In the later lessons of the zaklad path we will get to numbers that can actually be tracked.

