Memory Pool Memory Pool Refreshing

81,435 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,511 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,439 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,510 (213,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,304 636,304 0000000000000000000918b005535a7c2030a73e7464cd776a8ee47f01b2168b 1.28 MB 1,840 40
636,303 636,303 00000000000000000004a2968b16d25b919d4634509f415f394a6493b9fd2b73 1.28 MB 2,528 51
636,302 636,302 00000000000000000001b7e0650c1e00e37b6e5cd5f7828a56e6ca33fdbb30e0 1.33 MB 2,202 18
636,301 636,301 0000000000000000000536e84f497cb17086a36eea51333d6c214e1a112e719e 1.27 MB 2,931 33
636,300 636,300 00000000000000000010dafd3e32f666f0a796f63680c2ddf2cf66a60861a093 1.23 MB 2,485 34
636,299 636,299 000000000000000000062e03e8ccd8d21c71800cc08fecefbaa1be3e0d73bcbd 1.31 MB 2,976 42
636,298 636,298 0000000000000000000199ed1fa9acfadb04f005792d2c7d5b456f6d67959c9f 1.28 MB 2,853 38
636,297 636,297 00000000000000000008858ae2d30d928290ebfa8c3972df0008ce182debdf60 1.17 MB 3,038 22
636,296 636,296 000000000000000000109a57217fec7802b34bea53cd06ec1d7c0b2b9fe26364 1.15 MB 2,523 17
636,295 636,295 0000000000000000000ec5d857644996034563067c2ac0f13411759677992a33 1.23 MB 2,641 30
636,294 636,294 0000000000000000000aceed0b9ec9af5fa99515ffa929d705cbc44a771bfc55 1.29 MB 2,724 46
636,293 636,293 00000000000000000001f87e9ec20bd5ceb091432df3b25950fb3758e883a4a7 1.20 MB 2,066 19
636,292 636,292 0000000000000000000bc034c36cdd54e9682a7cf98684fb2bc013f2040dc4a4 1.03 MB 1,370 17
636,291 636,291 0000000000000000000642324ed50593bbe3badb1c78a9e4759a4aad217df1d0 1.20 MB 2,268 35
636,290 636,290 0000000000000000000921702eac56432d23a835c4500b5bdac43c4e656c83a7 1.29 MB 2,622 40
636,289 636,289 0000000000000000000630f7705e071b8c5f2365d8abf9d299abeec3846c7050 1.19 MB 2,600 29
636,288 636,288 00000000000000000003dd4ce0ebed9f13519d88431f9b5abb794479e868b6f0 1.16 MB 2,691 28
636,287 636,287 0000000000000000000fa07e2ec1a4c2be3cd08217b10587db690de860aa0352 1.25 MB 3,024 45
636,286 636,286 0000000000000000000c5bd7b26fb8870e7edd0c65238589c84b867197749a60 1.23 MB 2,215 32
636,285 636,285 00000000000000000000a6faf14627d1acc154e0e0ced2f089dbaa3a7c3d2c03 1.23 MB 2,450 48
636,284 636,284 0000000000000000000211a7ca7050b9053193c1cc067d8c64ce3e6f085d5182 1.25 MB 1,728 34
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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