Markets Course ⛓️ Blockchain & Crypto, Soberly Explained
⚖️
Educational content only — not financial, investment, trading, tax, or legal advice, and not an inducement to buy or sell anything. Examples and figures are illustrative, use hypothetical data, and are not predictions. Independent educational material; third-party names are used descriptively and imply no affiliation.

What Is a Blockchain?

Strip away the hype and a blockchain is one simple idea: a shared list that's very hard to tamper with.

BeginnerNo finance background neededNon-hype
💡
The big idea: A blockchain is a shared record of data — a list of 'blocks' — copied across many independent computers and linked together by digital fingerprints called hashes. Because each block's fingerprint depends on the one before it, quietly changing an old record breaks every record that follows, and everyone can see it.
🎯 By the end, you'll be able to
  • Describe a blockchain as a shared, chained list of records
  • Explain what a hash (fingerprint) does and how it links blocks
  • Show why tampering with one block breaks all the blocks after it
  • Explain why many independent copies make the record hard to alter

A shared list, chained together

Forget coins and prices for a moment. At its core a blockchain is just a list of records — grouped into 'blocks' — that is copied and kept in sync across many computers at once. No single company owns the master copy; everyone holds the same list.

What makes it special is how the blocks are joined. Each block carries a hash — a short digital fingerprint calculated from its contents — and every block also stores the fingerprint of the block before it. That's the 'chain'.

🔑 The chain makes tampering obvious
Because each block's fingerprint is built partly from the previous block's fingerprint, the blocks are locked together in order. Change anything in an old block and its fingerprint changes — which no longer matches what the next block recorded. Try it in the demo below.
🎮 Tamper with a block LIVE
Edit the data in any block and watch its fingerprint change — and every block after it turn red ('broken'), because the chain no longer lines up. That tamper-evidence is the whole point. (The hash here is simplified for teaching.)

Why many copies matter

One tamper-evident list on your own computer isn't worth much — you could just rewrite the whole thing. The power comes from many independent copies. To change the shared record, you'd have to alter it on a majority of those computers at the same time, faster than everyone else — which, on a large network, is extremely hard. How all those computers agree on one version of the list is called consensus, a topic of its own.

Where you've heard of this

Bitcoin and Ethereum are the best-known systems built on blockchains — each is, at heart, a shared chained ledger like the one above, plus rules for how new blocks are added. Blockchains are also used to explore things like supply-chain tracking and record-keeping. This lesson is about the data structure and how it works — not about any coin's value.

⚖️ Important: risk & scope
Cryptoassets are highly volatile and high-risk. You could lose all the money you put in. They are largely unregulated in many places and you may have no protection if something goes wrong. This is general education about how the technology works — not advice, not a recommendation, and not an inducement to invest. We do not offer, promote, or facilitate buying, selling, or investing in any cryptoasset, and provide no means to do so.

Check your understanding

1. A blockchain is best described as…
At its core a blockchain is a shared, chained list of records held in sync by many independent computers — a data structure, not a coin.
2. Each block's fingerprint (hash) is calculated from its own data and…
A block's hash depends on the previous block's hash, which is what chains the blocks together in order.
3. In the demo, editing the data in an early block caused the blocks after it to…
Changing one block changes its fingerprint, so every later block's recorded link no longer matches — they light up as broken. That's the tamper-evidence.
4. Keeping copies of the ledger on many independent computers makes the record…
To change the shared record you'd have to overpower a majority of independent copies at once — very hard on a large network. That's what makes it resilient.
✅ Key takeaways
  • A blockchain is a shared list of records ('blocks') copied across many independent computers.
  • Each block stores a hash (fingerprint) built from its data and the previous block's hash — that's the chain.
  • Tampering with one block breaks the fingerprints of every block after it, so it's obvious.
  • Many independent copies make the shared record very hard to alter — the basis of its resilience.
⚖️
Educational content only — not financial, investment, trading, tax, or legal advice, and not an inducement to buy or sell anything. Examples and figures are illustrative, use hypothetical data, and are not predictions. Independent educational material; third-party names are used descriptively and imply no affiliation.