Memory Pool Memory Pool Refreshing

87,349 transactions
30.27 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,326 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,686 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,325 (330,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,818 515,818 000000000000000000376c170783fde4cf3c0b0082786ed1c8713566042e7f61 0.73 MB 1,580 42
515,817 515,817 000000000000000000421fa927b2739d0ae04b7de2ba006e4c379151926b2812 0.28 MB 516 26
515,816 515,816 000000000000000000432a18327aaaedcbce7b8e8676fab7e2e48327ae1354d0 0.17 MB 255 61
515,815 515,815 0000000000000000004f273620b2320284d018524bd4300f28b74563501f2cee 0.09 MB 209 19
515,814 515,814 000000000000000000430a43f4864b5649ae0598d5848ca5a8fc00412e8ee7e7 0.30 MB 679 23
515,813 515,813 0000000000000000004e4c2007ffc81d308fc1760ea55b40587e32ffbd5366ac 0.65 MB 1,222 18
515,812 515,812 0000000000000000000287e85776b3c109edd3aec9e24fd716912c126678fc6f 0.98 MB 1,693 37
515,811 515,811 00000000000000000021afa790a25340101f61245b8a0affbd043840f6a922c7 0.25 MB 528 34
515,810 515,810 00000000000000000024f31f76a9184da0f8b3aedf5b11e42d324cebc5bac717 1.13 MB 2,110 10
515,809 515,809 00000000000000000025ffb5bfb70f8a7dc32ac4b38bf32d1f91116ee42471c6 1.09 MB 2,148 44
515,808 515,808 0000000000000000000600e4f00ced7630f9de282a715c3150b0a66f1f6a6e6c 0.40 MB 685 40
515,807 515,807 0000000000000000000ef097c8b4903edd915c2631db57d277742d7e3645d2f0 0.09 MB 201 33
515,806 515,806 00000000000000000050809390e2a9bcb259ce54e40a5d44cf760b92ad962487 0.56 MB 1,097 34
515,805 515,805 00000000000000000048b8e7ee2e47bb7adde28e53570a4c25d4ff2515d82410 0.02 MB 59 42
515,804 515,804 0000000000000000000ed1ccd572828512a828a3f66cc0cbb3b0ff9384923231 0.20 MB 375 22
515,803 515,803 0000000000000000000a5e908edf8a2e1afa79605e7c4c2df50d425af3c034c0 0.34 MB 645 25
515,802 515,802 000000000000000000370f715d5d6f48e18445edfb7e36f9c3780a81706c7254 1.03 MB 791 11
515,801 515,801 00000000000000000026489c58b8a9073f13efc430e79890e8a3c28d29e8d8a9 1.14 MB 562 11
515,800 515,800 0000000000000000003aa13101666e7380136689a0b966f9049a5b75027bbecd 1.15 MB 1,068 12
515,799 515,799 0000000000000000002ccf149f2b5fe9b8b4f37b90c2e553288613607f0f515a 1.13 MB 1,845 37
515,798 515,798 00000000000000000016a149848db9b375acae946de2d462625f99d058f86375 0.80 MB 1,638 24
Previous 10 blocks ↓
Total Size: 654.81 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,412.09 GB sent, 91.74 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.