blockHash
BlockHash is a cryptographic digest that uniquely identifies a block within a blockchain. It is produced by hashing the block header and serves as a tamper-evident identifier: altering any header field—such as the previous block reference, the Merkle root, the timestamp, or the nonce—produces a different hash. The block hash is included in the block’s metadata and is used by nodes to verify integrity and to link blocks in the chain.
Computation and representation: The block header contains fields such as version, previous block hash, Merkle root,
Role and implications: The block hash enables efficient block referencing, synchronization, and fork resolution. Nodes and