Memory Pool Memory Pool Refreshing

69,741 transactions
30.19 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,883 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,892 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,882 (616,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
227,903 227,903 00000000000001600586d7fd83af5c50665c30e6ebbb7a25ddf225c85c438119 0.11 MB 297 254
227,902 227,902 00000000000000c783fc36b57b40da5d846da0bd33fde9b9c1b57bdd5b90d270 0.10 MB 240 172
227,901 227,901 000000000000004429fb9ff515544eb6c8fd11badeb605b8262b3d7e52bef140 0.15 MB 333 152
227,900 227,900 00000000000001762972aba5ab63d18671830c49b11a1bfe036dddd2232988bf 0.15 MB 321 152
227,899 227,899 0000000000000190fdf6f027afecf2ccf4cca9738c305aa7ceddf0e02b3fffca 0.17 MB 282 132
227,898 227,898 0000000000000163eefc4f3153486fd7ca8a5fd26110771397560da1d6332c47 0.25 MB 475 151
227,897 227,897 00000000000000a1855967f8df43900b2966f8a8015249540b0154acd72983a5 0.25 MB 734 220
227,896 227,896 0000000000000209344445af85d3344301b07e851aa5f97757fa68951bada554 0.05 MB 96 170
227,895 227,895 00000000000000013ea54d3c084c46ceea93d05b85d9798d3786f166a856df44 0.10 MB 160 91
227,894 227,894 00000000000000a2982fe8efc046db473a32d577f8f19db0cbc649fafc893415 0.27 MB 652 187
227,893 227,893 00000000000001253350e9d1e745190d8558b67b3ab08feb4e952898334c5571 0.21 MB 508 213
227,892 227,892 000000000000012a256c246340eed07fc32a4eff711e274a3588acc627105120 0.04 MB 20 60
227,891 227,891 000000000000021fde85cabf4b0ae276072b0ee5bbc5639d28c7fb1144a8828a 0.13 MB 260 148
227,890 227,890 0000000000000000d4574a151a87e0d37d360dea4e9830dffa0c5d50fd97047d 0.20 MB 442 165
227,889 227,889 00000000000001955efe759a64256990a5b0cdbe91d59f613771aff4cbf376b9 0.35 MB 443 29
227,888 227,888 000000000000018109b19c4085f5b52cfa6aab5b71bafda5c45a577a2841f32c 0.12 MB 365 323
227,887 227,887 00000000000000810c53cb24237ae72152932cc3b8824623556a67121aced6fd 0.25 MB 624 176
227,886 227,886 000000000000024f9ee413ede244ebe99a8fbacdf77b3ffb3bded31ef70beb3d 0.15 MB 293 114
227,885 227,885 000000000000021ec51d168b0882a0a99e46f28e9e44da0d1894f226c1931689 0.23 MB 537 220
227,884 227,884 0000000000000190a8a62ca2edd5bc5036cf5344b6b9bedc35202c648268d05f 0.19 MB 418 210
227,883 227,883 0000000000000281441ad0e2590640387cc96d52203bf64206f0f81cdfea49d5 0.50 MB 787 131
Previous 10 blocks ↓
Total Size: 652.18 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,211.74 GB sent, 72.93 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.