# Blocks

In this page you can browse all the blocks in the Avalanche ecosystem. \
Each block contains a group of transactions and many other data; thrugh cryptographic hashes and the linking of block headers those informations are passed to the next one. <br>

### Page structure

This page is accessible by clicking from the homepage on **Blockchain** and then **Blocks**.&#x20;

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

The results are displayed in different columns:&#x20;

* **Height:** a numerical value that represents the position of a block within the blockchain
* **Age:** how much time ago the operation happened including date and time
* **TXS:** the number of transactions involved in the block
* **Hash:** the unique identifier for the block
* **Gas Used:** the amount of gas spent for the operations
* **Total burned:** the amount of token burned in the process&#x20;
* **Volume:** the volume of gas token used in all the transactions inside the block
* **Size:** the capacity of the block, expressed in bytes
* **Chain logo:** on which blockchain the block has been executed

By clicking on "height" or "hash" in a single row you'll be redirected to another page that includes all the block details with many additional data.&#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.avascan.info/how-to-use-avascan/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.
