# Block Explorers

LightLink has three general blockchain explorers for different tasks.

### Blockscout Block Explorer

The LightLink team has implemented the well-known Blockscout Explorer for both users and developers.

For developers, Blockscout provides assistance in:

* Receiving detailed information about transactions and accounts, including general actions, state updates, transaction logs, balances, counters, etc.
* Viewing detailed information about smart contracts, checking the code, and manually calling them.
* Accessing data about blocks and the gas spent, which is essential for calculating expenses in Enterprise Mode.

Blockscout is available for both [Phoenix (Mainnet)](https://phoenix.lightlink.io/) and [Pegasus (Testnet)](https://pegasus.lightlink.io/) networks. LightLink’s explorer also allows developers to utilize [a free API](https://phoenix.lightlink.io/api-docs) for reading on-chain data.

### LiteFlow NFT Explorer

NFT marketplaces and web3 wallets may not be compatible with every NFT issued, as some projects use customized ERC-721 contracts or display only NFTs minted by their own smart contracts.

[LiteFlow](https://nft.lightlink.io/)’s native NFT explorer enables users and developers to browse through all minted NFTs, including standalone mints, collections minted within a project, and pieces collected by specific users.

Additionally, LiteFlow provides access to trading data on LightLink's marketplaces, allowing for bidding on NFTs and sorting them by price and selling conditions.

Collections are required to be added to the explorer, if you wish to add a collection please contact the team via [Discord](https://discord.gg/invite/lightlinkchain).

### Zonic NFT Explorer

[Zonic](https://zonic.app/explore?filter=%7B%22tab%22:0,%22chain%22:1890%7D) is a distinct NFT explorer for L2 networks. Its uniqueness lies in the ability to view even utility tokens, such as [Elektrik DEX](https://elektrik.network/) LP positions, in NFT form.


---

# 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.lightlink.io/lightlink-protocol/tools-for-developers/block-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.
