Memory Pool Memory Pool Refreshing

30,835 transactions
48.25 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,113 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,832 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,112 (427,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,288 413,288 000000000000000004c4e9bd2f1ca373ae2e855b75ab752f78211b444b92a40b 1.00 MB 2,259 46
413,287 413,287 0000000000000000053653901ae339a1f2f6f03e7343f2e49b056a7d8b6da371 1.00 MB 2,566 56
413,286 413,286 00000000000000000106173f0f216d91071fe1a2da2b33fe5d68a95b5722bbe1 0.29 MB 665 59
413,285 413,285 0000000000000000010bd8dee6fcfaa57bc2271ab156932a1ff7d27c43affb55 0.60 MB 805 28
413,284 413,284 000000000000000001760ca148d344fffd5b4ce0d38187dc59f06a922956b803 0.99 MB 1,871 50
413,283 413,283 000000000000000000c0ac707374ae533069a40ea4141f3070aafe3f789a500c 1.00 MB 466 15
413,282 413,282 0000000000000000002b79f27f06f23d83945621078e2502787efa58cc7eda92 1.00 MB 1,569 33
413,281 413,281 0000000000000000056a553a8d4fae1436bd2da0ae9a2838f18d204aabf186be 1.00 MB 2,024 61
413,280 413,280 00000000000000000546843240d1ddc1d6f3b1fd85c4b0f4ad2123708bb669cc 0.32 MB 444 26
413,279 413,279 0000000000000000046f56e59b9b1293b5e7c1587aa6d29c4f3f79b98cf22ee6 0.60 MB 1,185 45
413,278 413,278 000000000000000001b5d1c227ce3ebfd6a436be63210d291993052acd0f6153 0.51 MB 1,078 49
413,277 413,277 0000000000000000043bdd7def02a38a4b10d0977b7174af702ce79fd250bb5f 1.00 MB 1,835 28
413,276 413,276 00000000000000000467ff83b0489a6fa2ffc907dc52fb4362ca05db26272e92 1.00 MB 849 23
413,275 413,275 00000000000000000458a3a873ab0826e7971f00463bf813f000e140e4d6038f 0.99 MB 1,501 32
413,274 413,274 000000000000000002479167bec9774e837847b0b8ac3ba5e66b59e42c393295 1.00 MB 1,881 40
413,273 413,273 0000000000000000048f62da1d922a9dcded92e2b6ad41bf55907448cbd8929b 1.00 MB 2,011 36
413,272 413,272 000000000000000004d8743d7733491522977e8781ed884e0b4c47e8e269e14e 1.00 MB 2,644 42
413,271 413,271 000000000000000000f1ee1d2f7edccdd8d6bf6d4758922d3b53f48502a163be 1.00 MB 2,471 54
413,270 413,270 000000000000000000ba44ed4f921ed50db0ea7b684983124b171d2ab958a328 1.00 MB 2,558 103
413,269 413,269 000000000000000002dca9ba4ac20eebd4608f2a80067848b032c6c73a2cd80a 1.00 MB 1,122 30
413,268 413,268 0000000000000000057f705fc67470c6f6772b40e5c0dc2e405a223bf9aae074 1.00 MB 1,424 35
Previous 10 blocks ↓
Total Size: 645.09 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,195.83 GB sent, 30.45 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.