A blockchain is a decentralized, distributed, and immutable digital ledger used to record transactions across many computers. It consists of a growing list of records, called blocks, which are securely linked together using cryptography. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data. This design makes the blockchain inherently resistant to modification; once a transaction is recorded, it cannot be altered retroactively without altering all subsequent blocks and requires the consensus of the network majority, making it highly secure.
The foundational concepts of a cryptographically secured chain of blocks were described by Stuart Haber and W. Scott Stornetta in 1991. Their work focused on creating a system where document timestamps could not be tampered with. However, the first practical and decentralized application of this technology was conceptualized in 2008 by an individual or group using the pseudonym Satoshi Nakamoto. Nakamoto created Bitcoin, the first cryptocurrency, and its blockchain, which solved the double-spending problem for digital currencies without needing a trusted third party. Nakamoto's key innovation was the use of a Proof-of-Work consensus mechanism to validate transactions and add new blocks to the chain.
Beyond its initial use in cryptocurrencies like Bitcoin and Ethereum, blockchain technology is being explored and adopted across various industries. Its ability to provide transparency, security, and decentralization makes it valuable for applications such as supply chain management (tracking goods from origin to consumer), financial services (cross-border payments and trade finance), healthcare (securing patient records), and digital identity verification. Smart contracts, which are self-executing contracts with the terms of the agreement directly written into code, run on blockchains and automate complex workflows, reducing the need for intermediaries. While still an evolving technology with challenges like scalability and regulation, blockchain's potential to reshape industries by fostering trust and efficiency is widely recognized.