Memory Pool Memory Pool Refreshing

76,291 transactions
37.37 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,409 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,814 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,408 (193,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,271 656,271 0000000000000000000e28042d4069bd0b0ebebbd39bdc5617740be5f0832b0a 1.28 MB 2,227 103
656,270 656,270 000000000000000000031bfe542dbbbe1a22ca8f2ad7d2e4f64b5bf07c1cfb3b 1.35 MB 2,798 150
656,269 656,269 00000000000000000006c40f7d5992b9026c150256fb84d396d6b2a98209a3bd 1.37 MB 2,569 88
656,268 656,268 0000000000000000000f3122291d8ed7de168f6db8dc02dbc70a2eda3c7d3952 1.44 MB 2,276 129
656,267 656,267 00000000000000000001ee24f553d3f5332fbb03e657abad7b48db3e7d3d91f4 1.31 MB 2,442 189
656,266 656,266 0000000000000000000de194b8becdc6496f717fcd648b1a9b13c868e493dbcc 1.29 MB 2,469 132
656,265 656,265 0000000000000000000cce28bb26d1c3c32c09e04d8e6424e39e1f86aa633516 1.34 MB 2,801 245
656,264 656,264 0000000000000000000999c37ad8f0b3bc898bed10831b4a155584ec09e4afc8 1.60 MB 1,553 53
656,263 656,263 000000000000000000068daa33de6a9d5e139f425c4f2cb5813963fb3a57c531 1.41 MB 1,556 172
656,262 656,262 0000000000000000000efc5f1092f395738dbb478a7d9baa77f0e427ce942fb0 0.81 MB 1,543 61
656,261 656,261 000000000000000000070dcac52cf8b0492c60702bc56adce2c0936930a90f26 0.77 MB 987 43
656,260 656,260 00000000000000000003a0bb619f4a1c80e8c080d6220cc57c6fed99e0a90982 1.43 MB 2,037 63
656,259 656,259 0000000000000000000eba95d15b43ca2656b7f69529570daeed7f5caeb3d364 1.45 MB 1,991 54
656,258 656,258 0000000000000000000561be89cc546bfddafc2375fa2c2cd5d614e906c0ee0f 1.41 MB 1,139 6
656,257 656,257 0000000000000000001080b5bc349548982f2c463de1e1d243db1fe53d553682 1.44 MB 1,812 83
656,256 656,256 00000000000000000006ec0bd001a1e7b1d781ca6b0f4f6b5592e56c8d1ff18a 1.17 MB 2,350 21
656,255 656,255 0000000000000000000139ae07f8774f7b7c636e192601e7ca93b364f6fd9df3 1.46 MB 2,204 57
656,254 656,254 0000000000000000000464d65f520f7d294cf51fe3f890d6eb4ff44a888612e8 1.38 MB 2,860 172
656,253 656,253 0000000000000000001066d09ff071f8b76f498b047499d0588ceb5017349c06 1.49 MB 2,000 56
656,252 656,252 00000000000000000009e18b299e4550db1a0717a1803da18b38382a7f1f0ecb 1.35 MB 2,919 60
656,251 656,251 0000000000000000000f8ca09ca24586308fcf0f8c7922cc03bb4de2fe58d34c 1.34 MB 2,028 234
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

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