Stargate Transaction Explorer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Stargate Transaction Explorer is a read-only blockchain analytics tool that provides detailed visibility into Stargate protocol activity across EVM chains. It retrieves cross-chain transaction logs, bridge transfer events, token approval events, wallet balances, and chain-specific transaction receipts from any supported network. Unlike standard block explorers that show raw transactions, this tool specifically surfaces Stargate-related events—including Sent and Received bridge messages—and presents them alongside the underlying transaction data so you can see exactly what occurred during a bridge operation.
HOW TO USE
Paste an EVM transaction hash to see the complete transaction details plus any Stargate bridge events embedded within it. The tool extracts Sent, Received, and Approval events from the transaction logs and displays them in a clear format. Alternatively, paste a wallet address to view the native balance and the most recent Stargate events associated with that address. Select the appropriate network from the dropdown (Ethereum, Optimism, BSC, Polygon, Fantom, Arbitrum, Avalanche, Linea, zkSync Era, or Base) before performing a lookup. The tool works with or without a connected wallet—connect only if you need to check current allowance states via the token contract.
TECHNICAL MECHANISM
The tool uses ethers.js v5.7.2 with a provider that can be sourced either from the connected wallet or fallback to public RPC endpoints. For address lookups, it performs chunked log scans with automatic backoff and halving: the scan starts with a 5000-block range, and if the provider rejects the request due to range limits, it halves the chunk size and retries the same range until it succeeds or reaches a single block. This prevents the common failure where a single eth_getLogs refusal terminates the entire scan. It also tracks the effectiveGasPrice from the transaction receipt (never the gasPrice field, which overstates post-EIP-1559 costs) and calculates actual gas spend. Approval events are flagged as historical—the tool does not assume current allowance status, and advises users to verify with allowance() or isApprovedForAll().
WHAT IT CANNOT SEE
This tool cannot track funds after they leave the destination chain's bridge contract—once a cross-chain transfer is completed, the destination chain's state is outside its scope. It cannot prove finality on non-EVM chains, and is limited exclusively to Stargate protocol events; it does not detect other cross-chain messaging protocols or generalized
PLEASE NOTE
Sites and services change over time and this app may need updating to match.