Blockchain

CRYPTOCURRENCY

Quick Definition

A blockchain is a distributed, append-only ledger where transactions are grouped into blocks, cryptographically linked, and replicated across a network of computers so no single party controls the record.

How it works

Think of a blockchain as a shared spreadsheet that thousands of computers agree on simultaneously. When a new transaction happens (say, sending Bitcoin from one wallet to another), it gets broadcast to the network. Nodes collect pending transactions into a candidate block and compete (in proof-of-work systems) or are selected (in proof-of-stake systems) to add the next block.

Each block contains a cryptographic hash of the previous block, a timestamp, and the transaction data. Because every block references the one before it, altering a past transaction would require recalculating every subsequent block, which is computationally impractical on a large network. This chain of hashes is what gives the blockchain its tamper resistance.

Different blockchains make different tradeoffs. Bitcoin prioritizes security and decentralization. Ethereum adds programmability through smart contracts. Newer chains optimize for speed or low gas fees. But the core idea is the same: a shared, verifiable record that no single entity owns.

Why it matters

Blockchain technology removes the need for a trusted middleman in financial transactions, supply chain tracking, voting systems, and more. It is the foundation that makes cryptocurrencies, DeFi, NFTs, and decentralized applications possible. Understanding blockchain is essential for following crypto markets, because network health metrics like block height, confirmation times, and hashrate directly affect transaction speed and cost.

Where you'll see this on TerminalFeed

The TerminalFeed dashboard displays live blockchain data in multiple panels: the BTC Network panel shows current block height, mempool size, and fee estimates, while the Whale Watch panel tracks large on-chain transactions. Read our Bitcoin Mempool guide for a deeper look at how transactions flow through the network.