web3/concepts/blockchain.md

531 B

Blockchain

A data structure that maintains a list of transactions that are authenticated using public key cryptography and linked using a hash function. A blockchain is a partial ordering of transaction event into windows of discrete time by which the transactions are problematically committed to a shared history which is synchronized via a consensus-algorithm.

A blockchain is the technical underpinnings for crypto assets such as bitcoin and ethereum.