# Network Activity

In this page you can monitor all the network activity happening in the Avalanche ecosystem. \
You can filter the datas by chain (including subnets) and browse different statistics.&#x20;

This page is accessible by clicking on **Resources** and then **Network Activity**

The page sections are:&#x20;

### Blockchain Data

* **Daily Transaction Count:** this graphic shows the number of transaction happening daily on the chain you selected. The number of TX is an important metric to determinate the daily ufe ot the network. You can see the date and the number for each day scrolling with the cursor.
* **Daily Block Count:** this graphic shows the daily number of blocks generated on the chain you selected. The number is importat to monitor the daily activity, is a crucial metric to see if the chain is working. You can see the date and the number for each day scrolling with the cursor.

### Addresses Data

* **Daily Active Senders:** this graphic shows the daily number of addresses sending to others on the chain you selected. Is an important metric to determinate the amount of usage of the chain. You can see the date and the number for each day scrolling with the cursor.
* **Daily Active receiver:** this graphic shows the number of transaction happening on the chain you selected. You can see the date and the number for each day scrolling with the cursor.
* **Daily Active addresses:** his graphic shows the number of transaction happening on the chain you selected. You can see the date and the number for each day scrolling with the cursor.

### Gas & Fees Data

* Daily Burned fees: his graphic shows the number of transaction happening on the chain you selected. You can see the date and the number for each day scrolling with the cursor.
* Avarange Gas Price: his graphic shows the number of transaction happening on the chain you selected. You can see the date and the number for each day scrolling with the cursor.


---

# 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/network-activity.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.
