Memory Pool Memory Pool Refreshing

42,504 transactions
44.06 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,512 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,511 (408,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,379 434,379 00000000000000000100dec5bce173afa5ad603b81a73332598c7b946396515b 0.75 MB 1,129 47
434,378 434,378 0000000000000000029711b491254220818e16ad4e5b4096a70e98b17c422df0 1.00 MB 140 12
434,377 434,377 000000000000000003a90bbe5431834e55152fa07bb842b9c147646be89b2f8a 1.00 MB 676 28
434,376 434,376 000000000000000000a551b76275214d3f4c60476b9f6f5c5231d80877b368a0 1.00 MB 975 28
434,375 434,375 0000000000000000002503fd45bb4f884108e9efd4e1536ac0c3b2777426fd9a 1.00 MB 2,019 63
434,374 434,374 000000000000000000f142b89f92a26b4e1ba719111aece566d87ed776600802 1.00 MB 917 34
434,373 434,373 000000000000000001fdb0b41e72d33bde0d52e1f78aaf96ade7a7a0a52bdc44 1.00 MB 1,833 48
434,372 434,372 0000000000000000011f309287635ab40c9d5d1e336c6ec3569a0df1278703c6 1.00 MB 1,944 50
434,371 434,371 0000000000000000003675aa16bdeac1907a9b5b93dabd4a98caa82e2e1e7484 0.75 MB 892 60
434,370 434,370 000000000000000001bff86f6571ba71283e632d91ecae29ad9a11793216bb0e 1.00 MB 1,980 58
434,369 434,369 000000000000000001c48d47b2c5d06bba2f2671c1c1bba5e93fd5883c18f53f 1.00 MB 2,305 58
434,368 434,368 000000000000000003a326bc40f2ae0364648c5a94a1466be9089f49326413cf 1.00 MB 2,217 70
434,367 434,367 0000000000000000042cd79c905c985b4a66b60e3ec72cd633d4074fe289ae3a 1.00 MB 1,996 74
434,366 434,366 000000000000000003f53e5a2c992a3ac40f464d0ab7ecbdb98d4f40f3468b17 0.75 MB 2,361 107
434,365 434,365 00000000000000000340e0ddb644c83292317a3dd1f2a34da8401aac3e504cd8 1.00 MB 576 22
434,364 434,364 000000000000000000dd159e8e6139b06844442bb7f75e9348978d4a65a28022 1.00 MB 1,228 21
434,363 434,363 000000000000000004047a73a7f2ac0bd6909fedfcdd7667c4a8317b90fc3a25 1.00 MB 1,533 43
434,362 434,362 00000000000000000123b9022adfc69a1b8411770c9fb9f90124c783ea10a268 1.00 MB 2,273 45
434,361 434,361 0000000000000000014ddd25bade9acc4226bad4b39ca712b8e9745172812ceb 1.00 MB 2,545 59
434,360 434,360 0000000000000000024dd7efb1f8a444681d60e47af8d0376109a91df33342ed 1.00 MB 2,146 54
434,359 434,359 00000000000000000198c29eae4f803ba3fe585fcb851a2a14e23798921aea67 1.00 MB 1,510 43
Previous 10 blocks ↓
Total Size: 647.70 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: 8,537.25 GB sent, 47.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.