# BNBPricer / XMRScanner — Monero (XMR) Blockchain Explorer & RingCT Privacy Engine > XMRScanner is an institutional-grade Monero (XMR) Blockchain Explorer, RandomX PoW Hashrate Monitor, RingCT Decoy & Key Image Inspector, and Dynamic Gas & Fee Station (https://xmrscanner.com). ## Overview XMRScanner powers lightning-fast, privacy-preserving exploration for the Monero network alongside universal multi-chain diagnostics with instantaneous search, real-time confirmed and pending mempool feeds, decoded RingCT transactions (enforced ring size 16), Bulletproofs+ zero-knowledge range proof verification, confidential outputs, and Monero protocol diagnostic guides. Featuring a constant 0.60 XMR tail emission, 120s block time, and RandomX CPU-friendly ASIC-resistant consensus, XMRScanner provides complete transparency into Monero network health without compromising user financial privacy. ## Core Capabilities & Portals ### 1. Universal Monero Block Explorer & Omnibar - [Homepage & Omnibar Search](https://xmrscanner.com/): Search Monero standard addresses (`4...`), subaddresses (`8...`), 64-character transaction hashes, block heights, and privacy tokens. - [Verified Transactions Stream](https://xmrscanner.com/txs): Real-time verified RingCT transaction stream with ring signatures, Bulletproofs+ verification, and dynamic fees in XMR. - [Verified Blocks Directory](https://xmrscanner.com/blocks): Real-time block production directory with RandomX mining pool builder credits, block weight (bytes), base fee rates, and 0.60 XMR tail emission rewards. - [Pending Mempool Queue](https://xmrscanner.com/txs/pending): Live in-flight unconfirmed Monero transactions. - [Top Privacy Assets & Swaps Directory](https://xmrscanner.com/tokens): Directory of Monero ecosystem tokens (XMR, Wrapped Monero wXMR, BTC-XMR atomic swaps, P2Pool shares). - [Cluster Daemon & Node Status](https://xmrscanner.com/status): Live Monero Daemon (monerod) RPC latency, block height synchronization, and 99.99% uptime metrics. ### 2. Monero Fee & Emission Station - [Dynamic Fee Tracker](https://xmrscanner.com/gastracker): Real-time dynamic base fee rate per kB in nanonero, priority fee multipliers, and fiat cost tracking. - [Tail Emission Tracker](https://xmrscanner.com/gas-spent): Calculate perpetual 0.60 XMR per block subsidy and total circulating supply stability. - [Interactive Tx Fee & Weight Calculator](https://xmrscanner.com/gas-calculator): Real-time USD conversion calculator for Monero transfers based on inputs, outputs, and ring size 16. - [Cost to Send Monero (XMR)](https://xmrscanner.com/gas/cost-to-transfer-eth): Dynamic base fee peer-to-peer transfer cost with USD equivalents (~$0.005 - $0.01 USD). - [Cheapest Hours for Monero Broadcasts](https://xmrscanner.com/gas/cost-to-cheapest-hours): 24-hour congestion analysis showing optimal UTC low-mempool windows. ### 3. Developer & Privacy Security Utilities - [Mining Pool & Hashrate Radar](https://xmrscanner.com/whales): Real-time stream of mining pool distribution (P2Pool, SupportXMR, Nanopool, HashVault) and coinbase block reward alerts. - [P2Pool Decentralized Mining Radar](https://xmrscanner.com/p2pool): Live P2Pool Main & Mini sidechain telemetry, share difficulty, and zero-fee CPU mining payout calculator. - [Payment Proof (tx_key) Verifier](https://xmrscanner.com/payment-proof): Zero-knowledge client-side proof of payment generator and dispute validator for Haveno, Bisq, and merchants. - [RingCT Privacy Scanner](https://xmrscanner.com/scanner): Decoy distribution inspector and key image double-spend verification. - [Multi-Wallet Watchlist](https://xmrscanner.com/watchlist): Private client-side address tracker with localStorage persistence. - [Raw Tx & RingCT Decoder](https://xmrscanner.com/decoder): Decode arbitrary Monero raw transaction hex into inputs, stealth outputs, ring members, and key images. - [Developer APIs & Real-Time Streams](https://xmrscanner.com/developer): High-performance REST APIs and Server-Sent Events (SSE) telemetry. - [Monero Error Diagnostics Directory](https://xmrscanner.com/errors): Searchable directory of Monero consensus rejections (`DOUBLE_SPEND`, `INVALID_RING_SIZE`, `BULLETPROOF_FAILED`, `FEE_TOO_LOW`, `TX_TOO_LARGE`). - [Address Poisoning & Phishing Shield](https://xmrscanner.com/address-poisoning): Authoritative guide preventing lookalike address spoofing in cryptocurrency transactions. ## API Quick Reference - `GET /api/v1/explorer/vitals` — Live Monero network vitals (Block height, Dynamic Base Fee in nanonero, Hashrate, XMR Price) - `GET /api/v1/explorer/search?q={query}` — Universal search resolver for Monero standard/subaddresses, tx hashes, and block heights - `GET /api/v1/explorer/query?q={nl_query}` — Natural language question resolution engine with QAPage JSON-LD - `GET /api/v1/ai/context` — High-density system context for LLM agent retrieval - `GET /api/v1/ai/gas-advice` — Algorithmic broadcast timing recommendation based on mempool congestion - `GET /api/v1/ai/explain-error/{code}` — Structured diagnostic explanation for Monero consensus and mempool error codes