Memory Pool Memory Pool Refreshing

37,888 transactions
28.82 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,207 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,442 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,206 (585,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,855 256,855 000000000000001bac8cddcdbb391f64f72271c8f3460fb21557b6fe7dc9796d 0.03 MB 84 123
256,854 256,854 000000000000002d734b1bbb996c959493f1cd88413278ced71e51f5a6ed6488 0.20 MB 319 81
256,853 256,853 00000000000000033ac0c5ec8da624c144bb40d73d7f9d15fc622e629cc2878c 0.07 MB 167 140
256,852 256,852 000000000000000e127867610578b80c55284e238b46450211b7c69a400d4924 0.17 MB 346 111
256,851 256,851 000000000000000ab440d66d44d80c592f1e8c52077e97e00cde6bb08dead7c8 0.24 MB 572 123
256,850 256,850 000000000000000a99f693f1ee915ef43cd20441cc8be555c3491aa8370508b8 0.12 MB 271 104
256,849 256,849 00000000000000190c632117822170b4a96a6cc04167cd4b0af92f9c99053b81 0.01 MB 21 127
256,848 256,848 000000000000000913c229d7716d6d1fd2e127ce3429e378a20f081b638dffac 0.04 MB 79 103
256,847 256,847 0000000000000006c3c0d19e88092ad64a5a7f6454f3cd1274483fc507413e88 0.02 MB 80 43
256,846 256,846 000000000000001478ed97a177c60576daa77b2e653aee27e55c01b65e2fdc80 0.22 MB 558 115
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
Previous 10 blocks ↓
Total Size: 647.12 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,456.89 GB sent, 43.32 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.