web3/concepts/blockchain.md

4 lines
531 B
Markdown

# 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](consensus-algorithm.md).
A blockchain is the technical underpinnings for [crypto assets](cryptoasset.md) such as [bitcoin](bitcoin.md) and [ethereum](ethereum.md).