Memory Pool Memory Pool Refreshing

42,764 transactions
52.27 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
840,975 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,342 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,974 (227,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,877 613,877 00000000000000000012126071d1af75d1d734245a1693938650e6c424548961 1.38 MB 3,003 16
613,876 613,876 000000000000000000019a04b62cedd00b17abf5911cfdffb7ced8acfdb0dd46 1.30 MB 2,442 35
613,875 613,875 0000000000000000000b96d28d234c7e2bb4a94345c24cace7cc46023e872460 1.32 MB 3,472 15
613,874 613,874 0000000000000000000b44e16630eb86c6f01f7005ea297e97f65a781f335576 1.43 MB 2,277 36
613,873 613,873 0000000000000000000a71f666d162c8b574c1aeee3c3f3cdfd6d2df1330de25 0.03 MB 102 13
613,872 613,872 00000000000000000012bc476aa9af16780321d11bdf851ab44d6269bb9bb7aa 1.07 MB 1,971 9
613,871 613,871 00000000000000000012a1efe3d821c2a567e26af68fb8c0cce1bda83974e4c3 1.28 MB 2,875 9
613,870 613,870 000000000000000000119f4c1b8d69ed3183a47297e654448c1970041fc725f9 1.20 MB 2,405 8
613,869 613,869 0000000000000000000d475427932a5221c1e57d5d94b5cf431ddf7d1c72c833 1.11 MB 1,199 6
613,868 613,868 0000000000000000000f73770330eab520eb7ba0647ff55f6c4766dfba935210 1.07 MB 1,555 13
613,867 613,867 0000000000000000000dd5d0bb390c3d88cee30cfa7a19ab8e09fd9d7007ee2b 1.17 MB 2,268 14
613,866 613,866 0000000000000000000002d5fd931b5e211948ea83dfcedf15c2b837b265040d 1.18 MB 2,295 13
613,865 613,865 0000000000000000000cd75a9825d4b354ef8c5ef4883b6ca5bbd9976ed37f0b 1.11 MB 1,637 28
613,864 613,864 00000000000000000004b6afdaa854c54faa5de47d076b32bd85b29d2d068147 1.04 MB 1,002 78
613,863 613,863 0000000000000000000ca7265393f300b7552d573f09a41abc6a37990f7ac314 0.50 MB 1,066 11
613,862 613,862 00000000000000000001e96cba770c4ac551f2910fcfa0c6259fe7853f80e065 1.30 MB 1,785 7
613,861 613,861 00000000000000000004121fca1c79d636357d9f2241649109872135571a7631 1.20 MB 2,525 6
613,860 613,860 0000000000000000000d9cc1443e42a2abf682cf3d160f400f27994a3cd1abce 1.57 MB 746 10
613,859 613,859 00000000000000000012679d5a0fe9541a40ad0544db6be50dc7d08932c3326f 1.49 MB 1,035 13
613,858 613,858 0000000000000000000639fe1e2d718096775bf09f89e195fe4e160412063ba6 1.16 MB 1,833 5
613,857 613,857 0000000000000000000d743d37b986ea7ec0b3a9bc95f10a56c4dfa3cd12c6c9 1.27 MB 2,765 8
Previous 10 blocks ↓
Total Size: 644.84 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,136.83 GB sent, 29.32 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.