# 4.4 Data structure

<figure><img src="https://380441044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKbhFiDiAFgSMaJHngLe1%2Fuploads%2Fb8L47GiBWrURXoXJK5Bm%2Fimage.png?alt=media&#x26;token=ccff8b71-0a9c-4ee9-bc8c-9f827ec6472a" alt=""><figcaption></figcaption></figure>

Header: Used to identify a specific block in the entire blockchain. Processes all blocks in the blockchain. As part of routine mining operations, miners periodically hash block headers by changing the nonce value.

Previous block address/hash: Used to connect the i+1th block and the ith block using a hash. That is, it is a reference to the hash of the previous (parent) block in the chain.

Timestamp: A system that verifies the data contained in a block and assigns the time or date of creation to a digital document.

Nonce: A nonce number that is used only once. This is a key part of the POW within the block. If it is less than or equal to the current target, it is compared to the live target.

Merkel Root: A type of data structure composed of various data blocks. Merkle trees store all transactions in blocks by creating a digital fingerprint of the entire transaction. This allows users to verify whether a transaction can be included in a block or not.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hiros-organization-1.gitbook.io/hiro-whitepaper/hiro-technology/4.4-data-structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
