Since this explorer is database-free, it doesn't natively support address balances and transaction histories. In order to provide this functionality, address balances and transaction history can be requested from a configurable set of ElectrumX servers. If multiple ElectrumX servers are configured, the results are cross-referenced and conflicts noted. For the transaction history displayed below, only the transaction identifiers from ElectrumX are used; the transaction details are requested via RPC from this app's primary node, as usual.
Configured ElectrumX Servers{
"isvalid": true,
"address": "2N9KTURVpQen7kvqvJ6pMecTPoHTUdSnoFQ",
"scriptPubKey": "a914b04eeee841ec06f9e322b9493df15ed6fbc8d41487",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "748c833a3bc1e998f429ba9fbc8f754e9f7c8e5a99ff0695fd03a73991755d55",
"height": 1345085
},
{
"tx_hash": "f9130ae7c0fab395906075be943a82a5c67ee1d9a6d8077a5d4da6be35ee9d73",
"height": 1345335
}
],
"server": "127.0.0.1"
}