Memory Pool Memory Pool Refreshing

77,217 transactions
31.80 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,555 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,981 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,554 (470,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
379,369 379,369 000000000000000005f26263773736d724979f4efb86bcf2566477860e14cbec 0.37 MB 719 63
379,368 379,368 00000000000000000182ff46420b872b0b39716fc8e5687887a512e96d18f881 0.28 MB 286 15
379,367 379,367 0000000000000000069c01a33f37469baf320cf8f958806fec137dae7a46edc0 0.17 MB 249 33
379,366 379,366 000000000000000011d20344faf543d86d89c0e4e4a410d548c950daa5fc8295 0.33 MB 668 31
379,365 379,365 000000000000000008c599e7710b18d6c9a9fb5d89807768bfcf4fb44c28be3e 0.33 MB 289 15
379,364 379,364 00000000000000000e1c7fcac8166b239361b7b9e07cca4aeebd197d88f27392 0.25 MB 420 36
379,363 379,363 0000000000000000020f8122e6c20d0cb4f6a2e82a2fbec1721dedfd0ac9735c 0.39 MB 784 38
379,362 379,362 0000000000000000095de4ee020eaa9e92e4181219d3aa719fbadc272c65cc34 0.50 MB 935 44
379,361 379,361 00000000000000000f83a6c92627a8503f78394e9295537bbfb2f8909254f197 0.61 MB 1,219 35
379,360 379,360 00000000000000000e82bd627d540817c5adaf32c97ad357b6ac853dff1fbfc1 1.00 MB 1,322 13
379,359 379,359 0000000000000000018689c8e41ed57c34d9b20ec3a212ecf53d1c83d326781e 0.25 MB 156 8
379,358 379,358 000000000000000011fb42ddcb2f04cfa587e63dc20ecd420ed0b77a06b82bc4 0.40 MB 798 30
379,357 379,357 000000000000000002cb8950e90ec03a83db691f5a1db372d7d0b59216a675b8 0.18 MB 321 54
379,356 379,356 000000000000000007f8789f2b2669b9e346caff78a57eec03996d563f36beaf 0.29 MB 590 28
379,355 379,355 000000000000000010c62671a144a71ef5f6050d34461c745baf96141ab66ab8 0.30 MB 320 14
379,354 379,354 000000000000000009b1a9bebadc5c0400ac214fbf9536bf9785b1e04265865a 0.83 MB 1,348 31
379,353 379,353 000000000000000010d0586603e83c08972322949c4efc0ffd3fb6fcf66c2142 0.27 MB 395 26
379,352 379,352 000000000000000009a6d6920cd4451658d3f3e03369ba694ed60698fa6c410c 0.88 MB 2,202 40
379,351 379,351 00000000000000000ac0d4e9470127f1b36591319637c28c3ca00ec191f1c162 0.40 MB 423 30
379,350 379,350 000000000000000006fcf938203c6b81088667770619e4489b76c260fe5be3f0 0.93 MB 1,823 44
379,349 379,349 000000000000000002283744b8c32eba1dbbe4fc6a66e3ef2b973d2eeee52708 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.66 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 500.03 GB sent, 2.59 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.