# Blocks

Aptos Network, compared to other networks, does not have an explicit notion of a block. Aptos is a per-transaction versioned database

When transactions are executed, the resulting state of each transaction is stored separately and thus allows for more granular data access. This is different from other blockchains where only the resulting state of a block (a group of transactions) is stored. It only use blocks to batch and execute transactions.

The page details the list of all the current blocks and could be used for in-depth analysis for further information.

<figure><img src="/files/oKMeIBBTUdnlV9wMJLql" alt=""><figcaption></figcaption></figure>

* **Hash**: the hash of the block
* **Block**: block number
* **Age**: when it was published on the public blockchain
* **txn no**: number of txn inside the block
* **first version**: the position of the first txn in the block
* **last version**: the position of the last txxn in the block&#x20;


---

# 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://docs.aptscan.ai/browsing-the-site/blockchain/blocks.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.
