Memory Pool Memory Pool Refreshing

48,216 transactions
34.66 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,393 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,293 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,392 (639,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
210,586 210,586 0000000000000279fe836617dcb6286b069fb40d0251cebc2fc9889289f05d99 0.01 MB 13 104
210,585 210,585 00000000000002039c9621891966e4faf788c28b22dc065d48fdb0424422a248 0.01 MB 19 75
210,584 210,584 00000000000002733946bb20905eb7ba338b701fe46f32e9d56b20437851ace5 0.16 MB 371 186
210,583 210,583 00000000000002c90b94900c30e173377a76812880b1c74098e7424b145f0e38 0.08 MB 163 185
210,582 210,582 00000000000002ba578b95f4b1dfaaa42b23316c72cc998fa0791121515f9401 0.13 MB 292 132
210,581 210,581 00000000000000503356bf2a71e01b2dc6487e12813fb060795df03dbd920536 0.05 MB 103 155
210,580 210,580 000000000000025290cca4bdd9c9c89953dac1a6b6768cbd8ed0c6c5c8b75ed4 0.11 MB 199 146
210,579 210,579 0000000000000021c0c6c1e8c5d4418f8ecec16aa3ba3f4797fe6fbfaefc3389 0.00 MB 7 603
210,578 210,578 0000000000000433041809b05964f368022b3ed4042b62e7f8293a187dfdd927 0.00 MB 1 0
210,577 210,577 000000000000016e6ca8910d8dcf94eb960e77ce5dd0ee6a4fd1fc665d104be3 0.15 MB 370 201
210,576 210,576 0000000000000008c4a05b241e7960fb9b686f1c1bf7f46521db1773ed52dd51 0.01 MB 25 143
210,575 210,575 00000000000003246ec366cd2ce4ab5c808f80f6e0c5bcefd0b063481a2049d6 0.01 MB 17 134
210,574 210,574 0000000000000312b7d9f48bf96fcba663e37c3fda8807e26c97a240bbd76f51 0.09 MB 151 162
210,573 210,573 00000000000001c1755af8fd73803d5f12fb30fb76a6206bfbba5c6ca381a19d 0.01 MB 37 178
210,572 210,572 000000000000015c610187f50ffdc3fdbf559366b70a135d5c6631b840eb0022 0.12 MB 186 100
210,571 210,571 00000000000002c5ea4b8f53d87fc05f68b7319f921014bbab6444a17b501a4b 0.10 MB 253 176
210,570 210,570 000000000000020046802c07a2e3af515f0459d687c9b8e94bba1ee9bdb9afac 0.07 MB 135 131
210,569 210,569 0000000000000464c0ca36142d148c07adf7828a972d4ca0aa10f1afd28de848 0.04 MB 93 156
210,568 210,568 00000000000003a52c7e96493cbd15b2a54a08a56543441fd8db80178f8041d6 0.02 MB 33 160
210,567 210,567 000000000000002b8e326a70c33ed170ab02ceba6c4912c17efd32193b5a2277 0.15 MB 233 115
210,566 210,566 00000000000004d889bef2e780758fa84009e3c201ff2c7fa0ef45905a632a60 0.09 MB 223 203
Previous 10 blocks ↓
Total Size: 662.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,325.19 GB sent, 9.83 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.