Memory Pool Memory Pool Refreshing

79,814 transactions
33.17 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,582 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,233 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,581 (89,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
760,475 760,475 0000000000000000000440959f84cf1f369ac122b8ec1717f5699e7d7b74489d 1.61 MB 1,761 15
760,474 760,474 00000000000000000004db53eff6c1b9b2a55f2ef36ed27a56a2dc34d04bb742 0.66 MB 908 13
760,473 760,473 00000000000000000005a7763d152819b8d6581e6f70f8a8b0beb00c6e258cce 1.21 MB 695 7
760,472 760,472 0000000000000000000792974da98a42e3c8c02b17c35779aab0af9cf738c20b 1.33 MB 772 6
760,471 760,471 000000000000000000007e939e1d8decf9741b3baf616a2f6a9501ba396a361c 0.39 MB 146 4
760,470 760,470 000000000000000000050d8d5a8aca1948d940a84c583dfc4e3b3a0e5603ad90 1.59 MB 962 7
760,469 760,469 00000000000000000000243f896f02753d07965d4706e1a048919b953e028263 0.38 MB 299 9
760,468 760,468 00000000000000000003eac26cbd5682182b61cd442d86af857a82ca8d60d8cd 1.29 MB 1,434 12
760,467 760,467 0000000000000000000506a063291b1631f09335bc1489b0a7c904b25e9a27d5 1.43 MB 1,928 8
760,466 760,466 0000000000000000000563741d994da8d07fb2c90094abef6cc8c10fa4c4d30c 1.53 MB 2,861 21
760,465 760,465 00000000000000000006b36c6db440fc59dedcbc41e9ffa100d992121fec9d32 0.12 MB 166 11
760,464 760,464 00000000000000000001fae5907952c82421c828cf04ed21946306fa798481f5 0.68 MB 434 8
760,463 760,463 00000000000000000005876a7fd1360d9f23c096fbdab42a322aa8a1bfb80e2a 1.04 MB 1,228 10
760,462 760,462 00000000000000000002ce774159a58f772bd6f5b1c610ac028d9cafbc6eeff3 0.47 MB 703 13
760,461 760,461 00000000000000000006917498a0b9634c9b0935fd413cdc3fda33f556eed131 0.55 MB 855 16
760,460 760,460 00000000000000000002e71721debb5b94cf2d012527caa44592d607b74e5521 1.35 MB 2,127 14
760,459 760,459 000000000000000000068dd7c7fa0d102085f1049b1fbc9c83e95a20a89f7db3 0.42 MB 565 14
760,458 760,458 0000000000000000000736af7a41be7dc2eb8a50c8dbee7357aac3fd0f796caf 0.33 MB 459 9
760,457 760,457 00000000000000000001bf1b0212777b6bbfa7df5de12ef992231266a8d3aac0 1.75 MB 1,747 7
760,456 760,456 0000000000000000000703e3c7f791ffd64a4612297fb31262b7bf02c2019367 1.26 MB 1,449 21
760,455 760,455 000000000000000000001c3f0bf042162d33c89de66f0b188e2a963bb815fedb 0.41 MB 683 12
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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