Memory Pool Memory Pool Refreshing

80,086 transactions
39.10 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,908 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,243 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,907 (306,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,251 543,251 000000000000000000086eecb2d15fa6b7e1278526dd318f3222a3ddcdf88f2a 0.66 MB 1,473 20
543,250 543,250 0000000000000000001c66e21d82714ca98044e7cd48bcbfd50f17e527da70db 0.22 MB 440 17
543,249 543,249 000000000000000000228746e91e3d4f0e83d7bcd1b51a0e3148a7b04692f5ab 0.38 MB 797 18
543,248 543,248 0000000000000000000275d374bf1fabbdf9a679504df389b176f9787e228434 0.02 MB 65 27
543,247 543,247 00000000000000000024224fc4a5aa5ccc871b30bb8274bb3adca14ba0c86788 0.50 MB 1,182 15
543,246 543,246 000000000000000000086d026404809dc9a12768701c49ac8f9e6ccad982e277 0.72 MB 1,311 16
543,245 543,245 0000000000000000001b12395ad2cf5d29330543cfcdd267ee51998a7c223f78 0.98 MB 2,195 22
543,244 543,244 0000000000000000001696108c54d71b28f32311630416c303cb1db4cce0f8e3 0.22 MB 326 9
543,243 543,243 000000000000000000170636afb6de6aa6737d7639d8598c65fc3686a0f2ddf9 0.33 MB 599 25
543,242 543,242 00000000000000000017b7100899dabb19f8c8178990be8421a55343a9e996d6 0.13 MB 345 16
543,241 543,241 0000000000000000000d6b147ce179c81bafcfc20f79b5c63e415867f98bfc19 0.66 MB 1,508 11
543,240 543,240 00000000000000000014fb07da062825fb53e82c12d01a116f040736e8f9b5b1 1.17 MB 2,783 10
543,239 543,239 0000000000000000000589ff45b70ad03e9ed3ba3e82e4c0a1c8d383bffe7255 1.18 MB 2,358 40
543,238 543,238 0000000000000000001790e094309e3f9e04e754b527efd1751ddb1267d7e09c 0.95 MB 2,543 3
543,237 543,237 000000000000000000265396096265f168ad158dac55cf32440da7a2a74c9ab9 1.22 MB 2,982 30
543,236 543,236 000000000000000000224c06f056f6d144a2ec5702c4e112c9deab075baa7760 1.18 MB 2,811 22
543,235 543,235 0000000000000000002062f8376d45560c6f1b67fb17f738ecf81309bc23419a 0.26 MB 581 14
543,234 543,234 0000000000000000001b5577bdef58d1fff885f89fd948d3ed69e37fb8067339 0.64 MB 1,409 20
543,233 543,233 0000000000000000000b7243d69a6819393c968c28e45279855986b46f515e4f 0.12 MB 254 13
543,232 543,232 000000000000000000052010c7ed65cec311ad0513d6adbe05269e0bc20af2e1 0.77 MB 1,568 12
543,231 543,231 000000000000000000145f362211634062c91c11b39569e0063050408bc198a4 0.98 MB 1,786 20
Previous 10 blocks ↓
Total Size: 661.33 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: 835.47 GB sent, 5.73 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.