# Block Explorer

The **Solaxy Block Explorer** provides a real-time view of all activity on the Solaxy rollup network. It’s a key tool for both developers and users to monitor transactions, inspect contract activity, and understand the internal mechanics of the rollup.

🔗 **Explorer:** <https://explorer.solaxy.io>

<figure><img src="/files/f819I0eYG9ZIkUMnikoA" alt=""><figcaption><p>Solaxy Explorer UI</p></figcaption></figure>

***

#### 🔍 What Can You Do with the Explorer?

* **View transactions** across Solaxy
* **Track blocks**, gas usage, and sequencing order
* **Inspect rollup state roots** and block metadata
* **Debug smart contract behavior**
* **Monitor bridging activity**

***

#### 🧱 Key Features

* **Transaction Search**: Look up by signature, block, or account.
* **Block Detail Pages**: See block number, timestamp, transaction count, and rollup metadata.
* **Address Pages**: View balances and history for accounts deployed on Solaxy.
* **Bridge Transactions**: Track $SOLX transfers in and out of Solaxy.

***

#### ⚙️ Built for Developers

The explorer is designed to be a **developer-first tool**, giving clear insights into:

* Rollup behavior and performance
* Contract deployment and invocation
* Block timing and sequencing
* Data publication and settlement checkpoints

***

The block explorer helps make Solaxy transparent, verifiable, and easy to interact with - whether you're a developer, user, validator, or researcher.


---

# 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://wiki.solaxy.io/products-and-features/block-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.
