Memory Pool Memory Pool Refreshing

39,159 transactions
33.94 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,826 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,986 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,825 (407,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
434,358 434,358 000000000000000003c57319485744c025dbec35f0f83d8cc9f7729681ec8587 1.00 MB 2,258 65
434,357 434,357 000000000000000000aa238a287d7fdfdffd283a8723731d41cc58cf0b71f058 1.00 MB 2,753 71
434,356 434,356 000000000000000002ebd4f599ba89f0a48e76b1c902fc89f3c73f0b38f5dd5f 1.00 MB 1,940 53
434,355 434,355 000000000000000001fe97152a2aceb2ab140c31da4c0888dd935b38646d5218 1.00 MB 2,812 79
434,354 434,354 0000000000000000024bc5fd50943fd6ba7c1c9eff0ed0318346f53916856dec 1.00 MB 1,335 57
434,353 434,353 0000000000000000008436c6f910f517d9805857bbcbdd4b5d2c3af4f9795f32 1.00 MB 1,395 77
434,352 434,352 0000000000000000011c90e1be3519e77120a31ae0d3fa92109d7bcd8f242176 1.00 MB 2,186 62
434,351 434,351 000000000000000003f336a52d0d50dead93137f143768075811fe6c81edb161 1.00 MB 3,085 89
Previous 10 blocks ↓
Total Size: 646.43 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,352.47 GB sent, 37.74 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.