# Explorer **Blockchain Explorer Services** Blockchain exploration endpoints providing detailed access to on-chain data, transaction history, address information, and network analytics. These APIs power blockchain explorers and provide developers with comprehensive blockchain data access for building analytics and monitoring applications. **Explorer Features:** - Transaction history and details - Address balance and activity - Block information and statistics - Network-wide analytics - Search and filtering capabilities ## View FluxNode transactions - [GET /explorer/fluxtxs](https://docs.runonflux.io/fluxapi/explorer/getfilteredfluxnodetxs.md): View a filtered list of the FluxNode's transactions. ## View utxo history - [GET /explorer/utxo](https://docs.runonflux.io/fluxapi/explorer/explorergetaddressutxos.md): View unspent transaction outputs of selected address. ## View transaction history - [GET /explorer/transactions](https://docs.runonflux.io/fluxapi/explorer/getaddresstransactions.md): View transaction history of selected address. ## View balance - [GET /explorer/balance](https://docs.runonflux.io/fluxapi/explorer/explorergetaddressbalance.md): View balance of selected address. ## View scanned block height - [GET /explorer/scannedheight](https://docs.runonflux.io/fluxapi/explorer/getscannedheight.md): View scanned block height on the explorer that it has synced. ## Check if explorer is synced - [GET /explorer/issynced](https://docs.runonflux.io/fluxapi/explorer/isexplorersynced.md): Check if the explorer is fully synchronized with the blockchain. ## Reindex collection - [GET /explorer/reindex](https://docs.runonflux.io/fluxapi/explorer/reindexexplorer.md): Drop Flux collection and recreate it. ## Restart block processing - [GET /explorer/restart](https://docs.runonflux.io/fluxapi/explorer/restartblockprocessing.md): Restarts Flux collection. ## Stops block processing - [GET /explorer/stop](https://docs.runonflux.io/fluxapi/explorer/stopblockprocessing.md): Stops Flux collection. ## Rescan explorer - [GET /explorer/rescan](https://docs.runonflux.io/fluxapi/explorer/rescanexplorer.md): Rescan explorer from selected block height.