* setup md/mdx * add test page * setup mdx provider * Add breadcrumbs * links -> routes * add information box * add more remark plugins * text InformationBox * setup contentlayer * add testing docs folder * setup docs static generation * add ssg to blog too * add Shortcut component * add SearchButton * add hook for keyboard shortcuts * update main docs page * update main learn page content * side-bar -> sidebar-menu * rename docs pages * add heading anchors, use new components * add table of contents to docs * move styling to breadcrumbs * cleanup markdown examples * change slugify fn * update getting-started.md * add highlight matches component * update learn pages * rename website InformationBox to Admonition * ?enable user-select * add static helpers to epics * simplify components structure * update insights layout * add link tree utils * add search engine * update docs import * update contenlayer * add docs indexer * support code block highlighting * search index * fix types * remove supporting files * update tree builder * make build work * update docs * update label * update toc * add config.json * update menu * search index import * learn -> help * fix md file * update toc * fix code snippets * add help index route * remove testing files * add original docs * migrate getting started * migrate messaging-and-web3-browser docs * migrate network-nodes-and-statistics docs * handle empty content * add navigation config * wip * migrate status-wallet docs * migrate to new admonitions format * migrate your-profile-and-preferences docs * migrate part of status-communities docs * mv * rm log * index * fix lint * fix warn * fix title * fix docs layout * udpate next.config * use lowercase lang * generate contentlayer types before typechecking * update docs images * update help routes --------- Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
5.6 KiB
id | revision | language | title |
---|---|---|---|
467 | 0 | en | Understand block explorers |
Block explorers are tools you can use to browse blockchain data. With block explorers, you can learn more about any transaction that was made on the blockchain.
Since all Ethereum blockchain data is public and pseudonymous, it doesn't matter whose transactions you're exploring. You can view the details of both your own and others' transactions.
Block explorers are network-specific. This means that for [bridge transactions][crypto-bridging-your-quick-start-guide], you need to use two or more different block explorers, one for each chain. In your Status Wallet, you can find the Bridge field and transaction hashes for each chain. For more details, check out [Understand your transaction details][understand-your-transaction-details].
Use block explorers
:::tip For details on where find your Status Wallet address, check out [Receive crypto][receive-crypto]. :::
To get started with block explorers, copy your Status Wallet address and look it up on a block explorer of your choice. For example, you can use [Etherscan][etherscan], [Blockchair][blockchair] or [beaconcha.in][beaconchain] for the Ethereum mainnet. If you're using [an L2 or a sidechain][understand-l2s-and-sidechains], you need to find a block explorer for this network.
Explore transaction data
You can usually find the data below on all block explorers. This list isn't comprehensive. For more details, check out your block explorer's documentation.
Basic data
:::tip To view your transaction details in your Status Wallet, go to the Wallet home screen and click or tap the transaction you're interested in. :::
Field | Description |
---|---|
Transaction hash | Your transaction's unique ID. |
Status | Your transaction's status: for example, processing or completed. For more details on each status, check out [Understand transaction statuses][understand-transaction-statuses]. |
From | The address this transaction was sent from. |
To | The address this transaction was sent to. |
Block | The block your transaction was added to. Blocks are structures within the blockchain. Each block has a unique ID and includes multiple transactions. |
Value | The total ETH value that is transferred. |
Tokens transferred | A list of tokens that are transferred in this transaction, if any. |
Timestamp | The date and time at which your transaction was completed. |
Transaction fee | The [network fee][understand-network-fees] that was charged for your transaction. |
Advanced data
Field | Description |
---|---|
Nonce | The transaction number for the from address. The first transaction for each address has a nonce of 0. You can use nonces to cancel or resend transactions that are still processing. For more details, check out [Cancel transactions][cancel-transactions] and [Handle pending or stuck transactions][handle-pending-or-stuck-transactions]. |
Gas price | Cost per [unit of gas for this transaction][understand-network-fees], in gwei. |
Confirmations | The [number of confirmations][understand-confirmations] this transaction currently has. |