Back to All Lessons
New to Crypto  ›  Foundation
Foundation · Lesson 02

How Blockchain Works

Everyone says "blockchain" like it explains itself. It doesn't. So here's the honest, no-jargon version — the one that finally makes the word click.

5 min readWritten for beginnersLesson 2 of 20

Remember that shared notebook?

In Lesson 01 we said crypto lives on a shared notebook that thousands of people each hold a copy of. That notebook has a proper name: the blockchain. Now let's open it and see how it actually works — still no jargon.

The word gives the whole thing away. It's a chain of blocks. Each block is just a page that holds a bunch of recent transactions. When a page fills up, it's sealed and a fresh one begins — locked to the one before it.

The one idea to remember

A blockchain is a chain of sealed pages — and each page locks the one before it.

Each block carries a unique fingerprint — and also stamps the fingerprint of the block before it. Change one old transaction and its fingerprint changes, which breaks every block after it. The tampering shows instantly.

So why can't anyone cheat it?

Three things, working together, make the blockchain almost impossible to fake:

  • Thousands of copies. The same notebook is held on computers worldwide. To fake it, you'd have to change most copies at the exact same moment.
  • Sealed pages. Each block is locked to the one before it. Edit page 400 and pages 401, 402, 403… all break.
  • Everyone agrees first. Before a new page is added, the network has to agree it's valid. A lone faker simply gets ignored.

Watch a transaction travel

Picture the journey when you send crypto to a friend. It's only four steps:

BLOCK 1 BLOCK 2 NEW BLOCK Your ₹500 NETWORK EVERYONE CHECKS & AGREES
Your payment joins a new block → the whole network checks it → once agreed, the block is sealed and chained on — permanently.

Why this matters for you

You don't need to run any of this yourself. But understanding it is what stops you being fooled. When someone promises a coin that's "instant, free, and totally private," you'll know to ask: who agrees the blocks, and how many copies exist? Real decentralisation is the whole point — and it's rarer than the marketing claims.

The honest part

Blockchains are secure, but they're not magic. The coins on top of them can still crash, get hacked at the exchange level, or be outright scams. A strong blockchain doesn't make a coin a good investment — that's a separate question we'll keep asking.

In one line

A blockchain is a chain of sealed pages, copied across thousands of computers, where everyone agrees before anything is added — which is exactly why it's so hard to fake.

Back to All Lessons