Documentation Index
Fetch the complete documentation index at: https://docs.teqoin.io/llms.txt
Use this file to discover all available pages before exploring further.
Block explorer
A block explorer helps you inspect blocks, addresses, transactions, and verified contracts. It is also the fastest way to confirm that a transaction actually landed onchain.What to verify after every transaction
Check these items:- Transaction hash
- Status
- Block number
- From and to addresses
- Gas used
- Event logs
Current TeQoin status
As of April 22, 2026:- Testnet block explorer is live at
https://testnet-blockscan.teqoin.io - The older hostname
https://block-explorer.teqoin.iodid not resolve in DNS from this machine
- Save the transaction hash from your wallet or deployment script.
- Query the TeQoin RPC directly.
- Recheck the public explorer hostname later if TeQoin publishes it.
RPC fallback for transaction lookup
Usecast:
What to expect from a future explorer
The current testnet explorer should support the usual explorer workflow:- Address search
- Block and transaction search
- Contract verification
- Token transfers and logs