moonpay-block-explorer
Block explorer
Goal
After any swap, bridge, or transfer, open the result in the correct block explorer. Also useful for viewing wallet addresses and token contract pages.
Explorer URLs
| Chain | Transaction | Wallet | Token |
|---|---|---|---|
| solana | https://solscan.io/tx/{sig} |
https://solscan.io/account/{addr} |
https://solscan.io/token/{addr} |
| ethereum | https://etherscan.io/tx/{hash} |
https://etherscan.io/address/{addr} |
https://etherscan.io/token/{addr} |
| base | https://basescan.org/tx/{hash} |
https://basescan.org/address/{addr} |
https://basescan.org/token/{addr} |
| polygon | https://polygonscan.com/tx/{hash} |
https://polygonscan.com/address/{addr} |
https://polygonscan.com/token/{addr} |
| arbitrum | https://arbiscan.io/tx/{hash} |
https://arbiscan.io/address/{addr} |
https://arbiscan.io/token/{addr} |
| optimism | https://optimistic.etherscan.io/tx/{hash} |
https://optimistic.etherscan.io/address/{addr} |
https://optimistic.etherscan.io/token/{addr} |
| bnb | https://bscscan.com/tx/{hash} |
https://bscscan.com/address/{addr} |
https://bscscan.com/token/{addr} |
| avalanche | https://snowscan.xyz/tx/{hash} |
https://snowscan.xyz/address/{addr} |
https://snowscan.xyz/token/{addr} |
| bitcoin | https://mempool.space/tx/{txid} |
https://mempool.space/address/{addr} |
— |
More from moonpay/skills
moonpay-commerce
Browse Shopify stores, search products, manage a cart, and checkout with crypto via Solana Pay. No login required.
44moonpay-trading-automation
Set up automated trading strategies — DCA, limit orders, and stop losses — by composing mp CLI commands with OS scheduling (cron/launchd).
39moonpay-prediction-market
Trade on prediction markets (Polymarket, Kalshi). Search markets, buy/sell positions, track PnL, and view trade history.
36moonpay-check-wallet
Check wallet balances and holdings. Use for "what's in my wallet", portfolio breakdown, token balances, allocation percentages, and USD values.
35moonpay-auth
Set up the MoonPay CLI, authenticate, and manage local wallets. Use when commands fail, for login, or to create/import wallets.
33moonpay-swap-tokens
Swap tokens on the same chain or bridge tokens across chains. Use when the user wants to swap, bridge, or move tokens.
33