# Galt Block Explorer > SEO-first Bitcoin Cash explorer powered by FloweeBridge Server-rendered Bitcoin Cash block explorer. Prefer canonical hard links. No external database. JavaScript is not required for primary navigation. ## Site-level routes - / : network directory and best first-click overview - /search?q=... : all-network search helper for block heights, hashes, txids, BCH addresses, and BCH payment URIs - /verify?q=... : human-first cross-network verification guide that can carry a prefilled query while linking back to the full all-network search result - /activity : bounded recent block and confirmed-transaction activity across configured networks - /compare : cross-network comparison for tip height, cadence, mempool, halving, and health - /status : site-wide Flowee node and failover diagnostics - /feed/blocks.xml : RSS recent block feed across networks - /feed/transactions.xml : RSS recent confirmed-transaction feed across networks - /sitemap.xml : sitemap index - /site-pages.xml : site-level pages sitemap - /opensearch.xml : site-wide OpenSearch description - /robots.txt : robots.txt - /llms.txt : this route guide ## Network route patterns Use / below with one of the configured network path segments. - / : canonical network homepage - //search?q=... : network search helper - //verify?q=... : network verification guide with a prefilled resolution panel and recommended next proof paths - //blocks : paginated recent blocks - //transactions : bounded recent confirmed transactions - //block/ : canonical block detail - //tx/ : canonical transaction detail - //tx//receipt : compact shareable verification receipt for the same canonical transaction - //address/ : canonical address detail - //mempool : mempool summary - //stats : chain statistics and cadence windows - //status : network status and failover state - //status/node/ : node-specific diagnostics - //feed/blocks.xml : network recent block feed - //feed/transactions.xml : network recent confirmed-transaction feed - //opensearch.xml : network OpenSearch description - //sitemap.xml : network sitemap ## Query recognition - decimal integer => block height - 64 hex chars => block hash or txid (explorer resolves using the active network) - bitcoincash: / bchtest: / bchreg: style addresses => BCH address detail ## Query recipes and citation-safe routes - prove a payment by txid => open //verify?q=, then cite the canonical tx page, receipt page, raw tx route, and containing block when available - prove a block by height => open //verify?q=, then prefer the canonical block page, block receipt route, and raw block route over transient search pages - prove an address appeared on-chain => open //verify?q=, then cite the canonical address page together with any linked newest observed transaction or block routes - all-network intake => use /verify?q=... first when the network is unknown, then switch to the returned canonical network route before citing details - search pages and verify intake pages are useful discovery surfaces, but final citations should point at canonical detail, receipt, raw, feed, sitemap, or status routes ## Preferred agent workflow 1. Start from /, /llms.txt, /sitemap.xml, or /opensearch.xml instead of inventing routes. 2. Prefer canonical detail pages, feeds, and raw endpoints over scraping repeated search-result pages. 3. Treat /transactions and site-level recent activity as bounded fresh windows, not hidden infinite history. 4. Consult /status before trusting freshness-sensitive claims when node health matters. ## Canonicalization notes - transaction ids are normalized to lowercase canonical routes - addresses are normalized to the explorer's canonical address route when possible - noncanonical block-height shortcuts redirect to canonical block detail routes ## Configured networks - Bitcoin Cash Mainnet => path /mainnet, address prefix bitcoincash, status /mainnet/status - Bitcoin Cash Testnet4 => path /testnet4, address prefix bchtest, status /testnet4/status