Memory Pool Memory Pool Refreshing

40,653 transactions
51.84 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,123 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,232 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,122 (227,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
613,856 613,856 0000000000000000000a3365d9c04d535b1a7daf073fea8446384df4809cd5f2 1.12 MB 2,573 4
613,855 613,855 000000000000000000077f817313b131925b9143524aba44d0e6853d473a4db9 1.34 MB 2,895 9
613,854 613,854 000000000000000000080e534f19ec3d1eff705f00465edaf8a44f4003016e2f 1.22 MB 2,443 28
613,853 613,853 00000000000000000000e991769d083071736f6038d5de9cb9fd55f21eb08421 1.30 MB 3,182 22
613,852 613,852 0000000000000000000d0f7dde2491b0d1e2d7bafb165c2a1d91e3f96a7c3540 0.97 MB 1,798 11
613,851 613,851 00000000000000000007cf2abc0237b9a4b13e84f1bd31568eb5c91722d1d100 1.08 MB 2,301 13
Previous 10 blocks ↓
Total Size: 645.11 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,201.48 GB sent, 30.56 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.