Memory Pool Memory Pool Refreshing

86,319 transactions
33.83 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,898 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,164 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,897 (516,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,480 328,480 000000000000000002c23bf7e47cba9f218e04b1b2ef1b32f06255c1ffd6434c 0.10 MB 231 28
328,479 328,479 00000000000000001d181e8c6976e618d85eff6aaa724f247761fefd98daa169 0.31 MB 577 25
328,478 328,478 00000000000000001b564f984d5e9680700c28c1606790217b23d2873657e732 0.31 MB 532 24
328,477 328,477 000000000000000003449170f29427a693612c9d8a16264d5946ca74e86d18fc 0.18 MB 365 27
328,476 328,476 0000000000000000071740541559f2b928c67d0b34ff72dcf347f0cd1869a400 0.31 MB 539 26
328,475 328,475 0000000000000000135716b52e41b4b332c379303d650e2c76cbd75f6dba51d8 0.24 MB 255 18
328,474 328,474 00000000000000000b71b57218f37a50b7650c93240505e8dc869663e28e7835 0.18 MB 327 26
328,473 328,473 0000000000000000179cb48cafbfe3ac3b8b8585af5294109a2fc64e0854d7d2 0.29 MB 325 19
328,472 328,472 00000000000000001536e90103943824fe57ba373e536b36d0fa862bd71982b2 0.06 MB 128 27
328,471 328,471 00000000000000000ac06cb7151791d2012eb88e054cd622b356586b3cf5c68e 0.07 MB 151 26
328,470 328,470 000000000000000019b2f0a2a25537bb11c9eb148192fc05fc14f2bc9065d2e1 0.43 MB 717 25
328,469 328,469 00000000000000000a4a3bf5b8d7975a63462c989672a075f9c7404228c6cb00 0.49 MB 626 19
328,468 328,468 00000000000000000ad5ea6f7f366bd59049e3c3f61b7c14919c061cfb585cc5 0.75 MB 1,378 28
328,467 328,467 00000000000000000e99dc9459fda729994508564c94caaf4a06fa492a0698b8 0.63 MB 853 26
328,466 328,466 0000000000000000101744b0afe6216c9ce35cc22d781283cec67fe3ef81781a 0.01 MB 32 67
328,465 328,465 00000000000000000aee7022fc8642135c115750933e66e142bcdafba73d5cd1 0.24 MB 436 24
328,464 328,464 000000000000000011ef079162a6178d021460fa9a9f29dd28fb18881624fc8b 0.52 MB 1,224 29
328,463 328,463 00000000000000001a615355e04d004b2f0efa86cb6868700b356920fe21d709 0.01 MB 27 28
328,462 328,462 00000000000000000f64a563e147fdbcfd0d5e746a20cd396c6e3f2293af7d75 0.09 MB 192 19
328,461 328,461 00000000000000001ba90d6510f9e23c75231860c5906b004f8a470a82c3c782 0.61 MB 1,265 30
328,460 328,460 000000000000000007d471c904d249f530da6a2042d3d4b76454af27d23dbf90 0.02 MB 64 38
Previous 10 blocks ↓
Total Size: 652.21 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,213.89 GB sent, 73.15 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.