What do you mean by blocks within the blockchain technology?
Answer Posted / Rajesh Singh
In blockchain technology, a block is a data structure containing multiple transactions that have been verified and added to the chain in chronological order. Each block contains a header (containing metadata like timestamp, nonce, hash of previous block, and Merkle root) and a body (containing the list of transactions). Blocks are linked together through their hashes, forming a chain, hence the term 'blockchain'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers