A blockchain is a distributed ledger, which means copies of the same database live on many independent computers, called nodes. No central authority owns it, and every node follows the same rules for recording and checking data. When the nodes agree that a block of transactions is valid, that block joins the chain and becomes part of the permanent record. The result is a ledger that is transparent, hard to tamper with, and useful for more than just money.
Each block contains a batch of transactions, a timestamp, and a cryptographic hash of the previous block. Linking blocks by their hashes makes the chain resistant to edits, since changing one block would also change every hash after it. This design helps the ledger stay consistent across the network.
Nodes propose new blocks and use a consensus process to agree on which one becomes canonical. In Bitcoin, that process is Proof of Work, where miners compete by spending computing power and electricity. The winner earns the right to add the next block, which other nodes quickly verify. This setup lets the network keep running even if some participants misbehave.
Because every full node keeps its own copy of the ledger and checks new blocks, users can verify transactions independently. This peer-to-peer setup removes the need for a middleman and makes censorship harder, since there is no single switch to flip.
Public blockchains are open to anyone who wants to read data, submit transactions, or run a node. Private blockchains restrict access to approved participants inside one organization. Consortium blockchains sit in the middle, with several organizations sharing control and rules.
Blockchain is the database and coordination layer. A cryptocurrency is a digital asset that rides on top of it and moves within that network. For example, Ethereum is the blockchain, while ETH is the asset used to pay for activity on that chain.
The idea of chaining records with cryptographic proofs dates back to the early 1990s, when researchers explored ways to protect digital documents from tampering. In 2008, the Bitcoin whitepaper introduced the first practical, decentralized electronic cash system using a blockchain. That launch showed how a public, open network could coordinate value transfer at global scale.)
Blockchains power cryptocurrencies and token transfers, but they also show up in other areas. Supply chains use them for traceability, finance uses them for settlement and tokenization, and healthcare experiments with secure data sharing and identity. Smart contracts on some chains let developers build applications that execute automatically when conditions are met.
People turn to blockchains for decentralization, auditability, and a design that makes data tampering costly. Public networks can be borderless and hard to censor, which appeals to users who want open access and verifiable records.
Public blockchains can face slow throughput and high costs during busy periods. Proof of Work systems in particular rely on significant computing resources, which raises energy and capacity concerns. Private and consortium chains trade openness for control, which may simplify governance but reduces the permissionless nature that defines public networks.