# OP\_SCAN

### What is OP\_SCAN?

OP\_SCAN is the block explorer for OP\_NET. You can view transactions, accounts, contracts, and tokens.

This is a simple guide to view addresses and transactions on OP\_SCAN, however the app is much more feature-rich with a multitude of other stats and data to comb through.

{% embed url="<https://opscan.org>" %}

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

### Viewing Addresses

To analyze an address, enter the address in the search bar located on the header.

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

On the top Summary section, you can view the associated addresses, BTC balance, and token holdings.

Below this, there are 3 tabs: Transactions, Incoming BTC Transfers, and All Holdings

Each transaction provides the type of transaction, Tx ID, Total OpNet Fees, Gas Used, and Block.

Clicking into any of these transactions will take you to the transaction detail page.

### Viewing Transactions

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

You can find a transaction page by searching the transaction ID in the search bar. However, on Motoswap and Motochef we do provide OP\_SCAN links after transactions are sent.

You can view the Tx ID, Hash, Type, Status, Block, and Timestamp at the top.

Below, you can see the addresses associated with this transaction. The From address, interaction address, transfer amounts and the transfer token, input BTC value, and Output BTC value.


---

# 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://opnet-testnet.gitbook.io/start/op_scan.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.
