2
Reply

Explain concept of block?

    Block is list of transactions happen in network. List of blocks forms a blockchain.

    At the high level Block is set of information which contains, a cryptographic hash of the previous block, a timestamp, and transaction data (generally represented as a Merkle tree).