Memory Pool Memory Pool Refreshing

36,286 transactions
42.15 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
841,745 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,901 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,744 (410,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,813 430,813 000000000000000001f12da479a60d36e3f82d141c2aec4e2783872d7587576d 0.35 MB 592 53
430,812 430,812 000000000000000000ae766e6d4a65ddfe2779a89815ae37df01a63f8228a1db 1.00 MB 952 20
430,811 430,811 000000000000000004870a23c4d723270b34e8e5371a6417d4cdb53357b64bd7 1.00 MB 2,829 73
430,810 430,810 000000000000000003c52187f66b1edcb41f074d8d35803caee668ad4fd708af 1.00 MB 1,824 56
430,809 430,809 000000000000000001197050b180075da3e72d97ac5fe75eb490b4cb9dae28bd 1.00 MB 1,665 68
430,808 430,808 00000000000000000109dd67a3a0ebd4f1333ce1000a97655c82b5af251d901f 1.00 MB 2,177 56
430,807 430,807 000000000000000001523e228ad65c8c4dd4a7c482f199875bb010d4eba8f993 1.00 MB 2,570 84
430,806 430,806 0000000000000000044fcf769071fd1186c183c2600ee2713c2bee33db470909 0.79 MB 1,807 58
430,805 430,805 0000000000000000002c445b551a7c2dcaee62c8b9cb3c6881511d847cb94564 0.75 MB 1,831 61
Previous 10 blocks ↓
Total Size: 646.28 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,336.55 GB sent, 36.82 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.