Memory Pool Memory Pool Refreshing

75,211 transactions
33.60 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,479 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,204 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,478 (576,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,529 268,529 0000000000000007a98dcd2e131153182b443b6a7a0020ad057ec821bb971417 0.13 MB 112 20,226
268,528 268,528 00000000000000037a16e095f8aa9368d8da76ca7b00bf76ba05674bc9deb35a 0.17 MB 296 58
268,527 268,527 0000000000000000ddf53b9159f7773bf8793efb623db30c97c072b0c0cec214 0.14 MB 123 29
268,526 268,526 0000000000000007eb413810be76afe4107e8f0a50d3ce63c7f7543dee0fc0aa 0.07 MB 114 39
268,525 268,525 0000000000000001ca64b855db13267b8b5216dad3602b0f2b461a35f250a0e9 0.42 MB 846 64
268,524 268,524 000000000000000239e967c1e1f03a75b94ccc34724bc8258fb6d7dcd8aa355b 0.90 MB 1,938 56
268,523 268,523 0000000000000003c31edcb5645f080e485c0ffc0a9439d11e1196f2497f543d 0.25 MB 475 125
268,522 268,522 00000000000000011bf4dd78b7b669bae9cdb9e3e6c7bf157b575d304bf55a7c 0.41 MB 786 51
268,521 268,521 0000000000000003f9556e92327fadfbe8f2a78953804113c652d2798bdbd1b8 0.25 MB 628 70
268,520 268,520 0000000000000005b60c4fb5f09d7058fa1eda99ecd9287b379708f23b8f2c41 0.25 MB 651 89
268,519 268,519 0000000000000004aa3a5270270e51bcd65078fcf277d23050d613e4453d0e39 0.24 MB 479 64
268,518 268,518 000000000000000258e952cc7957795354490b2d6f03cc892ae1c4e12567cee6 0.28 MB 540 64
268,517 268,517 0000000000000000555aa502f17f75ba7b20607f2e281818d96bd6d26e4ca4be 0.22 MB 335 50
268,516 268,516 00000000000000082e4d7c4cd34db4c8cb2d81d1c96fc3d53a820355bbcd3a0c 0.03 MB 76 4
268,515 268,515 0000000000000002dc78f5f720fac9f3ba8c71697f0388121a4649087fc5f1e4 0.23 MB 454 76
268,514 268,514 000000000000000137b382ae6a4d4addb4da84e3b190000c3c70646c313b119d 0.41 MB 711 62
268,513 268,513 0000000000000007c9ecf2af9847e0ad8c9e2994560b03a722043a6d118cfa67 0.03 MB 68 16
268,512 268,512 0000000000000001bcdba8b9c83e27b6a8222ab48380ff6f4075fa83f13e5438 0.44 MB 653 24
268,511 268,511 0000000000000007e1f45eb2f51a1078297db5c58fde33426ac6910a4c2f013b 0.25 MB 567 102
268,510 268,510 0000000000000007a69d6b86116508829a97e9e0c0b0e497822873db70fd0c52 0.25 MB 650 178
268,509 268,509 0000000000000005e71a1ad6b8a74c08a1b24a468c377b75339df2862bb9dae5 0.02 MB 50 85
Previous 10 blocks ↓
Total Size: 653.29 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,308.75 GB sent, 80.66 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.