Memory Pool Memory Pool Refreshing

74,619 transactions
32.68 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,784 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (294,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
555,490 555,490 0000000000000000000666a7a073d21f3199cf1afe76d38d24e605a2b22c35aa 1.12 MB 1,515 8
555,489 555,489 0000000000000000002659ea66f27934d4ff3c6bbb401e70d73e41cf9368b159 0.18 MB 227 4
555,488 555,488 0000000000000000000ff62b7c2080624e90284f4f3b0aa1da20d88a2af57729 0.31 MB 301 6
555,487 555,487 0000000000000000001ca6e2cbdfa98357af7c045f41dd3ecab034589f883087 0.28 MB 371 6
555,486 555,486 00000000000000000021873c2867ebbd1f38cbd7accd567e3d4a3937a942ed7f 0.36 MB 427 5
555,485 555,485 00000000000000000015ae06d1cdceabee87f25de4cd6c0f6a3cd535ab07d800 0.26 MB 269 4
555,484 555,484 0000000000000000001af534a8786132f2f3f09e57c1bd1abb855d1b15bb38dd 0.12 MB 324 6
555,483 555,483 0000000000000000001a0bdd4b2632d20ce80aca3502c16796161d775984074f 1.10 MB 1,620 6
555,482 555,482 0000000000000000000a149cfacfa57b1034b5ab5438933503ac893c5424912d 1.07 MB 1,688 5
555,481 555,481 0000000000000000001a2184d193a4819e6a906e96df37940299811639e8afea 1.22 MB 2,853 16
555,480 555,480 000000000000000000211406117703b0940f6fe3c742f7c9a57012f0fbc3d541 0.14 MB 268 35
555,479 555,479 00000000000000000011aeafe234352a705e274d3c71f20abd4c82ffcc2c74a8 0.45 MB 934 9
555,478 555,478 000000000000000000094c8784ff4bb91ea5e5d443cad874eb2da394b42af0f0 0.77 MB 1,477 8
555,477 555,477 000000000000000000116661982c61c85e657521cd3d34fa3a0ff1f03ea30490 0.06 MB 134 12
555,476 555,476 0000000000000000000933fd8e67ce030c4df3039257a9e59743806b300d2480 0.94 MB 2,033 3
555,475 555,475 0000000000000000002f52bfe68b2238d460ec1310df5270451875003db1489a 0.50 MB 1,005 32
555,474 555,474 00000000000000000033b7a4ecb0c852109be9d2285bce43f2147c1e095c8441 1.11 MB 1,834 7
555,473 555,473 00000000000000000028849b5d75da4fe389c67a90921d56c525f1f35c5ef358 0.19 MB 411 24
555,472 555,472 00000000000000000029035bc3ab552d191dff3fcb7ca4c02ae2034f5ba1e609 1.04 MB 2,309 2
555,471 555,471 0000000000000000000f277957b5d9ec7444de04176beb28f71154df8885c4f9 0.57 MB 1,250 30
555,470 555,470 0000000000000000000f8c0f5e5333a4c7cffc6f42f463cfbc8ebc33917e4ac0 0.28 MB 511 10
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 106 incoming
  • Data Transfer: 533.60 GB sent, 2.99 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

There are a couple of limitations to this explorer:

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 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.