0%
Level 1: Foundations

What is Blockchain

The technology powering cryptocurrency explained simply.

7 min read
Blockchain
A distributed digital ledger that records transactions across many computers in a way that makes it nearly impossible to alter past records. Each 'block' contains transaction data and is cryptographically linked to the previous block, forming a 'chain.'

Why It Matters

Before blockchain, digital records could be secretly changed by whoever controlled the database. Banks could alter transaction histories. Governments could manipulate records. There was no way to prove something hadn't been tampered with.

Blockchain solved this by making records distributed (stored on thousands of computers) and immutable (cryptographically protected from changes). This enables trustless systems — you don't have to trust any single party because the math ensures honesty.

Simple Analogy

Think of a blockchain like a public bulletin board in a town square.

  • • Everyone can see all the notices (transactions)
  • • Each notice is dated and references the previous one
  • • Thousands of people have photos of every notice ever posted
  • • To change an old notice, you'd need to convince most people their photos are wrong
  • • This is practically impossible, so the record stays accurate

How It Works

Block Creation Process

1
Transactions are submitted
Users send transactions (like crypto transfers) to the network. These wait in a pool of pending transactions.
2
Block is assembled
A validator/miner collects pending transactions and groups them into a block (typically containing thousands of transactions).
3
Previous block is referenced
The new block includes a cryptographic hash (fingerprint) of the previous block, creating the "chain."
4
Consensus is reached
The network verifies the block is valid through Proof of Work, Proof of Stake, or another consensus mechanism.
5
Block is added permanently
Once confirmed, the block becomes part of the permanent record. Changing it would require re-doing all subsequent blocks.

Key Components

Blocks

Containers holding batches of transactions. Each block has a unique identifier (hash), a timestamp, and a reference to the previous block.

Nodes

Computers that store a complete copy of the blockchain and validate new transactions. The more nodes, the more decentralized and secure the network.

Consensus Mechanism

The method by which nodes agree on the valid state of the blockchain. Common types:

  • Proof of Work (PoW): Miners solve puzzles (Bitcoin)
  • Proof of Stake (PoS): Validators stake coins (Ethereum)

Cryptographic Hashing

A mathematical function that converts any data into a fixed-length string. Even a tiny change in input produces a completely different output, making tampering instantly detectable.

Common Misconceptions
  • "Blockchain is anonymous" — Most are pseudonymous; transactions are traceable
  • "Blockchain can do anything" — It has specific use cases; not a universal solution
  • "All blockchains are the same" — They vary significantly in design and purpose
  • "Blockchain = Bitcoin" — Bitcoin is one use; blockchain has many applications
What Beginners Should Remember
  • Blockchain is the technology; cryptocurrency is one application of it
  • Decentralization is the key innovation — no single point of control or failure
  • You don't need to understand all the technical details to use crypto safely
  • Focus on practical security before diving into technical concepts