Memory Pool Memory Pool Refreshing

79,836 transactions
31.50 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,545 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,626 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,544 (176,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,169 673,169 0000000000000000000c0009f9627b3866a5217caf85e2f141ff049d705ec203 1.16 MB 2,125 93
673,168 673,168 0000000000000000000b075a224a9c22fac60cf2552c7a77b80d4296d2211356 1.38 MB 2,696 111
673,167 673,167 00000000000000000002538fdbf81c9e3b4858918c137140f3dd85a402127641 1.29 MB 2,662 123
673,166 673,166 00000000000000000006cbab3b8fe800f18484a1d32778a196ecd72b88dfc57f 1.38 MB 2,888 123
673,165 673,165 000000000000000000025c9de7477b146519996a42db1b2db7426d4f3563bfa6 1.18 MB 1,819 106
673,164 673,164 000000000000000000016c7b16e3117475503a5b84c15f3f65ce87e113a101be 1.14 MB 1,464 104
673,163 673,163 00000000000000000007ee3142f868c6b4e8f33cecbcb571e3b7538ccd2c3956 1.34 MB 2,984 129
673,162 673,162 00000000000000000002df55ab2ed30944f6e39707ebea795c17e482e3fe27ce 1.27 MB 2,283 108
673,161 673,161 000000000000000000046f23524f1b89d8f14472f63a325c69c10f4beaa56189 1.24 MB 2,881 77
673,160 673,160 000000000000000000003754677d73a28afde89ac906c8040e2744ca70096fa2 1.17 MB 2,625 79
673,159 673,159 00000000000000000003adf5a96b2436bf7affe9950a36b11944cc3681a73ef1 1.14 MB 2,993 80
673,158 673,158 0000000000000000000773b8c8acbc173466f6eacd38cea04f2f24137f47b33f 1.29 MB 2,294 111
673,157 673,157 00000000000000000009bc82b70914ae2a158f529c78280660e486da87535cf9 1.21 MB 2,129 102
673,156 673,156 0000000000000000000629c8f9f3bac20bb2533263f2d4c207477aeb5a950777 1.14 MB 2,365 85
673,155 673,155 0000000000000000000669f55494b592ed9cfd248318c6075e118d34884cabcc 1.22 MB 3,120 102
673,154 673,154 00000000000000000004a39d77955f832b76722551963fa164036580b8ebc346 1.24 MB 2,637 98
673,153 673,153 0000000000000000000af8a2fffb6efd2ec789fc36b9e34a292a140c22da9961 1.32 MB 2,945 124
673,152 673,152 0000000000000000000658232656575022c5b5d1d3818815e5b32663065633fb 1.36 MB 2,829 122
673,151 673,151 000000000000000000045771a4d8ba2dacdb44d42da1d881bb332d47007b003b 1.13 MB 1,437 109
673,150 673,150 00000000000000000004a82599edf755e52905f97d318bd536006019edd1b66d 1.26 MB 2,205 114
673,149 673,149 0000000000000000000422453a5ea71bb5df291ed0704bf2bdd9839f397b3f16 1.28 MB 2,694 110
Previous 10 blocks ↓
Total Size: 660.64 GB

Node Information

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