Skip to content

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 haveEnter
BlockThe number, e.g. 6180006
TransactionThe full 0x… 66-character hash
Address or contractThe 0x… 42-character address
TokenIts 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/0x8470B792d2c2Ed1C8Bfe9F8600a0B2d1C80dF947

Reading a transaction

FieldMeaning
StatusSuccess or failure. A failed transaction still consumed gas
BlockThe block that included it. Finality is instant on this chain
From / ToSender and recipient. To is the contract for a contract call
ValueNative KNYX moved. Often 0 for a token transfer — the tokens move in the logs
Transaction feeGas used multiplied by gas price
NonceThe sender's transaction count at the time
TimestampShown 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

FieldMeaning
HeightThe block number
TimestampUTC and relative
TransactionsCount included
Gas used / limitConsumption against the block ceiling
Block rewardPaid to the proposing validator
Burnt feesThe 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/0x3341c2aff0d8409c62f728ea8aef00f77cec5b1c32f91257ee930034876cc075

It 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.

KriptoNyx testnet — chain ID 3009 (kriptonyx_3009-1)