# MateableCoin Block Explorer Live block explorer for MateableCoin (MTBC), a hybrid PoW/PoS cryptocurrency built on Bitcoin Core 24.x. Look up blocks, transactions, and addresses; view live network stats; and query a public, no-auth-required REST API. ## Key Facts - Ticker: MTBC - Consensus: Hybrid PoW (5 algorithms: Scrypt, Yescrypt, Whirlpool, GhostRider, Balloon) + PoSv3 staking - Block Time: ~28 seconds ## Pages - Blocks & Transactions: https://explorer.mateable.com/ - Address lookup: https://explorer.mateable.com/address/{address} - Block detail: https://explorer.mateable.com/block/{hash} - Transaction detail: https://explorer.mateable.com/tx/{txid} - Network peers: https://explorer.mateable.com/network - Large coin movements: https://explorer.mateable.com/movement - Top 100 richest addresses: https://explorer.mateable.com/richlist - Claim an address (signed message verification): https://explorer.mateable.com/claim ## Public API Full interactive documentation with live request/response examples: https://explorer.mateable.com/info No API key or wallet required, all endpoints are public and read-only. Three families: - /api/* -- direct node RPC (getdifficulty, getblock, getrawtransaction, etc.) - /ext/* -- indexed data (getaddress, gettx, getbalance, getmtbcprice, getalgodifficulty, getblockalgos, etc.) - /api/v2/* -- newer REST interface with consistent field naming (status, block-index, block, tx, address) Example: https://explorer.mateable.com/api/v2/status ## Related - Official site: https://coin.mateable.com - Official site llms.txt: https://coin.mateable.com/llms.txt - GitHub: https://github.com/mateable/mateablecoin-24.x