๐Ÿ“Š Comparison

ScanHood vs a Blockscout-style explorer

Blockscout is the open-source explorer software behind most EVM chains' block explorers: it shows you exactly what happened on-chain. ScanHood is a different layer, built on top of that same raw data, that tells you whether a token is safe to trade before you do. Here's the actual difference, feature by feature.

The short version

A block explorer is a record: it decodes and displays blocks, transactions, logs and verified contract source exactly as they happened. It doesn't have an opinion on whether a token is a rug, because that's not the job it was built for. ScanHood is a safety layer: it runs a real buy-then-sell simulation on a token before you touch it, checks whether its liquidity is actually locked, and scores its deployer against a database of known ruggers, then feeds that verdict into a scanner, a screener, a swap that blocks DANGER tokens outright, and a portfolio tracker.

Neither replaces the other. Explorers are the ground truth for "what happened." ScanHood is the ground truth for "should I trade this." Most of the time you want both: the sections below cover exactly where each one wins, and how to use them together.

Feature by feature

CapabilityBlockscout-style explorerScanHood
Raw blocks, transactions, logsYesYes (own /explorer)
Verified contract sourceYesLinks out to it
Token holder lists, transfersYesYes
Honeypot / buy-sell simulationNoYes, on every scan
LP-lock verificationNoYes, checked on-chain
Deployer reputation / serial-rugger scoringNoYes
Live market data (price, mcap, liquidity)NoYes
Trending / new-launch screenerNoYes (/dex, /launch)
Trade execution gated by a safety verdictNoYes (/swap blocks DANGER tokens)
Wallet portfolio + watchlist with live verdictsNoYes (/portfolio)
Public REST API for the aboveYes (chain data)Yes (safety + market data, see /docs)

Where each one actually wins

๐Ÿ” Explorer, strong at

  • Decoding a specific transaction, byte for byte
  • Reading a contract's verified source directly
  • Tracing the full history of an address
  • Auditing internal calls and raw event logs

๐Ÿ›ก๏ธ ScanHood, strong at

  • Telling you if a token can actually be sold
  • Flagging a deployer with a rug history, before launch
  • Surfacing what's trending or newly launched, ranked
  • Blocking a trade into a DANGER-rated token outright

Using them together

The two aren't competing for the same moment. In practice the useful flow runs through both, in this order:

01You spot a token, on /dex, in a group chat, or on an explorer's "latest tokens" feed.
02Paste it into the Scanner before touching it: honeypot check, LP-lock status, deployer score, verdict in one page.
03PASS or CAUTION and you still want the transaction-level detail, pull up the contract on an explorer (ScanHood's own /explorer, or any Blockscout instance) to read the verified source directly.
04Trade through /swap, which re-checks the verdict at the moment of the trade and refuses to route into anything DANGER-rated.

Frequently asked

Is ScanHood a fork of Blockscout?

No. Blockscout is open-source block explorer software that many EVM chains deploy to show raw chain data, blocks, transactions, verified source, logs. ScanHood is a separate, purpose-built safety layer: honeypot simulation, LP-lock verification and deployer reputation scoring, plus a screener, swap, launchpad and portfolio tracker built on top of that safety engine.

Does ScanHood replace my block explorer?

Not for raw data lookups. Use a block explorer (ScanHood's own /explorer, or any Blockscout instance) to read a transaction, decode a log, or verify contract source. Use /scanner before you trade, to see whether a token can actually be sold, whether its liquidity is locked, and whether its deployer has a rug history.

Can a token look fine on Blockscout but still be a rug?

Yes. A block explorer shows you that a contract exists, is verified and has holders. It doesn't simulate a buy-then-sell round trip, so it can't tell you a token is a honeypot until someone actually gets stuck holding it. That's the specific gap ScanHood's scanner is built to close.

Is ScanHood's data available over an API, like an explorer's?

Yes, see /docs: scan, search, OHLCV and launch endpoints, plus an llms.txt and OpenAPI spec for agents. Free, rate-limited, no key required for read endpoints.

๐Ÿ›ก๏ธ ScanHood's data reduces risk; it is not a guarantee or a buy signal. Sellable โ‰  safe buy. Always verify on-chain. Not affiliated with Blockscout or Robinhood Markets, Inc.