Memory Pool Memory Pool Refreshing

38,577 transactions
45.14 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,358 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,168 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,357 (418,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,955 423,955 00000000000000000062838e7a71c1abfb40c5112ecfcaf33718a25746729dab 0.00 MB 1 0
423,954 423,954 000000000000000002256324cb1d8bccb291f20c605f45b8fb49e94cb23d8954 0.66 MB 1,686 70
423,953 423,953 00000000000000000124f34d4cc637652e24cb995b652f71a741916d1716dab8 0.19 MB 448 56
423,952 423,952 0000000000000000012cde5938bb3d6e96e45ff04c1dd8784fb369ab716803fd 0.06 MB 161 68
423,951 423,951 000000000000000000d4ff60f0534a805d1d49c9ad3f92ad0043b5d133cfaba4 0.49 MB 1,202 64
423,950 423,950 000000000000000003508fa8a6e306596fd87a80921a0377ee3cc942377adbb1 0.99 MB 2,176 70
423,949 423,949 000000000000000001325f1f05a36e64777cea15faa97c0d6976ab26f9442ac6 0.99 MB 609 16
423,948 423,948 000000000000000004dbe90c8d335908850efa5740d0432fa9543ee56e67f955 0.78 MB 1,588 60
423,947 423,947 0000000000000000021697f6f001c5d3c25a0bd094e49d2d98236d67580fb51d 0.48 MB 1,067 61
423,946 423,946 0000000000000000011f85046532214d59ebabd7c2c2a72a638a88f264a5dddf 0.07 MB 143 71
423,945 423,945 0000000000000000005b5eb2cd21b557fe96b4addce67b0db55c8c0fd3bf3eef 0.20 MB 460 68
423,944 423,944 000000000000000003fc4dacbf2aa274f5a11bb9390d42591e55e5d7785b4af4 0.24 MB 357 26
423,943 423,943 00000000000000000098733559255d066f688ed70c70471f99cc7e414bd5de07 0.03 MB 27 19
423,942 423,942 0000000000000000005b3e52b4b2834b88908504e18a62e27a3a5b9f21b81c9d 0.98 MB 1,212 43
423,941 423,941 0000000000000000036a30a0979408a1826f651262a81f5a271f49401647290a 1.00 MB 2,301 65
423,940 423,940 0000000000000000039de940cf79abb15cf2694ea62d58a26d70e79c50c6ab0b 0.77 MB 1,494 60
423,939 423,939 0000000000000000037bc0e03745daadac0a2fb5490d60b17b0f6fd6e55e10bc 0.59 MB 1,278 76
423,938 423,938 000000000000000000dfdf1b5f5f5b1fc541a565e06b3e54cd68cbb652ecf012 0.42 MB 1,060 78
423,937 423,937 000000000000000001d7f944d7d367b514bff70f09f57140c7f3660db84dccef 1.00 MB 319 8
423,936 423,936 000000000000000003190664f4053b120facbfd9b5d842fda25e084b7a6bead7 0.56 MB 1,318 68
423,935 423,935 000000000000000001a97294d2a9b4f737923c959c25e411d73da1324661747a 0.99 MB 987 29
Previous 10 blocks ↓
Total Size: 647.39 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,482.27 GB sent, 45.38 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.