Memory Pool Memory Pool Refreshing

32,099 transactions
26.08 vMB
Show Random Selection Loading Transactions
Max Size: 125/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,218 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,213 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,217 (179,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
662,773 662,773 0000000000000000000aed88b818d4a73e7658ca497762e1b1bc62f85857e537 1.40 MB 1,699 13
662,772 662,772 0000000000000000000c8bc9254a017d04c69b63ccc12679a089a78057f6180e 1.09 MB 2,528 13
662,771 662,771 00000000000000000008df9db17bd6253107acc328462fead44a84cb4364be08 1.22 MB 1,264 89
662,770 662,770 0000000000000000000b6ce742760e02a8da373fce73d922dcc44ad93d9d9512 1.34 MB 2,089 69
662,769 662,769 0000000000000000000f0e713d021e9080213422048a08119e6d15e7c7988243 1.28 MB 1,796 49
662,768 662,768 0000000000000000000a715682ae9d0770050e2a055cb51a82fc53f239db5678 1.33 MB 2,885 105
662,767 662,767 0000000000000000000adb034b4773f757f4fd31b9c09f8759febc117722524e 1.31 MB 3,046 124
662,766 662,766 00000000000000000005588c50d3f619c512a4bcdb4e7b1d938ea677c4341d0a 1.06 MB 2,169 21
662,765 662,765 00000000000000000006b97d034e702fd9774e46668a2d4861449b8c7b3fac9b 1.18 MB 2,219 36
662,764 662,764 00000000000000000001ec0a640c7440a710869a2a894af9db7c2f53d403dd4f 1.36 MB 2,592 85
662,763 662,763 00000000000000000009b1043694eddce40aef3f68250d34ce3a4793b52bfb42 1.20 MB 2,659 62
662,762 662,762 00000000000000000000b8f38601696ce51d18ddcca9cb19925c5b6cf20a44fe 1.24 MB 2,669 63
662,761 662,761 0000000000000000000e9b78e16af38acae06481d3a921e922f47349aa560e6b 1.38 MB 1,882 71
662,760 662,760 0000000000000000000db41fd30956df91673914626d74f51de0846c965c6952 1.23 MB 1,460 61
662,759 662,759 00000000000000000008b118a87a0cd3a3353143bc4caa90d4003ea9cb8b9db9 1.16 MB 1,185 88
662,758 662,758 00000000000000000005591bac4ad0029551a7d1567a15be8898b9c0a261d090 1.30 MB 2,630 90
662,757 662,757 00000000000000000005b8aa091784d9e562a3888527c20bbf597a7bf0131bb9 1.24 MB 1,396 28
662,756 662,756 0000000000000000000dac31526e7e43fe87b65babdb77843d77e2fc744b1384 1.13 MB 2,233 26
662,755 662,755 00000000000000000004358e0d63142a4b20354d9892b4b3b397b601bc696b50 1.31 MB 1,761 77
662,754 662,754 0000000000000000000c5cec93f43b455c0fe1f51376a92bb49e065be2c93e76 1.38 MB 2,536 112
662,753 662,753 0000000000000000000c0aa8f4e5b5f5b572240002b680f91c12fae26c09c8c6 1.18 MB 1,765 47
Previous 10 blocks ↓
Total Size: 647.14 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,458.30 GB sent, 43.40 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.