A distributed, immutable ledger technology that records transactions across a network of computers. Each block contains a cryptographic hash of the previous block, creating a chain that cannot be altered retroactively. Blockchains enable trustless, transparent record-keeping without a central authority.
Blockchain technology is the foundational innovation underlying all cryptocurrencies and decentralized applications. At its core, a blockchain is a distributed database shared across a network of computers (nodes) that records transactions in sequential blocks. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data, creating an immutable chain where altering any historical data would require changing every subsequent block — a computationally infeasible task on established networks like Bitcoin and Ethereum.
The concept was first described in Satoshi Nakamoto's 2008 Bitcoin whitepaper, though the underlying cryptographic principles date back decades. Since then, blockchain technology has expanded far beyond cryptocurrency to encompass smart contracts, decentralized finance, supply chain management, digital identity, voting systems, and more. The technology's key properties — decentralization, immutability, transparency, and trustlessness — make it suitable for any application where multiple parties need to agree on a shared truth without trusting a central authority.
Different blockchains make different trade-offs between decentralization, security, and scalability — a concept known as the blockchain trilemma. Bitcoin prioritizes security and decentralization at the expense of throughput. Solana prioritizes speed and low costs. Ethereum pursues a modular approach where the base layer focuses on security while layer-2 solutions handle scalability. Understanding these trade-offs is essential for evaluating different blockchain platforms and their suitability for various use cases.
Transactions are broadcast to a network of computers (nodes). These transactions are grouped into blocks, verified through a consensus mechanism (like proof of work or proof of stake), and added to the chain. Each block references the previous block's hash, creating an immutable sequence. Once recorded, data cannot be altered without consensus from the network.
Blockchain is used for supply chain tracking, digital identity verification, voting systems, real estate records, healthcare data management, intellectual property protection, and more. Smart contract platforms like Ethereum enable DeFi, NFTs, DAOs, and countless other decentralized applications.
No. Bitcoin is a cryptocurrency that uses blockchain technology, but blockchain is the broader technology that can be applied to many use cases beyond cryptocurrency. There are thousands of different blockchains, each with different features and purposes.
gpu is building a new way to trade crypto. Join the waitlist to be first in line.
The first and most well-known cryptocurrency, created in 2009 by the pseudonymous Satoshi Nakamoto. Bitcoin operates on a decentralized peer-to-peer network and uses proof of work for consensus. It is often referred to as digital gold due to its fixed supply of 21 million coins.
BlockA collection of transaction data that is bundled together and added to the blockchain. Each block contains a timestamp, transaction records, and a reference to the previous block's hash. Blocks are created at regular intervals depending on the blockchain's design.
HashA fixed-length string of characters produced by a cryptographic hash function from input data of any size. Hashes are used extensively in blockchain to link blocks, verify data integrity, and secure transactions. Even a tiny change in input produces a completely different hash output.
ConsensusThe mechanism by which a distributed network of nodes agrees on the current state of the blockchain. Consensus protocols prevent double-spending and ensure all participants have the same version of the ledger. Different blockchains use different consensus mechanisms such as proof of work or proof of stake.
Smart ContractSelf-executing code deployed on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. Smart contracts eliminate the need for intermediaries and enable trustless, transparent transactions. They form the foundation of DeFi, NFTs, and other blockchain applications.