Memory Pool Memory Pool Refreshing

79,925 transactions
26.97 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,525 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,482 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,524 (177,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,212 672,212 00000000000000000003abd7a217a8c86e116c005bab28f2e0287ef4402ee9dd 1.24 MB 2,718 98
672,211 672,211 00000000000000000008dee53c709b7e57ec4b3aa6d48d9d74ace801b297517f 1.22 MB 1,677 147
672,210 672,210 0000000000000000000063fe85b3b1d5be209e53b6058cf9268c06c8c8d56900 1.38 MB 2,710 166
672,209 672,209 000000000000000000040c22d0d29246e569ef129f98bbb970f99363e35779ed 1.18 MB 2,337 131
672,208 672,208 0000000000000000000aa1ad273112a6f08ad8cc70ddafe04274a7fd5da13ad8 1.27 MB 1,602 127
672,207 672,207 0000000000000000000bb8a07e6a3c23a57d743b2f6ab03efccf4b4bc988a766 1.08 MB 550 145
672,206 672,206 0000000000000000000b07a046dddca1cfafc0f429fda6f0baf580caf01a5d09 1.45 MB 2,459 160
672,205 672,205 00000000000000000000a4d73bc036f99fd089051fad2e55a16df979f5fcda34 1.26 MB 2,077 145
672,204 672,204 00000000000000000008983611d3a14d5b1dc3ce1b2dfc09b11e97c543ba982e 1.34 MB 2,806 162
672,203 672,203 00000000000000000002763a069244f18e0a3fd1ec49ff7d6a6dd2ae4ecb0e59 1.39 MB 2,748 162
672,202 672,202 0000000000000000000a6edb7939e598d5304d45a57b52cfed0271205711fc0d 1.11 MB 845 148
672,201 672,201 0000000000000000000955fb78336ccaf2f748ef80256caf2d764a4fd9581703 1.40 MB 1,658 157
672,200 672,200 0000000000000000000445d42a9d472e9e0eeb86ffdb8037ba868bea2c8cb1cf 0.00 MB 1 0
672,199 672,199 00000000000000000002a6648a66d2ebedb53558be3ffb9080b4761a721f8067 1.35 MB 2,269 107
672,198 672,198 00000000000000000002a71cd3d7fde491a237f9bf96af503d0d9f5667df3450 1.24 MB 1,985 88
672,197 672,197 0000000000000000000287e4610c2171daf380a3b607b2824edbf3d73a1b7706 1.34 MB 1,923 106
672,196 672,196 000000000000000000083b456967e87825f0929ada35b7c309e1f55dc238fd69 1.26 MB 2,338 96
672,195 672,195 000000000000000000096a12e39c41fc07c1808742a0de47249e768fefe5042f 1.19 MB 2,456 90
672,194 672,194 000000000000000000040744846938089d441a38eb984be7eef7443a0cadf18d 1.28 MB 2,353 86
672,193 672,193 0000000000000000000a1e9357d53396bb912332bc715426178c5a05942c6b8e 1.45 MB 2,364 147
672,192 672,192 00000000000000000004993c7fcf77f25fdf1dbba4b515733f624fc524ab0913 1.47 MB 1,698 135
Previous 10 blocks ↓
Total Size: 660.60 GB

Node Information

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