Memory Pool Memory Pool Refreshing

34,656 transactions
38.35 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,506 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,046 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,505 (585,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,845 256,845 0000000000000005dea16b7b979e4aa3a892a317ac9e92c15ae462ffb09c1b3a 0.10 MB 306 7
256,844 256,844 000000000000002d16ef0c6a131689450b548832f639b8b4eea7ec435ad1d103 0.08 MB 183 125
256,843 256,843 00000000000000233814cf23cb735d32a5f791d3a478a1ebb140532061e0efa7 0.07 MB 182 60
256,842 256,842 000000000000001277c6aff5749164dde1ba235b42bbcdf973378af714d8c8b8 0.25 MB 651 158
256,841 256,841 00000000000000071c815a31d774ae53c69814005f4ef119190ca660b65ea292 0.24 MB 511 114
256,840 256,840 000000000000002cbef8c5f59fbbaf33981f805566ad181d190f85c80c2ebfbc 0.06 MB 144 123
256,839 256,839 0000000000000030fb61237d0d7dec239592c9f49aeac363af317d1aea6ff981 0.25 MB 616 138
256,838 256,838 000000000000000fff480e9bb1be68223c135fdbe32663030826f34124849b3e 0.02 MB 35 122
256,837 256,837 0000000000000030c46b29130826ba97d05c37e57750d10f6d8e4bdeef0ab907 0.02 MB 33 76
256,836 256,836 000000000000002f77c553bebf1b17e3e94d5f12aae63797ca2c7ca001b06af3 0.07 MB 143 87
256,835 256,835 000000000000000f61e5c18f83469c895f6d77ef2dd7dd4a9cf18adad5723bd9 0.25 MB 653 151
256,834 256,834 000000000000002a5e75f8f6c9e09a5e72ab05034870c6940122f0c15b77cb01 0.06 MB 113 117
256,833 256,833 000000000000000707ffcab5ad92004541d28eca24cd3c4ef1e5fff67676d8d0 0.03 MB 80 173
256,832 256,832 000000000000000a2a1de9c5465a256598979d68229a36b32d4bd1e7c64f7d3a 0.23 MB 603 151
256,831 256,831 000000000000001205b0e002a81b2bf48fd9827b2a448f21f11f3d7b0d39d115 0.01 MB 42 145
256,830 256,830 0000000000000000b2fea4bb173b8adf850dfa32921684519a666d057a203954 0.12 MB 328 151
256,829 256,829 000000000000002a035a97f423a9501e11b98f517e2358186f2f8fd721f9a762 0.02 MB 21 70
256,828 256,828 0000000000000028b32174c72bacdc96061bb7d90c6449317cb0e01a6565cb04 0.02 MB 41 129
256,827 256,827 000000000000002ca65506aab0739fe573079e3e67c58b6c6d17a5c50e4dc170 0.02 MB 47 195
256,826 256,826 0000000000000030130ffffedf7f7b3a1e467e2a447f3a0c015e5e21d1841c8d 0.07 MB 192 172
256,825 256,825 000000000000002867f8f6f7027f903ed4d6211c88ac280f99a43800299ac337 0.12 MB 308 132
Previous 10 blocks ↓
Total Size: 647.68 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,534.24 GB sent, 47.16 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.