Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
What is the best block explorer for the TON network?

What is the best block explorer for the TON network? I'm looking specifically for an explorer that allows developers to look at smart contract bytecode, verify smart contracts, and view the details of transactions in detail.

  
  
Posted one year ago
Votes Newest

Answers 2


Unlike Ethereum where https://etherscan.io is the only dominant explorer, TON is a more decentralized ecosystem with different explorers that excel in different things. The full list is on https://ton.app/explorers

Some interesting ones:

  • https://tonscan.org - Great for simple things, polished UI. Excellent for users, less for developers.

  • https://tonwhales.com/explorer - Good for developers since it shows much more low level information if you need to debug transactions that failed.

  • https://dton.io - Also good for developers since shows low level data. Has a very cool feature of transaction tracing which shows the TVM opcode executed in each transaction.

Also notes that the explorers have special versions for testnet. Like https://testnet.tonscan.org

  
  
Posted one year ago
Edited one year ago
Tal Kol
334 × 3 Administrator

There are many explorers available for TON. You can see them all here:
https://ton.app/explorers

I personally like Tonscan, because it allows you to view smart contract opcodes. It's used by most developers.

dTon is also nice because it also displays some data about the blockchain overall, if you're looking for macro-level data, similar to the Etherscan counterparts.

  
  
Posted one year ago
Jeremy
384 × 5 Administrator
17K Views
2 Answers
one year ago
one year ago
Tags