Memory Pool Memory Pool Refreshing

31,040 transactions
55.22 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,145 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 5,604 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,144 (169,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
673,793 673,793 0000000000000000000ae3fbcf5261ff2c640db89a6533839a67117afda37ccb 1.34 MB 2,021 45
673,792 673,792 0000000000000000000519e5e2b0abf238f2166c4c72a5c2573cc6d617ac183e 1.39 MB 1,526 26
673,791 673,791 000000000000000000061725acb42bcc95e458a37493be14d2e6d26871a41142 1.41 MB 1,882 52
673,790 673,790 0000000000000000000aed7d9806af96eda0b2451a2253a18ae4b676639b944f 1.35 MB 2,211 36
673,789 673,789 0000000000000000000998d34b73a77ded4869224770988a75514441927bce98 1.36 MB 2,129 34
673,788 673,788 000000000000000000013ba58c59066119eaad2e3901fade01f83aaa8bd8c22b 1.27 MB 2,341 31
673,787 673,787 00000000000000000004414da407c0564bdef660c372fab04867bdb68f83d2db 1.46 MB 2,470 80
673,786 673,786 00000000000000000005568d74b3a1dbf7815cab60b11e72fe72696f4426e221 1.33 MB 2,863 57
Previous 10 blocks ↓
Total Size: 648.92 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,719.23 GB sent, 55.15 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.