Memory Pool Memory Pool Refreshing

54,358 transactions
35.51 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,996 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,194 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,995 (600,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
249,123 249,123 00000000000000745b0999728cf511b8c984f6bbb118c6e8ed6d4aab250b61b9 0.11 MB 252 112
249,122 249,122 0000000000000017801bf1b2ab5c6cb6ae87f6baf8bfcd286181afb8ae06c27a 0.08 MB 186 90
249,121 249,121 0000000000000075cfad8472b05f1dd285f01de31bb5f083601bafe88dc24323 0.11 MB 195 125
249,120 249,120 000000000000008953077ced764003636b6e5674ead03d94672adce31b9bd7e1 0.13 MB 284 57
249,119 249,119 0000000000000015e2b93b303f3f00d7b8566a539a9103d2e4accc364952108c 0.12 MB 269 121
249,118 249,118 000000000000007307f497a0a8ec81f016fdb744920baadeedd52a34866f5cb1 0.25 MB 638 146
249,117 249,117 000000000000000eed266347867cc9fe1dcfaedf2d6dc781bf37fba5dfcaf55d 0.14 MB 314 136
249,116 249,116 000000000000000be8b7a1cba07fec747cf003da4bbb79c49c992468c10180d7 0.16 MB 376 149
249,115 249,115 0000000000000005d3a105534c4540f7b3f8c348a46ffc26af81937c3bff9893 0.08 MB 199 135
249,114 249,114 000000000000005b1b8a425545cacd4e02b68dd6aef3a174952a9940ada9e28b 0.10 MB 215 121
249,113 249,113 000000000000003deec4814ff91822c763637651e06e748912aa6e6907c50d98 0.01 MB 26 84
249,112 249,112 00000000000000342f57950ebcfad8874294ce0c4736795c63079e3ce9adf595 0.15 MB 378 150
249,111 249,111 0000000000000062057d014e4a4594366026921b2e831d91203161a341f9d26a 0.15 MB 358 87
249,110 249,110 000000000000000aecd655128b6d0813696f6472f8aa27a53369d21a56bd7e57 0.08 MB 209 139
249,109 249,109 000000000000006c09893604973f45b99563c0f3025e27581e94a63cd0a42f80 0.14 MB 302 106
249,108 249,108 0000000000000028f8fed1e1610e86dc61899373322cfad0e8b8c9f63ce1079f 0.01 MB 23 56
249,107 249,107 000000000000000617811900f19e63c6d6d7b8cbd90e02e70cbc902425f10048 0.05 MB 111 112
249,106 249,106 000000000000002f20c998570025910e473898078a956813f6ae0bdda3db626e 0.00 MB 12 186
249,105 249,105 0000000000000019e9c6cf4092abc6f4f862c9023cf5ea619d215e8625b66979 0.10 MB 223 109
249,104 249,104 000000000000000a1c397adf9e4dbfe7f22888ffcb4efa78e11f68218585317d 0.16 MB 290 110
249,103 249,103 000000000000000fc08a5b24b9a58f1780c7b3a2c871dbe424fdc8d9b4456aec 0.11 MB 245 1,963
Previous 10 blocks ↓
Total Size: 661.50 GB

Node Information

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