Introduction
Blockchain is probably crypto's most poorly explained word. Yet the idea is simple: it's a shared ledger replicated across thousands of computers, where every operation is validated by everyone and impossible to erase. You don't need a central bank to trust the system — trust comes from the code and the network itself.
A truly simple definition
Picture a big ledger where every transaction is written down (who sends what to whom). Now imagine this ledger is copied identically on thousands of computers around the world. Every time a new transaction happens, all those computers verify it, then add it to their copy.
That's exactly what a blockchain is: a shared, public ledger, incredibly hard to modify — because you'd have to hack thousands of computers at the same time.
The classroom notebook analogy
If the whole class keeps a copy of the same notebook and writes down every trade (a pencil for a pen, a sandwich for an apple), nobody can deny or modify a trade after the fact. That's blockchain, at planet scale.
Why we call it a 'chain of blocks'
Transactions are grouped into batches called blocks. Each block contains some transactions and a unique signature (a 'hash') that depends on the previous block.
That signature works like a wax seal: change even a comma in a block and the seal no longer matches, invalidating every block that follows. That's what makes blockchains nearly impossible to forge.
- A block = a batch of transactions validated together.
- Each block references the previous one via its hash.
- Tampering with one block breaks the entire chain after it.
The hash: the anti-fraud signature
A hash is a function that takes any data and turns it into a fixed-length string of characters. The word 'hello' will always produce the same hash. But 'Hello' (capitalized) produces a completely different hash. There's no way to reverse it.
This property is what secures the blockchain: if someone alters a past transaction, the block's hash changes, so every subsequent block's hash becomes invalid. Recomputing the entire history would require an astronomical amount of computing power.
Decentralization, plainly
Decentralized simply means there's no boss. Nobody — not even the company that created the blockchain — controls the network. Rules live in the code, and everyone follows them.
Concretely: if you send 0.01 Bitcoin to a friend, no bank validates the transaction. Thousands of computers (the 'nodes') verify it in minutes, and the transfer becomes permanent.
Without a central bank, it's bound to be chaos.
Actually : The rules are written in the code and enforced to the letter by thousands of computers. It's actually stricter than a bank, which can change its terms or go bankrupt.
Why it's considered safe
Safety doesn't come from one company protecting your data. It comes from massive redundancy and cryptography. To rewrite history, you'd need to simultaneously control most of the global network — an astronomical economic and energy cost.
That said, blockchain doesn't protect everything: if you lose your private keys or fall for a scam, the blockchain records it all without being able to refund you. Network safety ≠ your personal safety practices. More on this in the Wallets & security module.
What you should remember
- 01A blockchain is a ledger shared across thousands of computers.
- 02Every transaction is validated by the network, not by a central authority.
- 03Rewriting history would mean hacking the whole world at once.
- 04Blockchain secures the network, not your bad personal decisions.
Ready to practice?
Open your Deblock account in minutes and apply what you have just learned.
