Memory Pool Memory Pool Refreshing

66,166 transactions
30.64 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,449 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,312 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,448 (173,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
675,868 675,868 0000000000000000000ab4e7411a972e5805f9d90cbf519d2a51867668fdc71b 1.51 MB 907 23
675,867 675,867 00000000000000000001ab17a345be7f9936e90bac31fd87193c8ec920995964 0.00 MB 1 0
675,866 675,866 0000000000000000000ad3f22dafdb12ae8ea48d3e17358a2980bc5d4aa97fa3 1.69 MB 801 10
675,865 675,865 00000000000000000002cfd1881b8ce3a9376388f519dcf056905aee4893647a 1.52 MB 1,189 21
675,864 675,864 0000000000000000000c05ece344ba2d56f2c28a26ecf768eb48209746f81438 1.26 MB 2,239 28
675,863 675,863 0000000000000000000b84d1d627ff5e50ae618d98b177037d78e810e3f022a1 1.34 MB 1,976 58
675,862 675,862 00000000000000000000572ff09a2aa7f31f77c5c37e7e4f31039f5bdcc50897 1.15 MB 1,352 77
675,861 675,861 00000000000000000006502b7d1fd93b05a101566e743895778ceca3aed9fce0 1.34 MB 2,166 10
675,860 675,860 0000000000000000000c76a788aa81a5fc673c8f35c53696e252329b681221c3 1.36 MB 2,613 73
675,859 675,859 0000000000000000000437d1547d3ad530cab15f2bc8d27d8b30968b2429dcc0 1.32 MB 2,074 33
675,858 675,858 0000000000000000000010ebfb0427e1fd0cd0fd980e5375d8d46770f2917694 1.72 MB 858 25
675,857 675,857 0000000000000000000794073e6545547475216000783cd13f2fa49a64f5a942 1.50 MB 1,655 13
675,856 675,856 000000000000000000072b79f1f74149c3a720ec3a013a6b6aabf834b3878797 1.40 MB 2,513 56
675,855 675,855 00000000000000000008e0c01575fc60ea1f2eb92e52055d480466cb4628f024 1.32 MB 2,348 87
675,854 675,854 000000000000000000032c9ac1f63a8143109f2deffc8dafa5cadc6330741cea 1.28 MB 2,260 62
675,853 675,853 0000000000000000000678675c7f48771349206cd653d2ecfc86814eb285b8e1 1.33 MB 2,172 38
675,852 675,852 000000000000000000075e1fcc09b24bb72db28dc4b7307a3fd5c0c1fd6ff978 1.40 MB 1,918 54
675,851 675,851 000000000000000000082847b993e84b49db6f38aaaa822702eba30bbea052aa 1.35 MB 1,677 28
675,850 675,850 00000000000000000005faf385c3720c32e16ea0b9903666a800db9bc7194340 1.46 MB 1,766 19
675,849 675,849 0000000000000000000136268a3201a6f2720abfd2cb669c86a36e8e10ad2303 1.13 MB 1,694 49
675,848 675,848 0000000000000000000af1ac95f560daf530aaa22b8d641c9a93a3a9679ad6ee 1.32 MB 1,797 66
Previous 10 blocks ↓
Total Size: 660.46 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 94 incoming
  • Data Transfer: 366.58 GB sent, 1.59 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.