Memory Pool Memory Pool Refreshing

102,386 transactions
32.81 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,139 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,167 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,138 (415,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,670 430,670 000000000000000003e89cc519390d4a52dd2c6fa8f9bd2ad1eaecb5a6ce057f 1.00 MB 1,658 50
430,669 430,669 000000000000000002216227a57caf9b6a9944ead800df6cc138f4ffc4e1f412 1.00 MB 1,793 48
430,668 430,668 0000000000000000046f983d1963443dc966d20b240b4f8b6f11f4759a4c86e1 0.75 MB 1,603 69
430,667 430,667 000000000000000002222b06d881217a8ae6d5ac73f07c56e3cc373deccef1d9 1.00 MB 2,457 73
430,666 430,666 000000000000000001fe233882c779fbea3024873848d2f8ce04297582bb9bb5 1.00 MB 2,737 66
430,665 430,665 000000000000000003fb18085e43fc86192facc524dc3f1dc4f3427a5a5dfedc 1.00 MB 2,128 95
430,664 430,664 000000000000000002fe6d9e8cda0ca794637a51e096c8092dd6aeced120a622 0.99 MB 474 13
430,663 430,663 000000000000000002878afa9adedb771b69a795238e39402f693c11ca4f5e2f 0.32 MB 786 67
430,662 430,662 000000000000000001e79b8a30eb93003aebaa433d18ccd0a65fa9d5befdf3e6 0.73 MB 1,598 64
430,661 430,661 00000000000000000342818501606dcad4592d6e1bd21ec15712ffae94e653ff 0.92 MB 1,895 41
430,660 430,660 0000000000000000019cb0b5740ec6f3c3190688dd6bb80037183475b9ac6fb9 1.00 MB 2,367 86
430,659 430,659 0000000000000000022b58441fb4ae7c4c006ce08bb228606f331c6ca0f1cb67 0.32 MB 614 47
430,658 430,658 0000000000000000001d0614d45f02646c17bdd40c2bc2f9e6dd424dd2204a22 0.72 MB 1,821 66
430,657 430,657 0000000000000000028e795a1c7c537debb81e373f09032a2962ce9d6c1a2edf 0.35 MB 535 32
430,656 430,656 000000000000000001993a8f32658133eec514e4275993fa0e0a4ff90e41c78a 0.42 MB 756 50
430,655 430,655 000000000000000003a7b1f91ad9d5274c6febad1b55a027d351c6350dae2ef8 0.96 MB 2,198 62
430,654 430,654 000000000000000001ab76f354c9fdf12ca20129869032d61de93ab5bddab54a 0.71 MB 869 26
430,653 430,653 0000000000000000026f85cd2877c261c87e52dbde181d326a02206931613059 1.00 MB 2,046 55
430,652 430,652 0000000000000000027d5ac18faa3577894049b6b8fca9978ed9876516dafd7c 1.00 MB 2,031 55
430,651 430,651 000000000000000001ed469f7030497abac0961d679f56c25dbc9add5b499766 1.00 MB 2,080 68
430,650 430,650 00000000000000000114b3314cdc838bd76255e88081428cac4822c7d2dcec3a 1.00 MB 2,607 83
Previous 10 blocks ↓
Total Size: 654.47 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,377.58 GB sent, 89.27 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.