Components of a Blockchain
Yaser Rahmati | یاسر رحمتی
Last updated
Yaser Rahmati | یاسر رحمتی
Last updated
A block is a container for a set of transactions. Each block has a header and a body.
Header: Contains metadata such as the previous block's hash, timestamp, and a unique identifier (hash) for the current block.
Body: Contains a list of transactions.
Transactions are the individual records of data transfer between participants on the blockchain.
Nodes are the computers that participate in the blockchain network. They maintain a copy of the entire blockchain and validate new transactions and blocks.
The process by which nodes agree on the validity of transactions and blocks. Common mechanisms include Proof of Work (PoW) and Proof of Stake (PoS).