Memory Pool Memory Pool Refreshing

57,234 transactions
35.76 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,348 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,613 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,347 (174,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,814 673,814 00000000000000000008f4cda03e025a7e6a9779a5e7cef22fe3c0ce6dc7fa2d 1.55 MB 683 20
673,813 673,813 000000000000000000070e4e2866e5619168680e2de5f06b43ac6752056ebedc 1.37 MB 1,712 24
673,812 673,812 00000000000000000004805f3ca6e317a4db741ee8a5e41f0f250cb00c8983a4 1.35 MB 2,016 50
673,811 673,811 000000000000000000069563843010844fb7af12cc609ef0f4d8427b4293ea77 1.06 MB 2,404 13
673,810 673,810 0000000000000000000679fd756b969adc3791e14055eadd3c12d825f85f6cb4 1.32 MB 2,197 42
673,809 673,809 00000000000000000002f242c7ca4b31efaf67cfa795f5e06d120a8935363363 1.33 MB 1,885 48
673,808 673,808 00000000000000000003deeaed4f71eb63e7e9a1e3d571918e5d870b6aef7227 1.29 MB 2,285 61
673,807 673,807 0000000000000000000a686820016e67be92c069af5c9bbd337b16e0f04a0e4f 1.35 MB 2,799 109
673,806 673,806 0000000000000000000706908c8bd4b58d5a1708df024b4c0f88e7235a437574 1.20 MB 1,120 86
673,805 673,805 0000000000000000000ad110aee7c28fbd7dbeb94b0ab4f127c4fa1a30f43490 1.33 MB 2,377 49
673,804 673,804 00000000000000000005e3c8d17660752947e12c381f23245ce19e706b142ee7 1.26 MB 2,681 62
673,803 673,803 0000000000000000000a92b488c06102de30fdb9b5af9bcd391343958a9f296c 1.29 MB 2,128 103
673,802 673,802 00000000000000000003242add04651f974f0b69d01ad2dfeba4771871a42709 1.13 MB 825 91
673,801 673,801 000000000000000000012fdc3a72068feed96c789a149c0bb8f94470b98ef0a5 1.30 MB 1,951 93
673,800 673,800 00000000000000000006cbd9069b5887941eb017964ed147b077caf5103dac8f 1.32 MB 1,868 97
673,799 673,799 00000000000000000003eee96b4867565f9512407f848328a1859d846556b640 1.28 MB 1,800 108
673,798 673,798 0000000000000000000c4bbbcc5a8b9905d7b78598056c05912cfeb2f9689947 1.24 MB 1,637 107
673,797 673,797 0000000000000000000a72d33b5cc06504b376cbf80ddd3ffdd8c7708b4e5a45 1.40 MB 2,195 114
673,796 673,796 000000000000000000072b6c990ff1ece0739da54cf1b45e331e884423fd6e39 1.38 MB 1,910 40
673,795 673,795 0000000000000000000cc654efce37eb7b549edff797a8709f5c6997d572bbce 1.32 MB 1,998 94
673,794 673,794 00000000000000000003aa2919711a56a0687cde32ff3e14eb744d1c3bc4cd41 1.45 MB 2,994 118
Previous 10 blocks ↓
Total Size: 658.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 95 incoming
  • Data Transfer: 1,065.89 GB sent, 2.09 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.