Memory Pool Memory Pool Refreshing

55,470 transactions
77.05 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,918 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 163 529
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,917 (422,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,125 424,125 0000000000000000020f7373970b4fdb2af55680bb0f8b48e18eb8f40ec566a2 1.00 MB 2,376 70
424,124 424,124 000000000000000003fb1e14a4f4dc749e367d51d0269dc85eaa8b70d87a9de7 1.00 MB 1,616 95
424,123 424,123 0000000000000000033aff17fde0725b5dff600fe9d2c7ff61a01cdca3351f03 1.00 MB 875 103
424,122 424,122 00000000000000000197c87b2c204f2a4a6c0b76f6b48aa96f02e14e6ce7a2c3 1.00 MB 2,922 129
424,121 424,121 0000000000000000034c2fc2f4fb1579557217a0c36169ee3c96015588e72d30 0.99 MB 1,903 60
424,120 424,120 0000000000000000038edc95da5f35b06a66a80ea4650e1a8dbf3605856bd907 0.99 MB 2,648 91
424,119 424,119 0000000000000000044927a0bfcf008f5454d40d8de3cb3250e6d4827d249d1c 0.90 MB 1,845 69
424,118 424,118 000000000000000001c8e4f89c610ba44976b8c4af75a5be244aee65ddd09c66 0.99 MB 241 4
424,117 424,117 000000000000000000a5676b1e41cc407d3e8e17d298053d294e4d310c22c075 0.95 MB 993 35
424,116 424,116 0000000000000000047c55b303337464dd9b437ff17ba58d9781e3f7be1fef68 1.00 MB 1,810 63
424,115 424,115 00000000000000000359209f6e570234870411aa6032029a8934151bdae47f84 1.00 MB 2,245 72
424,114 424,114 0000000000000000006df60bc65312ad836e8f8d2fdc72f4312093a09eed8cec 1.00 MB 2,108 84
424,113 424,113 0000000000000000030db1489d578f338234253919f25f48f992d2c0d32cd0e6 1.00 MB 2,419 88
424,112 424,112 00000000000000000348724c6445c51d8e422b8557c2f7046235abfb011c474a 0.63 MB 1,291 66
424,111 424,111 000000000000000000788d09a1bb8269c718db0c53157ba869cb55ec3b04a598 0.18 MB 340 52
424,110 424,110 0000000000000000052c2d5199a37ffc14f7d621ca37f991cd475784c2f8cc13 0.38 MB 790 58
424,109 424,109 00000000000000000473075826e2ca14fe185a00902c55b3355a477e6cd4ed89 0.25 MB 409 58
424,108 424,108 00000000000000000515599fd2e1e989d85e0e5e5a65af756b4193067e4e6287 0.13 MB 354 76
424,107 424,107 000000000000000002ce86839f7f514d07f46db4640c534711676daae9f1d276 0.99 MB 1,518 52
424,106 424,106 000000000000000002ca9efe985143696ee33548fa022b888a354424abbb3dcb 0.81 MB 527 29
424,105 424,105 00000000000000000434b25b64cedf3a352b61b5c678a7af12bf387def61a6a2 1.00 MB 916 40
Previous 10 blocks ↓
Total Size: 655.86 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: 9,511.25 GB sent, 99.30 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.