Memory Pool Memory Pool Refreshing

69,788 transactions
45.29 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,991 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,787 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,990 (417,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,722 430,722 00000000000000000400fac80d7e0beb461ffcde85c9c67caf423d99a949e05b 0.34 MB 860 68
430,721 430,721 0000000000000000041a630a4071dc9662ee955ee3ffc2d0d1392072b393f12a 1.00 MB 1,156 29
430,720 430,720 000000000000000000ef0f024769c1041a1cb87dfa6897c70bffe4ef0cb03533 1.00 MB 2,060 43
430,719 430,719 00000000000000000076c7765aebe012e7671829fc19f3eac82cdc91609debaa 0.99 MB 1,510 41
430,718 430,718 0000000000000000017d2740b38f0f7e794806e0425a052820a02df26afb5a9a 1.00 MB 2,724 69
430,717 430,717 000000000000000000066951971993b707b089bbb36cb3cef0352d0e3a1478ce 1.00 MB 2,465 64
430,716 430,716 0000000000000000039dca34bb69fb220d915ad1fde3d3572dcff7538e2bde03 1.00 MB 2,931 77
430,715 430,715 000000000000000004a2c59bc351afaa3bafb9a8f676d0436270ec1f023e6309 0.09 MB 212 72
430,714 430,714 000000000000000002e9a7a4f4382eaa3bdd0161a0c1eb524b05cfa75d9b2785 1.00 MB 1,973 48
430,713 430,713 000000000000000001fd68ac1cf2ee408db290bf59cbb570dc8a6e9a4889a4b4 1.00 MB 1,646 35
430,712 430,712 000000000000000001e870976cdd9137a8a593fa82cd9e2de701b046a33f275e 1.00 MB 2,447 49
430,711 430,711 00000000000000000358ea557a4432dffbac75d8a0d5482094a52e883e03f65f 1.00 MB 2,794 60
430,710 430,710 0000000000000000040dfec6c00481b122e5a8627df85979824ce2749a610619 1.00 MB 2,654 82
430,709 430,709 0000000000000000002c57d958bbb39f7b23767d4cfcd6624b7746b56017c326 1.00 MB 2,509 71
430,708 430,708 000000000000000001553964e25b0c1a2e5ced628dc586f53ce6e5e1e63e4677 1.00 MB 2,763 117
430,707 430,707 000000000000000003aa2313c31fc5e80fdb8bbeba3217dc5552d511e41ac6a2 0.00 MB 1 0
430,706 430,706 0000000000000000010dc7a92cd681f24e4f01d79b0135f7e2eb306ee2f081e4 1.00 MB 2,027 60
430,705 430,705 0000000000000000035e214199218e93b1c764732bfbb37a935936fc87c98726 1.00 MB 3,161 85
430,704 430,704 0000000000000000031dde4c9c54c85266891b506e4d8edf648f1a7f4a7f73f1 0.77 MB 2,018 68
430,703 430,703 0000000000000000021e4acdb03bd767414541fe5c76540610c208fa9e02c277 1.00 MB 1,948 47
430,702 430,702 00000000000000000108b9b38ab7d06e0c5c0e4815e7dd12dc8c2f5d0b182308 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 657.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 60 incoming
  • Data Transfer: 285.54 GB sent, 0.83 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.