Memory Pool Memory Pool Refreshing

82,426 transactions
38.12 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,538 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,802 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,537 (413,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,834 430,834 0000000000000000026f9a0e88587f86db75ac044f00b4213fd12031783ed53e 1.00 MB 2,455 76
430,833 430,833 000000000000000000c68006769976d88f64fb0661ee28977d6a3915cf7cc780 0.95 MB 2,568 65
430,832 430,832 0000000000000000030d0917169a6a77949b60333be1536f714c482a3723523a 0.20 MB 540 67
430,831 430,831 000000000000000003d287e7eee116a70cbd7a206161d5fe3925c6e2abc8a26e 0.99 MB 319 6
430,830 430,830 00000000000000000093b0cfb7114dfde69ece889d5ad8efa388a788141a5711 0.22 MB 563 59
430,829 430,829 0000000000000000026d99e7bb72739294f8d80319848a042f1f32b3612eaba2 0.29 MB 710 61
430,828 430,828 000000000000000004ceeaf05e30ae6d653e6840ba8d12a580159397e2745eb7 0.63 MB 1,340 60
430,827 430,827 000000000000000003d9d7f9b9f9d2aa9e80d2236b5fcfa11b005ecc60351e64 0.33 MB 795 59
430,826 430,826 000000000000000000a3c5d7b036c335cb06c56532e437bab049e480b7ecf803 0.02 MB 53 78
430,825 430,825 000000000000000000fea4a2203c10e980f64a5e0af066a02d05c31c36884ee0 0.34 MB 865 65
430,824 430,824 0000000000000000022d0185c9d42995da0ffcc096cad9f55901c9b2f935ad6d 0.48 MB 1,184 64
430,823 430,823 000000000000000002f4f8ce5e20e29ea487b3f758fb9a5bc7f0854e7cf51a55 0.72 MB 1,864 70
430,822 430,822 000000000000000003003c96cc88144edeb79bdb6e28240a7d125d30ddbb59bb 0.54 MB 1,316 66
430,821 430,821 0000000000000000040e58159fd3ee25995e6a7a3d647532351d6ccda2728591 0.97 MB 2,050 60
430,820 430,820 000000000000000003cb67b8694e3486e16f697b16d43a731a0148997fb94b8b 0.99 MB 1,312 36
430,819 430,819 000000000000000000de080c2946c8b4dd35f95ae904cbd00c4d7403b3ad95e2 0.40 MB 914 65
430,818 430,818 00000000000000000157ed8e640a5cd85a26adbc499a29461013b2b8d3f68a77 0.78 MB 1,588 62
430,817 430,817 00000000000000000185fb7dcab33bbea1db6d7ede0ec0ee4abfa9fa6141a34d 0.99 MB 307 7
430,816 430,816 000000000000000001cffcbe6320da60a6260bad6d6200c7bc5074ecb78955d0 0.52 MB 1,245 63
430,815 430,815 000000000000000001ee09366918f59018b548949b93fa2fe727b9b01b7295fb 1.00 MB 1,197 35
430,814 430,814 000000000000000001072f86624516a5d0309d438cbf719f3453102dc76f7132 0.99 MB 579 20
Previous 10 blocks ↓
Total Size: 651.53 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,141.43 GB sent, 69.13 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.