Memory Pool Memory Pool Refreshing

13,830 transactions
17.01 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
884,414 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 3,122 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 884,413 (582,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,437 301,437 00000000000000007c2a14250b43a28843f1c301bbbc4e4af6aa25cc8942cf0c 0.04 MB 128 46
301,436 301,436 00000000000000005babb6b2bc4dd1845f8b367e2b7d80f352bb0cc143c3ba33 0.70 MB 615 16
301,435 301,435 00000000000000000b18f64b1b68968e7508d7b002219e412359751819073eeb 0.17 MB 71 12
301,434 301,434 0000000000000000293b17e1ffdcf1db32ac7b9fe6771db35c21a342783cade9 0.35 MB 868 34
301,433 301,433 00000000000000005113890b841f728be74d9d20de37526f0f5484af854ab1bf 0.03 MB 64 35
301,432 301,432 000000000000000060da0b2617159e0fc2901f77c3335b4135a60f256f3f18bd 0.03 MB 64 62
301,431 301,431 000000000000000010911c3cf694ffeb87668dda992d6832daf2416cf7a7b38d 0.24 MB 458 30
301,430 301,430 000000000000000020e07572457d464e6f40479257af10e88360afd81421da4e 0.02 MB 61 36
301,429 301,429 0000000000000000338c99ad0881a43a2d2dcc61e4dd27ab5af74389b3d822e1 0.11 MB 224 25
301,428 301,428 00000000000000004d3c04a1e0d43ab371d348442692de6891dd67a2d7d96097 0.04 MB 121 31
301,427 301,427 0000000000000000283e0a943dfabb5954529ef6caa8ec0cec86309831f7cda0 0.07 MB 169 31
301,426 301,426 00000000000000000ebf42ab79665c230b481ee39410705205822e43725c1350 0.11 MB 128 24
301,425 301,425 00000000000000001617fe6913dcdb622c23d05b68e2aa3c780b5d2c6f1c18b8 0.15 MB 275 31
301,424 301,424 00000000000000000fe2f9d02f91c18610584932cda47df186ed5f117f333d27 0.06 MB 86 31
301,423 301,423 00000000000000003007155f6923909f34dc3836d5d70c4dee8b138602f6abf1 0.15 MB 126 20
301,422 301,422 00000000000000005e0b6d515c6c3d04dfc1c3bdd1dfa30df8eeaddfc62b02f9 0.05 MB 128 37
301,421 301,421 0000000000000000774a83be6932db60ad5e1d06f713344d7ded6738b767ebaa 0.47 MB 668 27
301,420 301,420 00000000000000006a97a6b483149218919f7c6ee8e815b76b9aaf5a67a4139a 0.30 MB 550 29
301,419 301,419 000000000000000077fc8c34a30a176180d319e90b8cfcdd388e39913a3ddbf5 0.14 MB 203 23
301,418 301,418 0000000000000000524ae28112a7d485bd0b643a82d58fb797bb74cfc3cf2ec5 0.44 MB 559 22
301,417 301,417 00000000000000003ee4c8e2dd75cd0bbc1a35d7b010eb001fe680704ffe1268 0.02 MB 30 32
Previous 10 blocks ↓
Total Size: 727.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,424.51 GB sent, 98.28 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

If you're looking for an advanced explorer that offers more 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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.