# What is Etherscan?

Etherscan is a blockchain explorer that allows you to view transaction history, smart contract code, and other information on the Ethereum blockchain.

<figure><img src="/files/5C6HRZ39XjUciIaFrpJi" alt=""><figcaption></figcaption></figure>

## How to use

* To use Etherscan, navigate to the website (<https://etherscan.io/>) and enter the address of the smart contract or wallet that you want to view information for.

{% hint style="info" %}

```
Every Chain has its own "Etherscan" for mainnet and testnet, for example 
Polygon has https://polygonscan.com/
```

{% endhint %}

<figure><img src="/files/CpjLkYw33qcW82IdnmAt" alt=""><figcaption></figcaption></figure>

* You can view the transaction history, view the smart contract code and even see the analytics of the contract such as the number of transactions, holders and more.


---

# 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.launchifi.xyz/ultimate-guide-for-beginners/what-is-etherscan.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.
