# Block Explorer Scanning

For conducting a Block Explorer scan, follow this detailed step-by-step process. This guide is designed to help users navigate the process efficiently, ensuring accurate and comprehensive results for your blockchain exploration needs.

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

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

**Upload Contract Address:**

* Start by locating the input field designated for the "Contract Address" on the Block Explorer platform.
* Carefully enter the full address of the smart contract you wish to explore. Accuracy is crucial here to ensure that the exploration results correspond to the intended contract.

**Choose the Contract Platform:**

* After entering your contract address, proceed to select the platform on which your contract is deployed.
* You will be given options such as **Ethereum, Optimism, Arbitrum, Polygon, and Binance**. Each platform has distinct characteristics and supports different functionalities.
* Make your selection based on the platform your contract is deployed on. This choice is important as it affects the specific details and functionalities available for exploration in the next steps of your scan.

**Choose the Contract Network:**

* The next step involves selecting the network your contract operates on.
* Options available for selection will typically include Mainnet and a valid Testnet (i.e. Goerli, and Sepolia):
  * Mainnet is the primary network where actual transactions with real value occur.
  * Test networks allow for contract testing without financial risks, providing a sandbox environment for development and testing.

By accurately selecting the contract's platform and network, you enable a more targeted and efficient exploration, facilitating a deeper understanding of the contract's activities and blockchain interactions.<br>


---

# 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.auditbase.com/web-application/create-a-project/block-explorer-scanning.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.
