Appearance
Using the explorer
Finding things
The search box accepts a block number, a transaction hash, an address or a token name, and routes to the right page.
| You have | Enter |
|---|---|
| Block | The number, e.g. 6180006 |
| Transaction | The full 0x… 66-character hash |
| Address or contract | The 0x… 42-character address |
| Token | Its name or symbol |
Direct URLs work too:
https://explorer.testnet.kriptonyx.com/block/6180006
https://explorer.testnet.kriptonyx.com/tx/0x3341c2aff0d8409c62f728ea8aef00f77cec5b1c32f91257ee930034876cc075
https://explorer.testnet.kriptonyx.com/address/0x8470B792d2c2Ed1C8Bfe9F8600a0B2d1C80dF947Reading a transaction
| Field | Meaning |
|---|---|
| Status | Success or failure. A failed transaction still consumed gas |
| Block | The block that included it. Finality is instant on this chain |
| From / To | Sender and recipient. To is the contract for a contract call |
| Value | Native KNYX moved. Often 0 for a token transfer — the tokens move in the logs |
| Transaction fee | Gas used multiplied by gas price |
| Nonce | The sender's transaction count at the time |
| Timestamp | Shown both as a UTC time and relative to now |
Value of 0 does not mean nothing moved
An ERC-20 transfer carries no native value. The token movement appears under token transfers and in the event logs.
Reading a block
| Field | Meaning |
|---|---|
| Height | The block number |
| Timestamp | UTC and relative |
| Transactions | Count included |
| Gas used / limit | Consumption against the block ceiling |
| Block reward | Paid to the proposing validator |
| Burnt fees | The portion of fees destroyed |
Reading an address
For a normal account: balance, transaction history and token balances.
For a contract, additionally: the verified source and ABI, a read interface for view functions, and the event logs it has emitted — which is how the DeFi panel derives pool volume.
Worked example
Open this bridge payout:
https://explorer.testnet.kriptonyx.com/tx/0x3341c2aff0d8409c62f728ea8aef00f77cec5b1c32f91257ee930034876cc075It is in block 6,180,006, status Success, delivering 63.34749608484891 KNYX for 21,000 gas. Compare it against the same transaction from the chain data API to see the raw fields behind the page.