> For the complete documentation index, see [llms.txt](https://docs.lumia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumia.org/build/explorers.md).

# Explorers

Lumia L2 provides two complementary block explorers that offer different approaches to blockchain data visualization and analysis:

### Blockscout Explorer

**URL**: [explorer.lumia.org](https://explorer.lumia.org) (Testnet: [https://beam-explorer.lumia.org](https://beam-explorer.lumia.org/))

The Lumia L2 explorer, powered by Blockscout, provides comprehensive blockchain data exploration with features specifically optimized for Lumia's zkEVM architecture:

* **Transaction Analysis**: Detailed view of transaction execution, including zkEVM-specific parameters and gas metrics
* **Smart Contract Verification**: Support for contract verification with zkEVM-compatible Solidity versions
* **Token Tracking**: Comprehensive tracking of ERC-20, ERC-721, and ERC-1155 tokens, including RWA tokens
* **Account Management**: Detailed wallet histories and token holdings
* **Advanced Features**:
  * Real-time transaction tracking
  * Source code verification and interaction
  * API access for developers
  * Gas price analytics
  * ERC token indexes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.lumia.org/build/explorers.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.
