Interactive guide · Live data

The Blockchain
explained simply

A complete guide illustrated with interactive animations: how an unforgeable ledger works, why you cannot cheat, and what mining, hashes and decentralization really mean.

Unforgeable Decentralized Trustless
Total market cap
$2,28 T
▼ -0,95 % / 24h
Live
Volume 24h
$52 206 111 113
BTC Market dominance
56,5%
ETH Market dominance
10,0%
active cryptocurrencies
18 374
Share:
Advertisement
Part 1 · The basics

What is a blockchain?

Imagine a shared ledger held by thousands of people, where every page depends on the previous one, and nobody can erase or edit a written line without everyone seeing it instantly. That is a blockchain.

Data is stored in blocks, and each block is chained to the previous one through a digital fingerprint called a hash. The result is an unforgeable chain that needs no central authority.

1 Decentralized

Copied across thousands of machines (nodes): there is no single server to hack.

2 Immutable

Written data can no longer be changed or deleted without breaking the entire chain.

3 Trustless

Participants do not need to trust each other: code and math are the referee.

i
Where it started : The concept was popularized in 2008 by Satoshi Nakamoto with Bitcoin, the first blockchain. Today the technology goes far beyond crypto: supply chain, healthcare, digital identity and smart contracts.
Part 2 · How it works

The journey of a transaction

What happens when Alice sends 0.1 BTC to Bob? Every transaction goes through these steps.

  1. 1

    Creation

    Alice digitally signs her transaction with her private key (proof of ownership). It is broadcast to the peer-to-peer network.

  2. 2

    Broadcast

    Thousands of nodes receive the transaction and check that the funds exist and the signature is valid.

  3. 3

    Mempool

    Valid transactions join the mempool, the waiting room where miners pick which ones to include (higher fees = priority).

  4. 4

    Block building

    A miner groups the selected transactions into a block, adds the previous block’s hash, and starts mining.

  5. 5

    Validation

    The first miner to solve the cryptographic puzzle broadcasts the block. Other nodes verify the solution in a fraction of a second.

  6. 6

    Recording

    The block is added to the chain. Alice’s transaction is now immutable and visible to everyone. Bob has received his BTC.

Part 2 · Demonstration

The chain of blocks, live

Each block holds its own hash and the previous block’s hash. Click “Tamper with the transaction” to try to falsify a block and watch the network react.

Chain valid
4 blocks
Click “Tamper with the transaction” to change the data of block 2, then watch the whole chain become invalid — that is immutability in action.
Advertisement
Part 3 · The cryptography

Hashing, the key to immutability

A SHA-256 hash turns any text into a fixed 64-character fingerprint. Change one character and the whole hash changes. Type below and watch.

Add a single character: the entire hash changes. That is the “avalanche effect”.

Part 4 · The consensus

Proof of work (mining)

To add a block, miners search for a nonce (a number) that makes the block hash start with a given number of zeros. Click “Mine” to try it.

Difficulty (zeros required)
000
Nonce tested
0
Attempts
0
Current hash
Ready.
Advertisement
Part 5 · The models

Compare consensus mechanisms

PoW, PoS, DPoS… how do networks agree? Each mechanism trades off security, energy, speed and decentralization. Hover the bars.

PoW

Security 95/100
Decentralization 90/100
Energy 15/100
Speed 20/100

PoS

Security 88/100
Decentralization 75/100
Energy 95/100
Speed 60/100

DPoS

Security 70/100
Decentralization 45/100
Energy 98/100
Speed 95/100
Part 6 · The sentiment

Fear & Greed index

The Fear & Greed index (0 = extreme fear, 100 = extreme greed) measures crypto investor sentiment. Current value:

0 50 100
29
Fear
30-day history
Part 7 · The data

Live market

Top cryptocurrencies and their 24h change. Data refreshed every 3 minutes (CoinGecko).

# Coin Price 24h
1
Bitcoin
Bitcoin
BTC
$64 327 -1,20 %
2
Ethereum
Ethereum
ETH
$1 892 -1,70 %
3
Tether
Tether
USDT
$1,00 +0,00 %
4
BNB
BNB
BNB
$607,47 +0,50 %
5
USDC
USDC
USDC
$1,00 +0,00 %
6
XRP
XRP
XRP
$1,01 -2,50 %
7
Solana
Solana
SOL
$76,16 -0,90 %
8
TRON
TRON
TRX
$0,34 +1,70 %
Part 8 · The ecosystem

Types of blockchain

Not all blockchains are public and open. Depending on who can read, write and validate, there are three main models.

Public

  • Open to everyone, permissionless
  • Bitcoin, Ethereum, Solana
  • Maximum transparency
  • Relative anonymity
  • Slower, costlier

Private

  • Controlled by one organization
  • Hyperledger Fabric
  • Restricted access
  • High performance
  • Less decentralized

Consortium

  • Shared between several companies
  • Quorum, B3i (banks)
  • Trust between partners
  • High performance
  • Shared governance
Part 9 · The applications

What is blockchain used for?

Far beyond Bitcoin, blockchain is transforming every sector where trust is expensive.

DeFi

Lending, trading and savings without banks. Users keep full control of their funds through smart contracts.

Supply chain

Track a product from factory to customer, verify its origin, authenticity and journey in real time.

Digital identity

Control your personal data and prove who you are without handing it to a centralized third party.

Healthcare

Medical records shared securely between patients and professionals, with verifiable consent.

Voting & governance

Verifiable elections, transparent ballots and DAO governance where members vote with their tokens.

NFTs & content

Prove ownership of digital works, manage copyrights and royalties automatically.

Part 10 · The verdict

Advantages & Limitations

Advantages

  • Transparency: anyone can verify transactions.
  • Security: cryptography and redundancy make tampering nearly impossible.
  • Decentralization: no central authority, no single point of failure.
  • Self-custody: “not your keys, not your coins” — you are your own bank.
  • Trust without middlemen: smart contracts automate agreements.

Limitations

  • Energy: proof of work (Bitcoin) is very energy-hungry.
  • Scalability: fewer transactions per second than Visa.
  • Volatility: prices can drop 50% in days.
  • Irreversibility: a transfer mistake cannot be undone.
  • Complexity: private-key management is still hard for the public.
Part 11 · The vocabulary

Quick glossary

The terms you need to talk blockchain with the pros.

Block
A container of transactions or data, identified by a unique hash and linked to the previous block.
Hash
A fixed-length digital fingerprint produced by a cryptographic function. One data = one hash; any change alters the whole fingerprint.
Nonce
A random number miners vary to find a hash that meets the network’s required difficulty.
Node
A computer that keeps a full copy of the ledger and verifies transactions on the network.
Consensus
The mechanism by which all nodes agree on the ledger state without a central authority.
Proof of work (PoW)
A consensus system where validation requires costly computational work (mining).
Proof of stake (PoS)
A system where validators lock up (stake) crypto as collateral to validate blocks. Much less energy-intensive.
Smart contract
A self-executing program running on the blockchain when its conditions are met, without intermediaries.
Private key
A secret code that grants ownership and control of your digital assets. Never share it.
Mining
The process of solving cryptographic puzzles to add a block and earn a crypto reward.
Fork
A protocol split that creates two separate blockchains (e.g. Bitcoin Cash from Bitcoin).
DApp
A decentralized application that runs on a blockchain via smart contracts.
Part 12 · Questions

Blockchain FAQ

What is a blockchain in simple terms?
A blockchain is a shared, decentralized and unforgeable digital ledger. Data is grouped into blocks linked by cryptographic fingerprints (hashes). Each new block validates the previous ones, so any past change is instantly detectable by the whole network.
What is the difference between Bitcoin and blockchain?
Blockchain is the underlying technology (the ledger), while Bitcoin is an application built on it: a digital currency. You can use a blockchain without Bitcoin — for traceability, smart contracts, healthcare, logistics and more.
Why is a blockchain tamper-proof?
Each block contains the hash of the previous block. Change one block and its hash changes, invalidating every block after it. The ledger is also copied on thousands of nodes, so an attacker would need over 51% of the network’s power to force a falsified version.
How does proof of work work?
Miners race to find a random number (nonce) such that the block’s hash starts with a certain number of zeros. This costs energy and time. The first to find it proposes the block; other nodes verify the solution (very fast) and add it. This mechanism secures the network and creates new coins.
What are the 3 types of blockchain?
1) Public: open to everyone (Bitcoin, Ethereum). 2) Private: restricted to one organization. 3) Consortium: shared between several companies. We also talk about permissioned vs permissionless blockchains.
Is blockchain really secure?
The technology itself is extremely robust — no valid Bitcoin has ever been stolen directly on-chain. The weaknesses come from humans: hacked exchanges, poorly secured wallets, lost private keys and scams. Golden rule: “not your keys, not your coins”.
How long does a Bitcoin transaction take?
On average 10 minutes (one block every 10 minutes). Ethereum targets ~12 seconds, Solana a few hundred milliseconds. Speed depends on the consensus mechanism and network load.
Does blockchain use a lot of energy?
Bitcoin consumes roughly 120–150 TWh/year, comparable to some countries. This comes from proof of work. Ethereum moved to proof of stake in 2022, cutting its consumption by more than 99%.

Prices and market data are for information only and do not constitute financial advice.

Continue reading

Ready to put blockchain into practice?

Convert, calculate and explore the crypto world with our 100% free, instant tools.

Advertisement