Crypto Trading·Crypto Fundamentals
What Is Blockchain?
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.
A blockchain · twelve nodes, one ledger, no leader
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
| Year | Event | Significance |
|---|---|---|
| 2008 | Satoshi Nakamoto publishes Bitcoin whitepaper | First practical solution to the double-spending problem without a trusted third party |
| 2009 | Bitcoin network goes live (Genesis Block) | First block mined on January 3, 2009 — included a headline about bank bailouts as a statement |
| 2013 | Vitalik Buterin proposes Ethereum | Introduced the concept of a 'world computer' with programmable smart contracts |
| 2015 | Ethereum mainnet launches | Smart contracts become a reality, opening the door to DeFi, NFTs, and DAOs |
| 2017 | ICO boom | Thousands of tokens launched, raising billions — most went to zero, but the infrastructure matured |
| 2020 | DeFi Summer | Decentralized finance explodes from $1B to $15B TVL in months; yield farming goes mainstream |
| 2021 | NFT mania and all-time highs | Bitcoin reaches $69K, ETH hits $4,800; crypto market cap exceeds $3 trillion |
| 2022 | The Merge and the crash | Ethereum moves to PoS; Terra/Luna and FTX collapse; BTC drops to $15,500 |
| 2024 | Spot Bitcoin ETFs approved | BlackRock, Fidelity, and others launch Bitcoin ETFs; institutional adoption accelerates |
How a Block Is Added
From Transaction to Confirmed Block
- 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
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
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
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
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.
| Blockchain | Consensus | TPS (approx.) | Block Time | Use Case |
|---|---|---|---|---|
| Bitcoin | Proof-of-Work | 7 | ~10 min | Store of value, digital gold |
| Ethereum | Proof-of-Stake | 15–30 (L1) | ~12 sec | Smart contracts, DeFi, NFTs |
| Solana | Proof-of-Stake + PoH | ~65,000 | ~0.4 sec | High-speed DeFi, trading |
| Cardano | Proof-of-Stake | ~250 | ~20 sec | Academic research-driven chain |
| Avalanche | Proof-of-Stake | ~4,500 | ~2 sec | Subnets, 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.
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.
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.
A transaction propagates · wallet → mempool → block
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?