# Visualizer

The Visualizer enables network analysis of on-chain activity. View a graphical representation of transactions between addresses or entities of interest.

The Visualizer can also be customized with Arkham filters. Show transactions of specific tokens or specific connections between addresses. View blockchain data with clarity through a custom map of the network. Eliminate noise to find what you are looking for.

<figure><img src="/files/kCoiTlly5ruH52k5fMKq" alt=""><figcaption><p>An Example Visualization</p></figcaption></figure>

#### Interface

Use the search bar in the top-left to select addresses or entities to visualize.

Move nodes by clicking and dragging them to different positions. Use the ‘expand’ cursor (on the right hand sidebar, or press E) to split them into their constituent addresses.

Hovering over a transaction line will display the total value of that transaction. Click to open up the transaction information panel from the left. Click the transaction date to go to the Arkham block explorer page for that transaction.

Use the search bar to add addresses or entities to the visualization. White lines are transactions between the selected entities, referred to as internal transactions. Green lines are inflows and red lines are outflows.

<figure><img src="/files/V8rRZ9atLa0ZOzfHCq5d" alt=""><figcaption><p>The Visualizer Interface</p></figcaption></figure>

The Visualizer by default shows the most recent 1,000 transactions. You can use Arkham filters to show a different set by sorting by time, token value, or USD value - in either ascending or descending order.

Click the blue ‘More Info’ button in the top left corner of the screen to open the filter panel. Set filters using the transactions log as in the Profiler.

Set a time filter using the bar at the bottom of the screen, which also displays transaction volume.

<figure><img src="/files/U49xcD8xu6cyfMyE2bl4" alt=""><figcaption><p>Visualization Filtered by Token and Amount</p></figcaption></figure>


---

# 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://codex.arkm.com/the-intelligence-platform/visualizer.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.
