Memory Pool Memory Pool Refreshing

30,360 transactions
47.87 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,059 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,811 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,058 (274,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,375 566,375 0000000000000000000e3fc8d42fc6a00f72d999aff5f1e75d3ad148b87b729e 0.40 MB 1,062 18
566,374 566,374 0000000000000000000c36457a67c0842482d71daff2cd4c0de9203fa8a41f9f 1.30 MB 3,080 26
566,373 566,373 000000000000000000252e1a6f51be5fe959d532900bc839e7e2db60d58c8ad5 0.00 MB 1 0
566,372 566,372 000000000000000000096007fd18c8bed9fca7c27c275b8d54399d2c1a8af0a0 0.50 MB 1,208 22
566,371 566,371 0000000000000000001765b00d7235ef36f6907c14fa70163bbb4a9cfaed4fb2 0.95 MB 2,030 20
566,370 566,370 00000000000000000011f2525847fd0666e546f6cf78c6a69c8c8d3c2682161b 1.30 MB 3,069 23
566,369 566,369 000000000000000000144a96b6ff43b09e3d6b7c60d682b95ccd49b6bd84fc20 0.05 MB 136 24
566,368 566,368 0000000000000000000c846348c0c68ff3ac96878ceadbec60910784a24241f2 1.01 MB 2,447 24
566,367 566,367 000000000000000000074234e73f198762aabc404c665904407c95e8e93f561e 0.15 MB 352 26
566,366 566,366 0000000000000000000d8fa649977437ba5141665cef64908b5c9b04054c82e4 1.09 MB 2,679 25
566,365 566,365 0000000000000000000bd96697bf28f4f6f86ace24f57b6d78e36770ea57a492 0.56 MB 1,225 23
566,364 566,364 00000000000000000026e3930414d34d907d91b18093daec722708a7b3656198 0.32 MB 749 24
566,363 566,363 000000000000000000098527150bc61f378c5a00d71c0ab899a06110c1d45da4 0.94 MB 2,121 22
566,362 566,362 0000000000000000001f34848feed3ac65410b77c9eb55806a6127c68bb9bf2a 0.79 MB 1,439 18
566,361 566,361 0000000000000000000706a9fa85529f8a294baf18661fdcc6aefdce790f115d 0.59 MB 562 4
566,360 566,360 00000000000000000023a7cf165150843ce4cbba601964146403aa6aa933c69b 1.30 MB 2,342 15
566,359 566,359 00000000000000000011c6b32f2d486d8b6c023db27af55273308c18591ded08 1.58 MB 808 8
566,358 566,358 0000000000000000001814b088a5802e464ae3af98ebd123b15502f897274932 1.59 MB 117 2
566,357 566,357 0000000000000000002518041130e3aae9b20396b08171ce47d66aa8535ab846 1.21 MB 2,717 13
566,356 566,356 0000000000000000000ee1eadeee89a7f53ab385762610c2ba51602c08311a6b 1.39 MB 3,314 34
566,355 566,355 000000000000000000144646cfd5e52bc3c56873bc240cd2946ba9b2fe530510 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 644.99 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,180.18 GB sent, 29.98 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.