# XYO Block Explorer

The XYO Block Explorer is a web-based tool that lets users view blocks, transactions, Bound Witnesses, and payloads stored on XYO Layer One. It is currently running for XYO Layer One's Testnet "Sequence" and provides transparency and insight into the inner workings of the blockchain.

<a href="https://explore.xyo.network/xl1" class="button primary">Try it Out!</a>

<figure><img src="/files/34gwI4HQayaUaYuzJHa9" alt="" width="563"><figcaption></figcaption></figure>

**Key Features:**

* View recent blocks, transactions, payloads, and network activity
* Drill into details like gas, payloads, signatures, and elevated hashes
* See the schema and structure of payloads (like transfers or protocol actions)
* Monitor network behavior and Testnet development in real time

<div align="center"><figure><img src="/files/S1kbMAY0rmEo0CBC2ShH" alt="" width="563"><figcaption><p>View Payload details in XYO Schema form</p></figcaption></figure></div>

<div align="center"><figure><img src="/files/0uWpkNhPqNf47qzhAYQ4" alt="" width="563"><figcaption><p>View individual block details, including each elevated payload, bound witnesses, and signatures.</p></figcaption></figure></div>


---

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