Memory Pool Memory Pool Refreshing

69,678 transactions
37.16 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,767 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,003 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,766 (646,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,556 203,556 00000000000000045265d5895e05a973064f3a6a306e00c35ccbedbd79daedc1 0.25 MB 422 138
203,555 203,555 00000000000000218a46070ecc70b029955970f4ccf9ade81533d9c8faef8838 0.02 MB 72 63
203,554 203,554 00000000000002fa5b48f5fb0182e535a95718ddf5a8a11aade12ad5f4b042b3 0.25 MB 610 135
203,553 203,553 00000000000004d3caee0c8e4189be5d48252b3a80362849e6f0ce71ea396706 0.24 MB 377 81
203,552 203,552 00000000000005478ce456dcd4af2f393f444a4d8b2e717ca7a2cd603dd3fcab 0.11 MB 245 145
203,551 203,551 00000000000005298fc24dd42ada2010cc3bae127da6b588bc8a8d9f7ccbccb0 0.05 MB 74 100
203,550 203,550 00000000000004639c0b0180b3f5511b9cad44ad9649adb1c366218e1bf91c50 0.19 MB 509 142
203,549 203,549 00000000000004f8519c671965c5cf9dcdb7953e61aa81b60865a02140b5bc6c 0.03 MB 73 138
203,548 203,548 000000000000008fc38c3274bae8c2c9cff19d4a67b5c2350c17a295b9162adf 0.07 MB 141 93
203,547 203,547 000000000000012a99d4d828a3dffd7954947dfd55f09cfc69f0ac5fb90ba46a 0.02 MB 37 82
203,546 203,546 00000000000002cf305122db57d407cf9201b5103f3a4a7e63bbf396ec7a0884 0.00 MB 12 71
203,545 203,545 000000000000006472e36fb3dc1f77b846feabe001b2b86fc78fe8110cd6ce4f 0.09 MB 222 132
203,544 203,544 000000000000047e57e1532bc69094f1131353b19aafb225a99895ddf6546aa1 0.01 MB 40 48
203,543 203,543 00000000000000e900bcf77914807d3ad397cc2f8011754e10dba19758dc8805 0.04 MB 96 103
203,542 203,542 00000000000001090471a27ff9269653352e2bc81a25ed02ce9e92adfc043e02 0.12 MB 68 26
203,541 203,541 000000000000029cc928aac06f5c6fb017289764f2c4019dd998e7990c7ebb86 0.01 MB 21 4
203,540 203,540 0000000000000167ba61f20f06e939529cdb53abfee56b96b30b9773c222a540 0.02 MB 43 118
203,539 203,539 00000000000001afb4c498cecff6ff4e1c3509e52db9c690b9f2e656f2c1d3aa 0.12 MB 217 109
203,538 203,538 0000000000000338a89b47f748d9d7b32fd123a62d26df69d1c47f9fa2bb1d09 0.06 MB 94 89
203,537 203,537 00000000000001f626a90b7b6fd2254eebe947cca34c02d602cef5247b9280b0 0.01 MB 33 149
203,536 203,536 00000000000004a370b81712f60ca5a0d4bd2b6797b3d164d84a99baced01314 0.01 MB 40 124
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 712.07 GB sent, 4.45 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.