-
Notifications
You must be signed in to change notification settings - Fork 0
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