Memory Pool Memory Pool Refreshing

77,247 transactions
26.83 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,517 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,208 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,516 (289,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,121 560,121 0000000000000000002f4ef464884e9412318f416cfeef3107e5f35649cc46d0 1.18 MB 2,432 17
560,120 560,120 0000000000000000001efc942c6eff3e0442e309aff31d4ca242e66470468df5 0.28 MB 787 49
560,119 560,119 0000000000000000002197240533ea98630c6187659224db13eece9e43130885 0.82 MB 1,809 12
560,118 560,118 0000000000000000001c0456b0142a1dede6387f61697ef3ebcead4d867a6acd 0.19 MB 432 19
560,117 560,117 00000000000000000007da70803743e24c2817b04512b3205c13583f23570b79 0.73 MB 1,778 13
560,116 560,116 00000000000000000006c351032506b0af9f0f9c3867200fd2f8ebcec36d96c7 1.13 MB 2,565 15
560,115 560,115 0000000000000000000567ae5391a53fe64b9d2677b2a31b5ac164c42f2f133c 1.19 MB 1,840 20
560,114 560,114 000000000000000000269ad359f0e5e2dcf605ac1d3eb9abb1a3a7e721cadb0d 0.97 MB 2,593 16
560,113 560,113 0000000000000000002eeb5a1e430202b1a13e80b01880d31c01a583ec03e5cc 0.01 MB 31 15
560,112 560,112 00000000000000000027e27e2da1efd9e493fc25829625a68d932543de20cd53 0.80 MB 1,549 11
560,111 560,111 0000000000000000002c7dbd7adca40751aa7ba18574983fbbd3ad3db4259ca4 0.15 MB 281 21
560,110 560,110 00000000000000000023e8b23f42fe4ad7316fb4aeb8e76b2a6ee8d49dcb0328 0.26 MB 592 14
560,109 560,109 0000000000000000002cf21ccdb6024417fd10cc8c99591715789262a09f49b7 1.00 MB 2,355 17
560,108 560,108 00000000000000000005ec887a24dc0fb597b7d05af35907325d5071329368f0 1.22 MB 2,736 8
560,107 560,107 0000000000000000000b2c76633fdc0080d45370dcb0463acf523c6db6cb7edc 1.09 MB 2,176 9
560,106 560,106 0000000000000000002f74ee13c2d247a0f45359602809bd46a2cf90430ec203 1.25 MB 1,920 30
560,105 560,105 0000000000000000001c5aaa4e8c22eb941e5f75234381078817ad1c8094423b 1.16 MB 2,886 13
560,104 560,104 0000000000000000001f4db03ea5e14caa87b8a1b3691c4a1258e1469db4cc24 0.11 MB 212 11
560,103 560,103 0000000000000000000b86669032715ecd2758a4f7aa560251f066f5bf4e5688 1.32 MB 2,975 15
560,102 560,102 0000000000000000002af29bb3269e5369fee458f7f8306ed54cff2363eff7fc 1.33 MB 2,668 47
560,101 560,101 000000000000000000239b687987d29307669681bc7a4a990d559125ac64d085 1.17 MB 1,772 6
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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