What Is a Blockchain?

📖 5 min read

✍️ Napsal a zkontroloval Karel HavlíčekAktualizováno 2026🛡️ Redakčně nezávislý

Quick Answer

Blockchain je seznam záznamů, které jsou zkopírovány napříč mnoha počítači a uzamčeny dohromady tak pevně, že změna jednoho starého záznamu by po něm rozbila vše. To je důvod, proč je důvěryhodný bez důvěryhodného prostředníka.

💡 Think of it as…

Stoh stránek, kde je každá nová stránka opatřena pečetí odolnou proti neoprávněné manipulaci, která také obsahuje nepatrný otisk předchozí stránky. Vytrhněte nebo upravte jakoukoli stránku a každá pečeť nad ní se přestane shodovat – okamžitě odhalíte podvod každému, kdo má kopii.

Blocks

Blok je jen skupina transakcí plus nějaká metadata. Bitcoin přidává nový blok zhruba každých 10 minut. Každý blok má maximální velikost, takže transakce soutěží o místo placením poplatků.

The chain (hashes)

Every block stores the hash — a unique digital fingerprint — of the block before it. This links blocks into a chain in a fixed order. Because each fingerprint depends on the previous one, the blocks are mathematically welded together.

Why it is tamper-evident

Change a single transaction in an old block and its fingerprint changes, which breaks the next block, and the next, all the way to the top. To get away with it you would have to redo all that proof-of-work faster than the entire network — practically impossible.

🔑 Key takeaway

Blockchain je záznam spojený pouze s připojením a otiskem prstu zkopírovaný na mnoha počítačích. Můžete k němu přidávat, ale nemůžete jej potichu přepisovat.

Why this matters for you

This is the foundation under every exchange, wallet and stablecoin you use across Asia. Knowing how it works helps you judge which projects are genuinely decentralized and which just borrow the buzzword.

Často kladené otázky

Is blockchain the same as Bitcoin?

No. Blockchain is the underlying record-keeping technology; Bitcoin is the first and largest network that uses it. Many other projects use blockchains too — see Bitcoin vs blockchain.

Can a blockchain be hacked?

Rewriting Bitcoin’s blockchain would require out-computing the entire global network (a "51% attack"), which is astronomically expensive. Most "crypto hacks" are actually exchanges or wallets being breached, not the blockchain itself.

Is the blockchain public?

Bitcoin’s blockchain is fully public — anyone can inspect every transaction. Identities are not attached directly, but addresses can sometimes be linked to people, so it is pseudonymous, not anonymous.

Keep learning