Memory Pool Memory Pool Refreshing

34,535 transactions
38.02 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,504 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,793 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,503 (295,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,454 547,454 000000000000000000069a4e492477bc30f7a05d090cf6bc793403f1bcbe2136 0.00 MB 1 0
547,453 547,453 00000000000000000013ebe9fc8ee94020991d2145c66f6ed03146126377592b 0.15 MB 390 19
547,452 547,452 00000000000000000005ab615bfc31cca9b83f7b644f8894354f09fd172c9595 1.28 MB 2,865 20
547,451 547,451 0000000000000000001dd32b0a78cdd5196a74648d8f2eac2dce178f647a5883 0.01 MB 30 22
547,450 547,450 00000000000000000012f601840d0d397729ab664919aaef395cc8523e13572f 1.20 MB 2,711 6
547,449 547,449 00000000000000000001c55a1e4c382dd48938b0ccd5e8009ebce40204273fd4 1.45 MB 2,613 14
547,448 547,448 00000000000000000023f2e1d71ae6c28336848e762a24dd7d61274f749c4a2d 1.36 MB 3,361 31
547,447 547,447 0000000000000000000402dcc35988de593cc2b5a54c7bc2595dd3706dd148ad 0.43 MB 1,148 17
547,446 547,446 000000000000000000093eb8f05bbcf7a0cc732409d25c0436586de028bc5d97 1.31 MB 2,804 23
547,445 547,445 00000000000000000010851fdb9f6767259fac2c0d0bae557af503267dc68427 0.22 MB 382 19
547,444 547,444 000000000000000000254239539731911f5986791a5150cf938db767b9d56eb8 1.24 MB 992 3
547,443 547,443 0000000000000000001a7758b8ad7b2f36c92c1dd69947c2afb8e4f25f1b4983 1.19 MB 2,397 13
547,442 547,442 000000000000000000024c7a18eb68bbe260c318ae8df8cfb76ba22ffd950d49 1.28 MB 2,604 11
547,441 547,441 000000000000000000226207cd23e8c72f55a4218d1abef47110999fee81cb3a 1.25 MB 2,923 9
547,440 547,440 0000000000000000001ea88c9043391d0aac263809b13964c382ab0f7b822737 1.29 MB 3,212 22
547,439 547,439 00000000000000000006ac4568a08b9bd7e416e376d904105dfd21f9805bb74d 1.27 MB 2,733 23
547,438 547,438 00000000000000000011ba4bad12b411040dc084408a86669c0d7400bd773e43 1.31 MB 3,124 16
547,437 547,437 0000000000000000000d0e6b03fc36d081bdd510a6eceec6b0c4e5b3b11a6535 1.00 MB 2,985 4
547,436 547,436 00000000000000000013c7111475e2f423a0fc0cfdb2803efde25ced2f70c683 1.24 MB 2,522 14
547,435 547,435 000000000000000000124d5d861c94f79db82f70afd4ece6222cff938fd6ec15 1.18 MB 1,860 13
547,434 547,434 00000000000000000024f55192a6cd2c4c0a61035edcf1b37cfdbb973d78f0c7 0.52 MB 779 4
Previous 10 blocks ↓
Total Size: 647.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: 8,533.29 GB sent, 47.14 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.