← Back to Markets
📚 Learn Series

What is Blockchain?

The revolutionary technology behind Bitcoin, Ethereum, and thousands of other cryptocurrencies — explained simply.

⏱ 9 min read🟡 Intermediate📅 Updated May 2026

The Google Docs Analogy

Imagine a Google Doc that thousands of people have a copy of, simultaneously. When someone makes a change, everyone's copy updates instantly. No single person controls it — and nobody can secretly edit the document without everyone else noticing.

That's essentially what a blockchain is: a shared, distributed record of transactions that nobody can tamper with unilaterally.

💡 A blockchain is a chain of blocks, where each block contains a group of transactions. Every block is linked to the previous one using cryptography, making the entire history permanent and tamper-evident.

Visualising the Chain

Each block contains a batch of transactions, a timestamp, and a cryptographic "hash" of the previous block. This is what creates the chain:

Block #827,401
₿ 2,345 txns
Prev: 0000a8f2...c19d
Block #827,402
₿ 1,890 txns
Prev: 00003b4c...e72a
Block #827,403
₿ 2,110 txns
Prev: 0000d91f...38b5
Block #827,404
₿ Latest
Mining now...

If you try to alter block #827,401, its hash changes. That breaks block #827,402's reference, which breaks #827,403, and so on. You'd need to recalculate every block after it — faster than all the other computers on the network combined. In practice, this is computationally impossible.

Blockchain vs Traditional Database

FeatureTraditional DatabaseBlockchain
ControlSingle company/adminDistributed — thousands of nodes
HistoryCan be edited or deletedImmutable — permanent record
TransparencyPrivate — only owner sees dataPublic — anyone can verify
TrustTrust the companyTrust the code (math)
SpeedVery fastSlower (seconds to minutes)
CostLowVariable (transaction fees)
Failure pointSingle server can failNo single point of failure

How Transactions Get Confirmed

1. You broadcast a transaction

When you send Bitcoin, your transaction is broadcast to thousands of nodes (computers) on the network, each running the Bitcoin software.

2. Miners compete to add the block

Specialised computers called miners compete to solve a complex mathematical puzzle. The winner gets to add the next block and earns newly created Bitcoin as a reward (currently 3.125 BTC per block).

3. Consensus is reached

Once a miner finds the solution, other nodes verify it instantly. If correct, the block is accepted and added to the chain by all participants.

4. Your transaction is confirmed

After 1 confirmation (one block added after yours), your transaction is secure. After 6 confirmations, it's considered irreversible.

Types of Blockchain

  • Public Blockchain — Anyone can participate. Bitcoin and Ethereum are public. Fully transparent and decentralised.
  • Private Blockchain — Controlled by a single organisation. Faster but centralised. Used by banks for internal systems.
  • Consortium Blockchain — Controlled by a group of organisations. Used in supply chain and trade finance.
  • Layer 2 Networks — Built on top of blockchains for faster, cheaper transactions. Examples: Lightning Network (on Bitcoin), Polygon (on Ethereum).

Real-World Uses Beyond Crypto

🏥
Healthcare Records
Secure, portable patient records accessible by any hospital without a centralised database owner.
🚢
Supply Chain
Track goods from factory to consumer. Maersk uses blockchain to track 750+ shipping routes.
🗳️
Voting Systems
Tamper-proof digital voting that's transparent and auditable without revealing individual votes.
🏠
Property Registry
Land title records on a blockchain can't be forged. Several countries are piloting this.
💊
Drug Authenticity
Verify pharmaceutical supply chains to prevent counterfeit medicines from reaching patients.
🎵
Music Royalties
Smart contracts can pay musicians instantly when their song is streamed, with no middlemen.

Limitations of Blockchain

Blockchain is powerful but not magic. It has real limitations:

  • Scalability — Bitcoin processes ~7 transactions per second. Visa handles 65,000. This is improving with Layer 2 solutions.
  • Energy use — Proof-of-Work blockchains (like Bitcoin) consume significant electricity. Ethereum switched to Proof-of-Stake in 2022, cutting energy by 99.95%.
  • Garbage in, garbage out — A blockchain can verify that data wasn't tampered with after it was entered, but it can't verify the data was accurate to begin with.
  • Irreversibility — Sending to the wrong address is permanent. There's no customer support to reverse it.
  • Regulatory uncertainty — The legal status of blockchain-based assets varies by country and is still evolving.