← All articles

Blockchain in five minutes: how a chain of blocks works

No math and no marketing. We show why records on a blockchain cannot be quietly altered.

Imagine a notebook in which many people record transactions at the same time. Each new page (a block) contains a fingerprint of the previous one, like a seal that fits only one specific piece of content.

Why it cannot be cheated

If someone changes even a single letter on an old page, its fingerprint no longer matches the next one. The entire rest of the chain immediately stops adding up. For a swap to go unnoticed, you would have to recompute all the following blocks and convince the majority of the network to accept it at the same moment.

  • Hash: a digital fingerprint of data. The smallest change produces a completely different fingerprint.
  • Block: a batch of transactions carrying the fingerprint of the previous block.
  • Consensus: the rules by which the network agrees on which record is the true one.

Who guards the notebook

No single party. And that is the point. Many independent computers keep a copy. To falsify the history, you would need to take control of most of them at once, which in a large network is extremely expensive.

A blockchain is not "secure" because an advertisement says so. It is resilient, because rewriting the past takes more work than it is worth.

That is all there is to it. Everything else (cryptocurrencies, smart contracts, NFTs) is built on top of this one simple idea: a shared notebook that cannot be quietly rewritten.

This material is educational content and does not constitute investment advice.

Keep reading

More from the knowledge base

Practice4 min read

Your First Transaction Step by Step

Your first blockchain transaction is irreversible, so it is worth doing calmly. We show how to start with a small amount, check the address and confirm the transfer in a block explorer.

Technology5 min read

How Hash Functions Work

Hash functions turn any data into a short, unique fingerprint. We explain what they are, how they work and why blockchain could not exist without them.

Security4 min read

Phishing in Crypto: How It Works and How to Defend Yourself

Phishing in crypto does not break security systems, it breaks our vigilance: scammers impersonate trusted brands to steal credentials and access to funds. We explain how to spot an attack and how to defend against it.