Memory Pool Memory Pool Refreshing

58,233 transactions
37.82 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,127 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,239 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,126 (558,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,389 283,389 000000000000000117189dd006cf198ce82a68bfdbeb11b7388bd67c9aaff7d5 0.09 MB 204 50
283,388 283,388 00000000000000001558f6f463956ce798d965f77b590f8aa078e173a0eaf4bc 0.03 MB 83 42
283,387 283,387 000000000000000184393b21bcb07785c5ec243e31a19920d68f84d75b957fc5 0.25 MB 570 51
283,386 283,386 00000000000000008488976b1839f7c1e6c2eab486457cc4fe58e0dc4a9ffe3a 0.17 MB 290 37
283,385 283,385 0000000000000001aa4e682a9dddfcaeedba35d3ed94cd2a63e8b35c6db52ca6 0.03 MB 66 39
283,384 283,384 00000000000000012c32ecc1d4757adcd2503156fb6b56b15192dfd5cb69daac 0.13 MB 363 68
283,383 283,383 0000000000000000a2f95d05c579296fc62161614c61e638521192394a54ed56 0.03 MB 86 55
283,382 283,382 00000000000000015a75e67df1f648cc2b3303c328686e32cc6524be192321f5 0.05 MB 100 40
283,381 283,381 0000000000000000123f8d59cdf5da6fac5cea6900571eec7d2fb482ea23b0b3 0.00 MB 1 0
283,380 283,380 000000000000000023ca9363f2345bf985280bb72132748a9a05297cfc1baf10 0.11 MB 210 54
283,379 283,379 000000000000000010cb80235e748de18e9d5702ad8fdcf09a90677af04a0242 0.22 MB 483 48
283,378 283,378 0000000000000000aa2f2da266c85dd61c11f54d9c5f531ec7cbc5113ec5d6b0 0.31 MB 538 24
283,377 283,377 00000000000000012f21a481fd3098a21941d922bea9f84c63e7a4f6d2a69db5 0.05 MB 159 60
283,376 283,376 0000000000000000941d044af6ea854187aa3aa9b889ff6193671f3a0655bf66 0.05 MB 157 70
283,375 283,375 0000000000000001ad22e575f497551300d5baf5f94215b5301945fac08765fc 0.05 MB 170 221
283,374 283,374 0000000000000000e00c7cb28e3f28d6572c5880ed64bbfa225e6c97291415a5 0.08 MB 93 14
283,373 283,373 00000000000000001559d7595b509ebe30c3d099decb2454be26c5597db00c7d 0.02 MB 44 70
283,372 283,372 00000000000000011696a1d0bf2cce4901a46066ba52361b9b0520d69a9f8e65 0.02 MB 53 53
283,371 283,371 0000000000000000182b13f68f3ed018198ae688dd3d07dfb0503b51a78a9808 0.02 MB 33 34
283,370 283,370 0000000000000001954156554c63f9fa27697c4a132ed1a23b6cbdd3d9d4f074 0.18 MB 202 27
283,369 283,369 00000000000000019a835f3af31227d254d18c5c87258ed3261d192c6d5b151d 0.02 MB 42 23
Previous 10 blocks ↓
Total Size: 646.98 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,442.47 GB sent, 42.09 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.