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": "3DLNADqcGH3iN7Zw84pBhXAzGYSppHYGou",
"scriptPubKey": "a9147fb9aa8e2b6465c39253bf4e0ac24a307bc44b1787",
"ismine": false,
"iswatchonly": false,
"isscript": true,
"iswitness": false
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "e-x.not.fyi"
}
{
"result": [
{
"tx_hash": "ec651f8af4954ef8acc573907d403b1e910a41c6140d8d0fc2e356b490d9059b",
"height": 562577
},
{
"tx_hash": "08df4962151b250ab58158c903518c52619da72deacfe65f226511f2fff2b408",
"height": 562588
}
],
"server": "e-x.not.fyi"
}