Memory Pool Memory Pool Refreshing

90,352 transactions
29.69 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,082 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,521 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,081 (550,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
294,517 294,517 0000000000000000a854c4077d771e8912c83ad37995fc8a27b3052881fd3b41 0.50 MB 1,687 55
294,516 294,516 000000000000000085f6f988a4e83be7f6f759f972b28fc7d67b2120c7685660 0.04 MB 128 79
294,515 294,515 000000000000000054bd77a5765c4d76c80553c38ac44754f18f900bafdf4a34 0.04 MB 64 39
294,514 294,514 0000000000000000687d27af055df379e6450bc7d6a2bb321b034347af8aec8e 0.35 MB 737 39
294,513 294,513 00000000000000007da18b2338282724c10d912e069ca71c31f1aab1ec485831 0.05 MB 128 37
294,512 294,512 0000000000000000819f223bcbf7e037da3f2a6747727136bcb3563c98f108b1 0.27 MB 141 14
294,511 294,511 0000000000000000643fdfd498b6b0aa5bf159c2ed5845544f7bc1042811f53a 0.25 MB 256 16
294,510 294,510 00000000000000005005caec422c10b61a7f228180ed3f9c645dac33eaf44be1 0.35 MB 1,058 55
294,509 294,509 0000000000000000481557b8b7f25e8bd30b4d98d3fdb38ea900a9c66c7916e4 0.10 MB 157 39
294,508 294,508 0000000000000000a64fcd968cc5254ed353f9f06973e5a9a93e58a5f4d79a5a 0.23 MB 298 24
294,507 294,507 0000000000000000127e1a1e68483ba8fe4bfefd060584c9b2ae5c0b8291837a 0.35 MB 638 29
294,506 294,506 00000000000000005e238762ccb7217f1226314b036f5aed27af3f458cf0781f 0.06 MB 128 47
294,505 294,505 00000000000000000a8a9330e4d51cd689ee7256806c4d5d99515fd0d7e297c5 0.21 MB 380 34
294,504 294,504 00000000000000002db17f431053e4c8e731268e8152decd49167d7d98409020 0.29 MB 518 34
294,503 294,503 0000000000000000038b852f3dfe73836dd8ac8dddda375f57fbd65c2e10b6f9 0.30 MB 443 26
294,502 294,502 00000000000000003a882eac42746b6d60be208f24f536ae9810a9973734d998 0.09 MB 64 18
294,501 294,501 00000000000000008b00c6aef067d78f7caf65a93143ebaabb14b0a939a8ab4b 0.07 MB 93 16
294,500 294,500 00000000000000003dbf9c6765f0afbbbfef153e01e5633605ed0c6adc8c637d 0.21 MB 274 27
294,499 294,499 00000000000000002d5791f83f7d487159a2ef054b3886517d804014c2e7480d 0.20 MB 256 29
294,498 294,498 00000000000000008d5c702a43430d9d9655335e854a9258b617bc36d20a4525 0.27 MB 218 14
294,497 294,497 00000000000000006610133b5c228dab0e0603e6d39522c836a274ca3f1127bd 0.35 MB 849 40
Previous 10 blocks ↓
Total Size: 652.55 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,271.35 GB sent, 75.49 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.