# Blockchain Page

**Page Link**: <https://atlus.cloud/blockchain>

This page shows all the blocks and the transactions in the system, both using a [Paginated Table Component](https://docs.zus.network/zus-docs/webapps/appendix-common-components#the-paginated-table-component).

### Transactions

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2F07b1QC08eZv24VdYdILX%2Fimage.png?alt=media&#x26;token=95fce519-0a7a-4991-9499-2d4a82fbee1b" alt=""><figcaption><p>Fig1: Transactions table</p></figcaption></figure>

This table lists all the transactions in the system, starting from the most recent one. The information shown about each transaction in the table columns is as follows:

<table><thead><tr><th width="161">Column Name</th><th>Description</th></tr></thead><tbody><tr><td>Hash</td><td>This is the hash of the transaction, which represents an identifier for the transactions based on its content, with a copy icon that copies it to the clipboard. Clicking on that opens the <a href="details-pages/transaction-details-page">Transaction Details Page</a> of this transactions.</td></tr><tr><td>Type</td><td>This is the type of the transaction, which defines its function in the smart contracts. Find all the available types of transactions in the <a href="../../system-overview/smart-contracts">Smart Contract</a> documentation.</td></tr><tr><td>Block</td><td>This is the hash of the block within which this transaction lies, with a copy icon to copy it to the clipboard. Clicking this opens the <a href="details-pages/block-details-page">Block Details Page</a> of the block represented by this hash.</td></tr><tr><td>Age</td><td>This is the creation timestamp (date and time) of this transaction.</td></tr><tr><td>From</td><td>This is the id of the sender/issuer of the transaction, with a copy icon to copy it to the clipboard. It can be a provider, a smart contract or a client's wallet, so clicking on that will open the details page of whatever the issuer is.</td></tr><tr><td>To</td><td>This is the id of the recipient of the transaction, with a copy icon to copy it to the clipboard. It can be a provider, a smart contract or a client's wallet, so clicking on that will open the details page of whatever the recipient is.</td></tr><tr><td>Value (ZCN)</td><td>The value is an attribute associated with the transactions to be used by the smart contract while processing the transaction. It's optional and depends on the function or the type of the transaction. You'll find this referred to in the documentation of the smart contract functions. </td></tr><tr><td>Txn Fee (ZCN)</td><td>This is the ZCN amount deducted as fee from the transaction issuer's wallet, as a cost for the computational power used to process the transaction. It also varies for different transaction types.</td></tr><tr><td>Status</td><td>This is the status of the transaction. It's either Success if the transaction is executed successfully or Failure if the transaction has an error, you can check the error, if found, in the <a href="details-pages/transaction-details-page">Transaction Details Page</a>.</td></tr></tbody></table>

You can also use the search bar in the top right corner to search for a transaction by its hash.

### Transaction Type Filter

The transaction type filter on the Züs blockchain explorer allows users to view and categorize transactions easily.

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FKrR06eDx9DahR4ecJgOm%2Fimage.png?alt=media&#x26;token=127a504c-3407-4639-a8f2-cee67fd0d8a2" alt=""><figcaption><p>FIg3: Transaction Type Filter</p></figcaption></figure>

This table lists all the blocks added to the blockchain, starting by the most recent one. The information shown about each block in the table columns is as follows:

| Filter Type                        | Description                                                 |
| ---------------------------------- | ----------------------------------------------------------- |
| <p></p><p><strong>All</strong></p> | Displays all transactions without any filtering.            |
| **Fees**                           | Shows transactions related to network fees.                 |
| **Generate Challenge**             | Displays transactions that involve generating challenges.   |
| **Challenge Response**             | Filters transactions that involve responding to challenges. |

### Blocks

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FNpc0POq3usby4jl4Pu7X%2Fimage.png?alt=media&#x26;token=f070ff12-4221-4b12-af43-9a0bf9d4a143" alt=""><figcaption><p>FIg2: Blocks table</p></figcaption></figure>

<table><thead><tr><th width="183">Column Name</th><th>Description</th></tr></thead><tbody><tr><td>Round No.</td><td>This is the round number of this block, with a copy icon to copy it to the clipboard. Clicking on this redirects to the <a href="details-pages/block-details-page">Block Details Page</a>.</td></tr><tr><td>Age</td><td>This is the creation timestamp (date and time) of this block. </td></tr><tr><td>Transaction count</td><td>This is the count of transactions found in this block.</td></tr><tr><td>Miner ID</td><td>This is the Provider ID of the miner which generated this block - know as a <em>generator -</em> with a copy icon to copy it to the clipboard. For more information about block generation process, check the <a href="../../system-overview/blockchain">Blockchain System Feature Documentation</a>.</td></tr></tbody></table>

You can also use the search bar in the top right corner to search for a block by its round or miner id.

###
