Blockchain
A blockchain is a distributed, immutable digital ledger that records transactions across a peer-to-peer network. Each block contains a cryptographic hash of the previous block, creating a tamper-evident chain of data.
Quick Facts
| Type | Distributed Ledger Technology |
| First Concept | 1991 (Haber & Stornetta) |
| First Implementation | Bitcoin (2009) |
| Key Property | Immutability via cryptographic hashing |
| Types | Public (permissionless), Private (permissioned) |
| Major Networks | Bitcoin, Ethereum, Solana, Cardano, Polkadot |
| Data Structure | Linked list of cryptographically hashed blocks |
Definition
A blockchain is a type of distributed ledger technology (DLT) that maintains a continuously growing list of records, called blocks, which are linked together using cryptographic hashes. Each block contains a timestamp, a list of transactions, and a reference to the hash of the previous block, forming an immutable chain. Once data is recorded in a block and that block is confirmed by the network, it cannot be retroactively altered without changing all subsequent blocks—a feat that requires controlling the majority of the network's computational or staking power.
Technical Explanation
The core data structure of a blockchain consists of:
- Block header: Contains the block version, previous block hash, Merkle root (a hash summarizing all transactions in the block), timestamp, Mining Difficulty target, and Nonce
- Transaction list: The actual data payload—in cryptocurrency blockchains, this is the set of transfers between addresses
- Merkle tree: A binary tree of hashes that allows efficient verification of any individual transaction's inclusion in the block
The chain property comes from each block referencing the hash of the previous block. If any data in a historical block is changed, its hash changes, which invalidates the reference in the next block, and so on, creating a cascade that makes tampering immediately detectable.
History and Background
The concept of a cryptographically linked chain of data blocks was first described by Stuart Haber and W. Scott Stornetta in 1991, in the context of tamper-proof timestamps for digital documents. However, the term "blockchain" as we know it today was popularized by the Bitcoin whitepaper in 2008 and the subsequent launch of the Bitcoin network in 2009.
Bitcoin demonstrated that a blockchain could serve as the foundation for a trustless, decentralized financial system. Since then, blockchain technology has been adopted far beyond cryptocurrency: supply chain management, identity verification, voting systems, digital art (NFTs), and decentralized finance (DeFi) all leverage blockchain principles.
How It Works
The lifecycle of a blockchain transaction (using Bitcoin as an example):
- Transaction creation: A user signs a transaction with their private key using their Cryptocurrency Wallet
- Broadcast: The transaction is broadcast to the peer-to-peer network
- Mempool: Unconfirmed transactions wait in each node's memory pool
- Block production: Miners (in Proof of Work) or validators (in Proof of Stake) assemble transactions into a candidate block
- Consensus: The block is validated and accepted by the network
- Confirmation: As additional blocks are added on top, the transaction becomes progressively more secure (6 confirmations is the standard for Bitcoin)
Blockchain networks can be public (permissionless, like Bitcoin and Ethereum) or private (permissioned, used by enterprises for internal record-keeping).
Relevance to Mining and Data Centers
Blockchain networks are maintained by the infrastructure that runs their nodes and, in PoW systems, the miners that produce blocks. Mining data centers are the physical backbone of PoW blockchains—without the continuous expenditure of energy and hardware housed in facilities like RAX, these networks would not function. Every block added to the Bitcoin blockchain was produced by a miner running in a data center somewhere in the world.
Related Terms
- Bitcoin — The first and most prominent blockchain
- Ethereum — The leading smart contract blockchain
- Proof of Work — A consensus mechanism for securing blockchains
- Proof of Stake — An alternative consensus mechanism
- Cryptocurrency Wallet — Software for interacting with blockchains
- Lightning Network — A Layer 2 solution built on top of a blockchain
Learn More About Our Infrastructure
Explore how RAX Data & Energy provides enterprise-grade hosting for mining and AI workloads.
View Our Facilities