Skip to content
1/3

Crypto Trading·Crypto Fundamentals

What Is Blockchain?

9 min read

The Technology Behind Every Crypto

Blockchain is the foundational technology that makes cryptocurrencies possible. At its core, it is a shared digital ledger — a continuously growing list of records (called blocks) that are linked together and secured using cryptography. No single company or government controls it. Every participant on the network holds an identical copy, and changes must be agreed upon by the majority before they become permanent.

The concept was first outlined in 2008 by the pseudonymous Satoshi Nakamoto in a nine-page whitepaper titled 'Bitcoin: A Peer-to-Peer Electronic Cash System.' That paper proposed a way for strangers on the internet to send money directly to each other without needing a bank, payment processor, or any trusted third party. The mechanism that makes this possible is the blockchain.

Concept

A blockchain · twelve nodes, one ledger, no leader

BLOCK #824721 DECENTRALIZED · PROPAGATING A new block fans out across thousands of nodes simultaneously. No single node can rewrite history — they all hold the same ledger and reject divergent copies.
Every node holds the full chain. A new block fans out simultaneously and is rejected if any single hash, signature, or rule is invalid. There is no central server to subpoena, bribe, or shut down.
Note

Analogy: A public spreadsheet nobody can delete

Imagine a Google Sheet where thousands of computers around the world each hold a copy, every entry is permanent and visible to anyone, and changing one row would require re-doing every row after it across all copies simultaneously. That's essentially how a blockchain works.


Key Blockchain Terminology

Definition

Block

A batch of validated transactions bundled together and added to the chain. Each block contains a timestamp, a reference (hash) to the previous block, and the transaction data. Bitcoin blocks are added roughly every 10 minutes; Ethereum blocks every 12 seconds.

Definition

Node

A computer running the blockchain software that maintains a full copy of the ledger. As of 2024, Bitcoin has over 17,000 reachable nodes spread across more than 60 countries. The more nodes, the harder it is for any single entity to attack the network.

Definition

Hash

A fixed-length string of characters produced by a mathematical function. Even a tiny change in the input produces a completely different hash. This is how blocks are cryptographically linked — each block's hash depends on the previous block's hash, creating a tamper-evident chain.

Definition

Consensus Mechanism

The set of rules that determines how network participants agree on the current state of the ledger. The two most common are Proof-of-Work (used by Bitcoin) and Proof-of-Stake (used by Ethereum since 2022). Without consensus, there is no single source of truth.

Knowledge check

What is a 'hash' in blockchain terminology?



A Brief History of Blockchain

YearEventSignificance
2008Satoshi Nakamoto publishes Bitcoin whitepaperFirst practical solution to the double-spending problem without a trusted third party
2009Bitcoin network goes live (Genesis Block)First block mined on January 3, 2009 — included a headline about bank bailouts as a statement
2013Vitalik Buterin proposes EthereumIntroduced the concept of a 'world computer' with programmable smart contracts
2015Ethereum mainnet launchesSmart contracts become a reality, opening the door to DeFi, NFTs, and DAOs
2017ICO boomThousands of tokens launched, raising billions — most went to zero, but the infrastructure matured
2020DeFi SummerDecentralized finance explodes from $1B to $15B TVL in months; yield farming goes mainstream
2021NFT mania and all-time highsBitcoin reaches $69K, ETH hits $4,800; crypto market cap exceeds $3 trillion
2022The Merge and the crashEthereum moves to PoS; Terra/Luna and FTX collapse; BTC drops to $15,500
2024Spot Bitcoin ETFs approvedBlackRock, Fidelity, and others launch Bitcoin ETFs; institutional adoption accelerates

How a Block Is Added

From Transaction to Confirmed Block

  1. 1

    You initiate a transaction

    You send 0.1 BTC to a friend. The transaction is broadcast to the network of computers (nodes). It enters a waiting area called the mempool.

  2. 2

    Nodes validate it

    Thousands of nodes independently check that you actually own 0.1 BTC and haven't already spent it (preventing 'double spending'). Invalid transactions are rejected immediately.

  3. 3

    Miners (or validators) bundle transactions

    Pending transactions are grouped into a candidate block. On Bitcoin, miners compete to solve a computational puzzle (Proof-of-Work) to earn the right to add the next block. On Ethereum, validators are selected based on their staked ETH (Proof-of-Stake).

  4. 4

    Block is confirmed and added

    The winning miner adds the block to the chain. Every node updates its copy. The transaction is now permanent and visible to anyone. The miner receives a block reward (currently 3.125 BTC per block) plus transaction fees.

  5. 5

    More blocks pile on top

    Each new block references the previous one, creating the chain. The deeper a transaction is buried, the more computationally expensive it becomes to reverse it. After 6 confirmations on Bitcoin (~60 minutes), a transaction is considered practically irreversible.


Proof-of-Work vs Proof-of-Stake

A

Proof-of-Work (PoW)

  • Used by Bitcoin, Litecoin, Dogecoin
  • Miners solve complex math puzzles
  • Requires specialized hardware (ASICs)
  • Extremely energy-intensive
  • Highest security — most battle-tested
  • Block reward goes to fastest solver

B

Proof-of-Stake (PoS)

  • Used by Ethereum, Solana, Cardano
  • Validators lock up (stake) coins as collateral
  • Runs on standard hardware
  • 99%+ less energy than PoW
  • Slashing penalty for dishonest validators
  • Block reward distributed proportionally to stake

Definition

Hash Rate

The total computational power being used to mine and process transactions on a Proof-of-Work blockchain. Measured in terahashes per second (TH/s). Bitcoin's hash rate has grown from 1 TH/s in 2011 to over 600 exahashes per second (EH/s) in 2024 — a measure of the network's security.

Definition

Gas Fees

The fee paid to process a transaction on Ethereum. Gas fees fluctuate based on network congestion. During peak demand (like an NFT mint), gas fees can spike from a few dollars to over $100 per transaction. Layer 2 solutions like Arbitrum and Optimism reduce these fees dramatically.


Why This Matters for Trading

Understanding blockchain helps you evaluate a crypto project's real value. Questions like 'How many transactions per second can it handle?', 'How decentralized is it?', and 'What is the token used for?' are all blockchain questions — and they directly affect price. Projects with strong on-chain fundamentals tend to survive bear markets. Projects that are just marketing hype tend to go to zero.

BlockchainConsensusTPS (approx.)Block TimeUse Case
BitcoinProof-of-Work7~10 minStore of value, digital gold
EthereumProof-of-Stake15–30 (L1)~12 secSmart contracts, DeFi, NFTs
SolanaProof-of-Stake + PoH~65,000~0.4 secHigh-speed DeFi, trading
CardanoProof-of-Stake~250~20 secAcademic research-driven chain
AvalancheProof-of-Stake~4,500~2 secSubnets, institutional DeFi

Definition

Decentralization

No single point of control or failure. Bitcoin runs on tens of thousands of nodes globally — no government or company can shut it down by targeting one server. The degree of decentralization varies widely across blockchains and is a key factor in assessing a project's resilience.

Definition

Immutability

Once a transaction is written to the blockchain, it cannot be altered. This is enforced by cryptographic hashing — changing one block would break the chain and be rejected by all other nodes. This property is what makes blockchain a trustless system.

Tip

Not all blockchains are equal

Bitcoin prioritizes security and decentralization but is slower (~7 transactions/second). Ethereum prioritizes programmability. Solana prioritizes speed (~65,000 TPS). Each trade-off creates a different kind of asset with different investment characteristics. There is no 'best' blockchain — only trade-offs.

Example

Real-world blockchain use cases beyond crypto

Blockchain technology extends far beyond cryptocurrency trading. Supply chain tracking (Walmart uses blockchain to trace food from farm to shelf in seconds instead of days). Digital identity (Estonia runs its entire government digital ID system on blockchain). Healthcare records (MedRec uses Ethereum for secure medical data sharing). Cross-border payments (Ripple's XRP processes international transfers in 3-5 seconds vs. 3-5 days for SWIFT). Understanding these use cases helps you evaluate whether a project's token has genuine utility.

Concept

A transaction propagates · wallet → mempool → block

BLOCK #824721 DECENTRALIZED · PROPAGATING A new block fans out across thousands of nodes simultaneously. No single node can rewrite history — they all hold the same ledger and reject divergent copies.
When you sign a Bitcoin transaction, it broadcasts to every node in seconds (the rings). Miners pick it up, race to validate it, and the winning block fans out the same way. After six confirmations, reversal would require rewriting every copy of the ledger — economically impossible.
Heads up

Beware of 'blockchain' projects with no blockchain

During the 2017 ICO boom, hundreds of companies added 'blockchain' to their name without any real technology. Long Island Iced Tea rebranded to Long Blockchain Corp and its stock jumped 289% before regulators intervened. Always verify that a project's blockchain actually exists and serves a purpose.

Knowledge check

What makes it extremely difficult to alter a transaction already recorded on the blockchain?