Argo · Kids Course · Class 2

What Is a Blockchain?

The notebook nobody can erase, explained for every age, with the story of how we got here and an honest look at what it cannot do.

Sponsored by Argo, a private AI journal

All classes
Class 2 · The lesson

What Is a Blockchain? The Notebook Nobody Can Erase

Class 0 asked what a computer is. Class 1 asked what happens when the thinking part learns for itself. This class asks something different, and it is not really about machines at all: how can a lot of people agree on what is true, when nobody is in charge? The answer turns out to be a notebook, one everybody has a copy of, where every page is glued to the page before it.

If we all keep the same notebook, and every page is glued to the one before it, then nobody can sneak in and change what happened.

Say this first, to the whole room. Every age level below is a deeper version of it.

The two prompts

One for the hands, one for the head. Read each prompt out whole, then give each child the version that fits them. Every level is doing the same thing, just at a different depth.

Drawing prompt

Draw your own chain. Four boxes in a row, joined by links. In each box, draw one thing that happened today, in order. Give every box its own seal: a squiggle, a stamp, a little symbol. Then copy the seal from each box into the box that comes after it. Now try to change box 2, and look at what happens to every seal after it.

Littlest (2–4), Draw a chain. Big links, joined together. Colour it in. Holding the pen counts.
Middle (5–8), Four boxes with arrows between them, one drawing in each, and your own seal-stamp on every box.
Older (9–12), Draw three friends standing around the chain, each holding an identical copy of it. Label the boxes “blocks”, the links “hashes”, and the copies “the network”.

Journaling prompt

Who do you trust, and how do you know? Write about one person you trust completely, and how that trust got built. Then: what is one thing you would want written down forever, so nobody could ever change it? And what is one thing you would rather nobody could see at all?

Littlest (2–4), Say one person you trust out loud. A grown-up writes the name in the notebook; the child draws them.
Middle (5–8), Three sentences. “I trust ___ because ___.”
Older (9–12), The full prompt, including the last part, public forever vs. private forever. That distinction is the lesson, and it is why a private notebook and a public ledger are two different tools.

Some things belong on a wall everyone can read, and some things belong in a notebook only you can open. Knowing which is which is a skill, and it is the whole reason this class has a notebook in it.

The STEM lesson

What is a blockchain, explained by age

The same idea, told at the right depth for each child. Explain the youngest version to everyone, then add a layer for the older kids while the little ones start drawing.

Three cheerful cartoon children holding up open notebooks, all three showing the same drawing of an apple with a green checkmark, under the words “SAME NOTEBOOK!”
Age 3

Everybody has the same notebook

You have a notebook. I have a notebook. She has a notebook. They are all the SAME. If I give you my apple, everybody writes it down. Now nobody can say it did not happen.

A three-stage cartoon infographic titled “How a blockchain works!”: WRITE IT DOWN (a notebook and pencil), LINK THE PAGES (four sealed cards joined by chain links), and EVERYBODY CHECKS (three children holding copies, two with green checkmarks and one with a red X).
Age 7

Write it down → Link the pages → Everybody checks

Imagine our class keeps one notebook of who traded what, except every single person has their own copy, and every page is glued to the page before it. If someone sneaks off and changes page 2, their notebook stops matching everybody else’s, and we all see it straight away. You do not have to trust a person. You can check.

A flat-vector infographic titled “How a blockchain works”: three blocks in a row, each carrying the previous block’s hash forward (0000 → 7f2a → 9c1b → 4e8d), a THE NETWORK panel of six computers with one rejected, and a TAMPER = BROKEN panel showing an edited block snapping the links after it.
Age 12

Hashes, blocks, consensus & keys

A hash is a fingerprint for data: feed in a whole book and you get back a short string of characters. Change one comma and the fingerprint changes completely, and you cannot run it backwards. Take a batch of transactions, call it a block, and stamp inside it the fingerprint of the block before it. Do that over and over and you have a chain: changing anything in an old block breaks every block after it. Thousands of computers each hold the whole chain, and consensus rules decide who adds the next block. You prove a transaction is yours with a private key, a secret number that signs it, which anyone can verify without ever seeing the secret.

The five pieces

What the oldest kids should be able to name by the end.

HashA one-way fingerprint of data. Same input → same fingerprint. Tiny change → completely different fingerprint.
BlockA batch of transactions, plus the hash of the block before it.
ChainBlocks linked by those hashes, so tampering with the past breaks everything after it.
NetworkThousands of independent computers, each holding the whole chain and checking every new block.
ConsensusThe rules for who adds the next block and what counts as the real chain, proof of work (spend electricity) or proof of stake (put money at risk).

Bonus piece, keys. Your private key is a secret number. Your public key (your address) comes from it and is safe to share. Signing with the private key proves you authorised something without revealing the secret. Lose the private key and the money is gone forever, no helpdesk, no reset. “Not your keys, not your coins.”

The honest part

A blockchain guarantees that the record was not changed. It does not guarantee that what was written is true, or fair, or a good idea. If someone lies to the notebook, you get a permanent, tamper-proof lie, and because it cannot be undone, a mistake or a scam is final. That is exactly why so many people lose money in crypto: the technology is honest, the people are not always.

The most important thing you will say all class.

The one-glance ladder

Age 2We all have the same notebook.
Age 5Everybody writes it down, so nobody can change it.
Age 7Pages glued to pages, everybody holds a copy, everybody checks.
Age 10Each block carries a fingerprint of the last one, so the past cannot be edited.
Age 13Hash-linked blocks, replicated across an untrusted network, ordered by a consensus rule, authorised by digital signatures.

The story of blockchain

Tell it as a story about a problem: how do you send something valuable to a stranger, over the internet, with nobody in the middle? For thirty years, very clever people chipped away at it, and then somebody nobody can name put the pieces together.

1976

The key idea, literally

Whitfield Diffie and Martin Hellman invent public-key cryptography: a pair of keys where one locks and the other unlocks. Suddenly two strangers can keep a secret without ever meeting. Nothing that follows is possible without this.

1979

Merkle trees

Ralph Merkle works out how to fingerprint a huge pile of data with one small hash, so you can prove one item belongs without sending all the rest. Every blockchain still uses it.

1991

The first blockchain, nobody called it that

Stuart Haber and W. Scott Stornetta publish “How to Time-Stamp a Digital Document”: chain each timestamp to the one before it so the order cannot be faked. Bitcoin’s whitepaper cites them. Their actual problem was ordinary, proving when a scientist wrote something down.

1993

Making spam expensive

Cynthia Dwork and Moni Naor suggest making a computer do a little pointless work before it can send you a message. Cheap for one email, ruinous for a million.

1997

Hashcash

Adam Back builds that idea into something real. This is proof of work.

1998

Two near-misses

Wei Dai describes b-money and Nick Szabo describes bit gold: money with no bank, kept honest by computation. Neither was ever built. Szabo had already coined the phrase “smart contracts” in 1994.

2008

The whitepaper

On 31 October, someone calling themselves Satoshi Nakamoto posts nine pages: “Bitcoin: A Peer-to-Peer Electronic Cash System.” They took Merkle’s trees, Haber and Stornetta’s chain, Back’s proof of work and Diffie and Hellman’s keys, and made the pieces fit. Nobody knows who they are, and they have not been heard from since 2011.

2009

The genesis block

On 3 January the first block is mined. Satoshi wrote a newspaper headline into it: “Chancellor on brink of second bailout for banks.” A timestamp and an argument in the same breath. Nine days later the first transaction goes to Hal Finney, who had downloaded the software because it sounded interesting.

2010

The pizza

On 22 May, Laszlo Hanyecz pays 10,000 bitcoin for two pizzas, the first time it bought anything real. The point of the story is not what those pizzas cost later; it is that somebody had to be first to treat it as real.

2015

A blockchain you can program

A nineteen-year-old, Vitalik Buterin, asks why the notebook can only hold money. Ethereum launches in July: the chain runs little programs, smart contracts, so the shared notebook can hold rules, games, art and whole organisations.

2016

Privacy arrives

Zcash ships zero-knowledge proofs in a real currency: prove a payment is valid without revealing who, whom, or how much. A blockchain that is verifiable and private at the same time.

2020–21

The loud years

NFTs, DeFi, enormous prices, enormous crashes, and an enormous number of scams. Worth saying out loud to the older kids: a lot of people got hurt, and the hype was neither the technology’s fault nor its friend.

2022

The Merge

On 15 September, Ethereum switches from proof of work to proof of stake and its energy use drops by roughly 99.9% overnight. The biggest criticism of blockchains turned out to be fixable.

2024

Into the plumbing

Regulated bitcoin funds list on ordinary stock exchanges, and banks and governments quietly start using chains for settlement. The revolutionary phase ends the way they usually do, it becomes infrastructure.

Who built it

The people to name

Whitfield Diffie & Martin Hellman

Public-key cryptography, 1976. The keys everything is built on.

Ralph Merkle

Merkle trees, fingerprint a mountain of data with one hash.

Stuart Haber & W. Scott Stornetta

Chained timestamps, 1991. The first blockchain, before the word existed.

Cynthia Dwork & Moni Naor

Proof of work as an idea, 1993.

Adam Back

Hashcash, 1997, proof of work made real.

Wei Dai & Nick Szabo

b-money and bit gold; Szabo also named “smart contracts”.

Satoshi Nakamoto

Bitcoin, 2008. Assembled the pieces. Identity still unknown.

Hal Finney

Ran the software on day one; received the first transaction.

Vitalik Buterin

Ethereum, a blockchain you can program.

Where blockchain is right now

What it is genuinely good at

  • Send value to anyone, anywhere, without asking permission, useful when banks are slow, closed, or not an option where you live.
  • Keep records nobody can quietly edit, ownership, votes, certificates, supply chains, proof a document existed on a date.
  • Run rules that enforce themselves: a smart contract does what it says, the same way, for everybody.
  • Let you actually own digital things, art, game items, tickets, names.
  • Prove without revealing, zero-knowledge proofs show something is true without handing over the secret.
  • Keep working when nobody is in charge. That is the actual invention.

What it cannot do

Say this part clearly.

  • It cannot make a lie true. It only guarantees nobody changed the record.
  • It cannot be undone. Send it to the wrong address and it is gone. Lose your key and it is gone. There is no support line.
  • It is not automatically private. Most chains are public, anyone can read every transaction, forever.
  • It is not free of people. Scams and hype are everywhere in crypto, and checking the chain does not tell you who to trust.
  • It is slow and expensive next to a normal database. If one trusted organisation can just keep the list, this is the wrong tool.
  • Proof of work uses real electricity, far less than it used to, but real.

Looking forward

What might happen next

Frame this the same way as the AI class: nobody knows, and the experts genuinely disagree. That is not a cop-out. It is the most accurate thing you can tell them, and it invites them to have an opinion of their own.

Fairly likely, soon

  • Money moving between countries in seconds instead of days, for a few cents.
  • Digital ID and school certificates you carry and prove yourself.
  • Proving a photo or video is real and was not generated, a direct answer to the problem last class created.
  • Zero-knowledge proofs everywhere: prove you are over 18 without showing your birthday.

Plausible, further out

  • Organisations run by their members and their rules rather than by a boss.
  • Ownership of ordinary things (a house, a share, a ticket) recorded on open chains by default.
  • AI agents that hold their own keys and pay each other for work. The two classes meet: the AI thinks, the blockchain keeps it honest.

The big open argument

Some very smart people think open blockchains will end up under most of the world’s money and record-keeping. Other very smart people think it is a clever answer to a problem almost nobody has, and that a trusted database is simply better nearly every time. Both groups have good reasons, and both have been right about specific things. When adults argue this hard, the question is genuinely open, and the kids in this room get to answer it.

The part that stays human

A blockchain is a machine for not needing to trust anybody. That is a real and beautiful invention, and it is not how you live. You will still choose friends, tell the truth, and keep promises nobody could ever check. Trust between people is the thing worth having; this technology is only for the situations where you cannot have it. And the record of your life, what you thought, what you felt, what you noticed, does not belong on a wall everybody can read. It belongs in your notebook.

Close on this. It is what the whole class is actually about.

The 15-minute STEM block

How the STEM lesson runs inside the sixty-minute class.

4
min

Explain

The age-3 version to the whole room with real notebooks, then the age-7 three-step version, then the age-12 layer for the older kids. Two or three story beats from the history, the newspaper headline and the pizza always land.

2
min

Say it back

Pair up. Each child explains “why can’t you cheat in the shared notebook?” to their partner in their own words.

6
min

Draw or write

The drawing prompt and the journaling prompt, at each level. Both are above.

3
min

Share

Two or three volunteers show their page. Ask: “What is one thing you would want written down forever?”

Unplugged game, “The Human Blockchain.” Every child has their notebook open. Announce a trade, “Maya gives Tom a sticker”, and everybody writes it down, numbered. Do five or six. Then quietly ask one child to change trade number 2 in their own notebook. Now read trade 2 aloud from three notebooks at once. One does not match. “Who is wrong, the one, or the many?” Then make it harder: ask how to catch a cheat without reading every page aloud. Someone will invent the seal. That is a hash, and they found it themselves.

Knowledge check

Five quick questions, then five to answer in your own words. Anyone can submit and see their results, sign in if you want your answers saved to come back to.

1.What is a blockchain?

2.Why can’t you change something written in an old block?

3.A hash is…

4.Who published the Bitcoin whitepaper in 2008?

5.What does a blockchain NOT promise?

Explain in your own words

Answer these in your own words. Explaining a concept is the best test that you understand it. You can check your results now; sign in when you save to keep them in your account.

Answer all 5 to check.