Memory Pool Memory Pool Refreshing

46,909 transactions
43.63 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,057 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,016 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,056 (575,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,396 266,396 00000000000000062d5b43a1f14f9ab5eee5823ed566e18461adb76402d166c1 0.12 MB 268 49
266,395 266,395 00000000000000077cc428fed61a49f72e792fcd01102a6e423fc01ab5f86214 0.15 MB 321 99
266,394 266,394 0000000000000009001cc25aff4e0b62f50b3a2c9f8c149798eccdaca4158a5e 0.42 MB 756 78
266,393 266,393 000000000000000221d2b7ac29ffb75c45206d42b9eb91a5334aba94df9170fe 0.20 MB 261 58
266,392 266,392 0000000000000004fac0d342ddf2267eaa54e376dafc7efcc22bf4a0a56a2e36 0.06 MB 137 89
266,391 266,391 0000000000000004b2a7a82fe911da145aa9fe7491b80e37baf8c22acd51a5e8 0.06 MB 90 40
266,390 266,390 00000000000000017cd10f0b66f4da70b635c38dbbfa7e28220bdb73d9c1002b 0.26 MB 217 42
266,389 266,389 00000000000000030ff454309e5acdcfa179a5323277c3b4ddba51f261fbc4dd 0.02 MB 52 64
266,388 266,388 000000000000000a5f21b2cb7dff7f9d298347a8d26b976dc23d88c6f7a58630 0.17 MB 385 96
266,387 266,387 00000000000000082a0013050246c17c64c86f54a9c4a7d248cfc89ec35209a3 0.16 MB 375 105
266,386 266,386 0000000000000005f1cb351c6be831c5863db16897a0347b0f9e9f3f0c7577ab 0.03 MB 85 62
266,385 266,385 000000000000000a6a06f018a40213e63710e9d7295418a55e043c714bd5401e 0.15 MB 362 104
266,384 266,384 0000000000000003a59764a7194d1b3470fe8fea34f6a0df65020c5d53713df0 0.06 MB 141 39
266,383 266,383 0000000000000003d96eab4ff8c6d11e01bf86fdf3b5a8151d99e62df32c7e45 0.20 MB 366 88
266,382 266,382 0000000000000006266ef3088491fe25c49b113ebccbb92952438bfed16570c5 0.07 MB 148 69
266,381 266,381 000000000000000000028c32e6952731326747bae4be8db0f832d6eea0362050 0.10 MB 257 93
266,380 266,380 00000000000000015cc813b33430babf69aadb24b6f527966c8209538d390487 0.27 MB 580 75
266,379 266,379 000000000000000941dd388e6e1c2f186e81e72b838f73ae1c2c4bf6fb8f03a8 0.01 MB 29 153
266,378 266,378 00000000000000008aec8d952275b3c041ab69d037cbf88aea0074d2f4296a6f 0.05 MB 114 50
266,377 266,377 00000000000000038a2032aabdb194bc2da2ce095ee5f1e5726ebe8995338c88 0.02 MB 61 105
266,376 266,376 0000000000000005d70e176af860d8bf515cb3defecd41879e1d84670144fb2b 0.11 MB 246 90
Previous 10 blocks ↓
Total Size: 646.86 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,427.61 GB sent, 40.81 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.