# Data Explorer

To improve how we collect and present data, we limit the number of records shown by features like Analyze. Usually, we display only the most recent few hundred transfer records. While these limits can make tracking and analysis harder, we have introduced the ***Data Explorer*** feature to help.

<figure><img src="/files/SP4QdMNPAadeUyrufBqs" alt="" width="375"><figcaption></figcaption></figure>

In the address panel, we now show the number of transfers we have retrieved and the total number of transfers available. This helps you understand the data retrieval status for each address and make better decisions about what to do next.

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

{% hint style="info" %}
Keep in mind that due to our algorithms, the total transfer count might differ from what you see in other sources. Also, our "dust transfer" filter may reduce the final number of transfers you see.
{% endhint %}

If you can't find all the data you need for a specific address using other features, you can use the Data Explorer. This feature allows you to access more complete data. In Data Explorer, transfer data is listed in reverse chronological order, and you can navigate through pages to see more. You can also use filters to get more specific results for larger datasets.

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

When you find the transfer you are interested in, you can click the <img src="/files/LpzrqLDT0vSJGFcu94sF" alt="" data-size="line"> icon to add that transfer to the canvas. You can also select multiple transfers to add them all at once.


---

# 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.metasleuth.io/user-manual/trace-funds-ways-to-retrieve-transfer-data/data-explorer.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.
