Address
1MTFTQRgWt7vX23o3qQmraDbuGPrtfQhs6


Summary
Script Public Key
76a914e05965b5ff3618e3fc74bb7e5ab4dedee016f63e88ac
First Seen
Block #854,190
2024-08-25 07:13:59 utc
Balance
0
Transactions
2
QR Code
1MTFTQRgWt7vX23o3qQmraDbuGPrtfQhs6
Scripthash
a0a7fa98b32545e4b735714f6863db4a6cfa2f6bebb261455a6ae967c2ad8427
Is Valid?
Is Script?
Is Witness?
Is Mine?
Is Watch-Only?

Since this explorer is database-free, it doesn't natively support address transaction history. However, you can configure it to communicate with one or more ElectrumX servers to build and display this data. In doing so, you should be aware that you'll be trusting those ElectrumX servers. If you configure multiple servers the results obtained from each will be cross-referenced against the others. Communicating with ElectrumX servers will also impact your privacy since the servers will know what addresses you're interested in. If these tradeoffs are acceptable, you can see a list of public ElectrumX servers here:

https://uasf.saltylemon.org/electrum

Node.ValidateAddress

{
    "isvalid": true,
    "address": "1MTFTQRgWt7vX23o3qQmraDbuGPrtfQhs6",
    "scriptPubKey": "76a914e05965b5ff3618e3fc74bb7e5ab4dedee016f63e88ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

{
    "result": {
        "confirmed": 0,
        "unconfirmed": 0
    },
    "server": "localhost"
}

Electrum.History

{
    "result": [
        {
            "tx_hash": "3ead92f0ac3bd3507c5799a82f0e1f641db28ea57d79082c14852f0d862f7aae",
            "height": 854191
        },
        {
            "tx_hash": "317eb14af8dcd45446912d3a578fcffcbe44c66c4ebac94d899341af8d436cb9",
            "height": 854914
        }
    ],
    "server": "localhost"
}