Memory Pool Memory Pool Refreshing

40,486 transactions
39.11 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,381 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,675 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,380 (551,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
290,833 290,833 0000000000000000e4c7f5a2ff7caa150e3a5d96b539b24f9e2a4fc701552fb8 0.14 MB 193 21
290,832 290,832 00000000000000000d6b99e4486796cf5c69221a9cba6720d41102fc2002e8e2 0.00 MB 1 0
290,831 290,831 0000000000000000c5e63614209fbe7bd71257be5b9bed3212066e5224bbdf60 0.26 MB 512 27
290,830 290,830 0000000000000000b5ddf9031ddf9a08781a48393592a6fa285d7327f4f6dbff 0.33 MB 1,024 52
290,829 290,829 0000000000000000489516c0c7db2dcac525bfb15a71a347a5c7109daaff3de7 0.01 MB 16 69
290,828 290,828 0000000000000000e8ab2f1c6c9c730a998d328cb9fba327fb64eb2ad16e5adf 0.02 MB 73 33
290,827 290,827 0000000000000000cc01556212bc46d405493baa736622472519402cfdd7b255 0.21 MB 325 26
290,826 290,826 000000000000000020e6e2df66e1743b8829d7582441c1400480b95fab578f02 0.19 MB 512 46
290,825 290,825 0000000000000000a2c3d9efb5582c592f8148f4bf9507b2c7955e3b0658fac1 0.07 MB 123 34
290,824 290,824 0000000000000000291248f52267874017f19e260c03119e2a7b9747e583982f 0.15 MB 191 19
290,823 290,823 00000000000000000fb0c1c1d4fe0cabb53bfd8ef2935c43d0f4b3900a2b167a 0.35 MB 986 46
290,822 290,822 0000000000000000b99cecc5e73e244b758cb9285bfa3851afbf390cb0a13607 0.29 MB 511 31
290,821 290,821 0000000000000000b48612613563b75aeaec83e09aebf3950de2afb6e7c6370a 0.10 MB 175 30
290,820 290,820 0000000000000000f00b1c477937459dddf17fa84a00ac0b405a874b4fb7beeb 0.02 MB 54 37
290,819 290,819 0000000000000000c05407545d83de557a284bab1668a574b86b9657c0047b76 0.23 MB 575 40
290,818 290,818 0000000000000000a5d7a94d44d32aaa7fa729330980c63279089f574803ad3f 0.23 MB 554 41
290,817 290,817 0000000000000000268ac29cea57dba9759920c469b4c750fdb4fb0724b43bdf 0.05 MB 129 39
290,816 290,816 0000000000000000aa897d77ce47e4d1a46678363c07408ea4730fa4037a0b53 0.14 MB 291 33
290,815 290,815 0000000000000000fe56afdb2c536903270fd3b0b116b075f1168de1c5578652 0.06 MB 130 37
290,814 290,814 00000000000000002b48a17b045c83d45a743a5944057fac55b6589a36677540 0.23 MB 481 38
290,813 290,813 000000000000000088d1d4ed14c4d6e015585cedaa7b7855e0d7c0c15743839b 0.35 MB 749 35
Previous 10 blocks ↓
Total Size: 647.43 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,486.59 GB sent, 45.74 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.