Memory Pool Memory Pool Refreshing

107,188 transactions
26.86 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,692 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,670 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,691 (544,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,431 301,431 000000000000000010911c3cf694ffeb87668dda992d6832daf2416cf7a7b38d 0.24 MB 458 30
301,430 301,430 000000000000000020e07572457d464e6f40479257af10e88360afd81421da4e 0.02 MB 61 36
301,429 301,429 0000000000000000338c99ad0881a43a2d2dcc61e4dd27ab5af74389b3d822e1 0.11 MB 224 25
301,428 301,428 00000000000000004d3c04a1e0d43ab371d348442692de6891dd67a2d7d96097 0.04 MB 121 31
301,427 301,427 0000000000000000283e0a943dfabb5954529ef6caa8ec0cec86309831f7cda0 0.07 MB 169 31
301,426 301,426 00000000000000000ebf42ab79665c230b481ee39410705205822e43725c1350 0.11 MB 128 24
301,425 301,425 00000000000000001617fe6913dcdb622c23d05b68e2aa3c780b5d2c6f1c18b8 0.15 MB 275 31
301,424 301,424 00000000000000000fe2f9d02f91c18610584932cda47df186ed5f117f333d27 0.06 MB 86 31
301,423 301,423 00000000000000003007155f6923909f34dc3836d5d70c4dee8b138602f6abf1 0.15 MB 126 20
301,422 301,422 00000000000000005e0b6d515c6c3d04dfc1c3bdd1dfa30df8eeaddfc62b02f9 0.05 MB 128 37
301,421 301,421 0000000000000000774a83be6932db60ad5e1d06f713344d7ded6738b767ebaa 0.47 MB 668 27
301,420 301,420 00000000000000006a97a6b483149218919f7c6ee8e815b76b9aaf5a67a4139a 0.30 MB 550 29
301,419 301,419 000000000000000077fc8c34a30a176180d319e90b8cfcdd388e39913a3ddbf5 0.14 MB 203 23
301,418 301,418 0000000000000000524ae28112a7d485bd0b643a82d58fb797bb74cfc3cf2ec5 0.44 MB 559 22
301,417 301,417 00000000000000003ee4c8e2dd75cd0bbc1a35d7b010eb001fe680704ffe1268 0.02 MB 30 32
301,416 301,416 00000000000000006d223a94a9af6c20d03a16b1398b37fac7910026f81b7d11 0.03 MB 61 28
301,415 301,415 000000000000000047fc188d22fbef276c12fde3971fa1907116a6b29fe4beb3 0.13 MB 273 43
301,414 301,414 0000000000000000294cc37ed94be3a99e5e176350cab43ec30ee32b89f33fb2 0.09 MB 108 24
301,413 301,413 0000000000000000564ec485238be006c9b53b19700c4794252542ed80f10c37 0.14 MB 216 24
301,412 301,412 0000000000000000243bb93e0ae7c8e44d53a304387f4d3dc011eeb26ef4e86a 0.42 MB 811 33
301,411 301,411 0000000000000000234c6152083d4a13bfeb80d9279d169e27302a89510389d7 0.19 MB 374 32
Previous 10 blocks ↓
Total Size: 653.68 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,328.89 GB sent, 83.55 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.