Memory Pool Memory Pool Refreshing

93,945 transactions
34.58 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,360 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,559 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,359 (415,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,920 430,920 0000000000000000004fe2940e53b38ebe5ae572647dbb056c8df593a8ca7c8e 0.12 MB 241 48
430,919 430,919 0000000000000000033e58224e91b0ad4a7d7de24df8be979c4e900ec91e2b9c 1.00 MB 2,226 61
430,918 430,918 00000000000000000400332dd9597ac3dad026ea10379bc3b221cb7bef7a6975 0.84 MB 1,959 62
430,917 430,917 0000000000000000047899f3aa82c434dcdb770e5e510e11dd30ebf338ebead2 0.80 MB 1,040 33
430,916 430,916 0000000000000000022a162043defb39f4feb60f828baae0cfd24d14087e4ae7 1.00 MB 2,260 62
430,915 430,915 000000000000000003ecb538dfc75a0e43d4404b33b59b46fa06f95a18ee10d6 0.58 MB 871 34
430,914 430,914 000000000000000003a1f4960aab006fef90244b3a5435e01b30649bff1207b0 1.00 MB 2,536 56
430,913 430,913 0000000000000000047a2d8cabee9d5c0c2da147e73ae715a77ac72452068b86 0.93 MB 2,183 100
430,912 430,912 000000000000000000d2b1ebc7ca9163aa9ac5b281c400fccc538b1e4f2d3b0a 0.99 MB 130 2
430,911 430,911 000000000000000002c1362c8f04521111929998bea2eae3451978499cdfe094 0.53 MB 680 59
430,910 430,910 0000000000000000003afe1302ab578afbdf141f72b5df79b9040cf95437cebf 0.23 MB 378 38
430,909 430,909 000000000000000002831f3e54b4fb5f2200b2feada9449cb27f5cc1ddbbd384 0.56 MB 1,029 44
430,908 430,908 0000000000000000024209580a687203e248b1437198cffd33cfdbaafc927c93 0.22 MB 513 61
430,907 430,907 0000000000000000046d709caaa1e780bef04f5bea324cee4f7cbf4d2c9d250a 0.21 MB 369 49
430,906 430,906 000000000000000004565f23cf25e505d8cce9e0cc62eb66be31f87798915b72 0.36 MB 880 64
430,905 430,905 00000000000000000196d20dd89aece616fbf4ee5b2c7b84cc65c29e9103ae12 1.00 MB 1,624 44
430,904 430,904 00000000000000000033598e49ef5cf95bba1ac76e9b8426258e94a59b4cf84c 0.18 MB 494 67
430,903 430,903 0000000000000000022a9c76022775b2f7f98200e7c8ddfd3e6d2ecbad298ef8 0.69 MB 1,583 52
430,902 430,902 000000000000000004d016de704c0b2915e461b3f1030364b773ebc3f9c8d049 1.00 MB 895 36
430,901 430,901 0000000000000000014a42c3325d4b360a239711cba7f1cc61a2bb10cce99eb2 0.62 MB 1,496 63
430,900 430,900 0000000000000000032f1f1b2e3f8b8a0cbbc1d4eb96f7740f30571ec1336a02 0.29 MB 800 63
Previous 10 blocks ↓
Total Size: 654.87 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,415.10 GB sent, 92.24 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.