Skip to content

Blockchain

arealive edited this page Sep 25, 2017 · 5 revisions

A blockchain is a continuously growing list of records, called blocks, which are linked and secured using cryptography. Each block typically contains a hash pointer as a link to a previous block, a timestamp and transaction data...Blocks hold batches of valid transactions that are hashed and encoded into a Merkle tree.1

[1] https://en.wikipedia.org/wiki/Blockchain

Clone this wiki locally