# Chain Activity

Browse Polyester Chain blocks, transactions, addresses, and public execution details.

Polyester Scan organizes the public activity recorded on Polyester Chain. You can browse recent blocks and transactions or open a specific hash, block, or address to see its details.

## Browse chain records

| Page                                                           | What you can see                                                             |
| -------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Transactions](https://polyesterscan.com/txs)                  | Confirmed transactions, methods, blocks, addresses, amounts, and fees        |
| [Pending Transactions](https://polyesterscan.com/txsPending)   | Transactions waiting to be included in a block                               |
| [Internal Transactions](https://polyesterscan.com/txsInternal) | Contract calls and internal value movements created during execution         |
| [Blocks](https://polyesterscan.com/blocks)                     | Block production, included transactions, gas, fees, and producer information |
| [Accounts](https://polyesterscan.com/accounts)                 | Public addresses and their indexed Polyester Chain activity                  |

The main lists update as new records arrive. When useful, **Download Page Data** exports the rows currently shown in the table.

## Transactions

![Transactions list with method, block, addresses, amount, and fee](https://media.polyester.com/cdn-cgi/image/width=800,quality=80,format=auto,fit=scale-down/content-assets/a/c9ab81c8f7e869a6e8860b6e88a3086e4d3e86d810da18566a9566a2a188e7f6/source.webp)

## Blocks

![Blocks list with age, transactions, fee recipient, gas, and base fee](https://media.polyester.com/cdn-cgi/image/width=800,quality=80,format=auto,fit=scale-down/content-assets/a/8ab023d1c021a76f8c3d45919198079f05ef88d69f84bfe24d0f839b63081e7b/source.webp)

## Read a transaction

The Overview gives you the transaction's result and main details. A **Success** status means the Chain execution completed without reverting. **Failed** means it reverted, while **Pending** means it has not yet reached a final Chain result.

Use the tabs when you want more detail:

| Tab             | What it shows                                           |
| --------------- | ------------------------------------------------------- |
| Token Transfers | ERC-20 transfers, mints, and burns                      |
| Internal Txns   | Calls or value movements created inside the transaction |
| Logs            | Events emitted by the contracts involved                |
| State           | Indexed before-and-after changes created by execution   |

If the transaction belongs to a deposit, withdrawal, or transfer Flow, Scan also shows a Flow summary with links to the other lifecycle stages.

## Read a block

A block groups transactions that were included together. Its Overview can show the block height, time, transaction count, producer, gas use, base fee, burned fees, and the hashes that connect it to the surrounding Chain history.

Additional tabs provide the transactions and internal calls within the block. Consensus, MEV, and blob information appears when the active Chain supplies it.

## Read an address

An address page adapts to the type of address you open:

- a regular wallet address shows its public balance and activity
- a Safe smart account adds smart-account and Flow information
- a contract can add source code, contract methods, proxy information, and trusted Polyester labels.

All of these pages show public Polyester Chain activity. They do not reveal the person behind an address or the private contents of a Polyester account.

> **Internal transaction and internal transfer mean different things**
>
> An internal transaction is a contract call or value movement created during Chain execution. A Polyester internal transfer moves an asset between supported account or balance areas and can be followed as an Asset Flow.

Use **[Asset Flows](https://testnet.polyester.com/docs/user-docs/polyester-scan/asset-flows)** when you want the complete deposit, withdrawal, or transfer journey rather than one Chain transaction.
