Memory Pool Memory Pool Refreshing

80,475 transactions
27.24 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,506 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,494 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,505 (196,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,299 653,299 0000000000000000000cddc2e300eb482c86607794bf9fdede45a895a70bfc30 1.27 MB 2,981 63
653,298 653,298 00000000000000000009d2b7ec11e49b8580de45f3ef30ee486d3374a211b6f7 1.29 MB 2,313 40
653,297 653,297 0000000000000000000180eaa30361a8075c32b4836666b080cfc2596016d5fd 1.26 MB 2,989 78
653,296 653,296 0000000000000000000e04056842df1730122055e5ad7a8f2f8fb89057ff2ce3 1.26 MB 2,716 66
653,295 653,295 00000000000000000006bb0783b95d4654f477297f10eb127fed5b10f9c989c9 0.07 MB 147 30
653,294 653,294 00000000000000000006690b71c83b1fab26703cf80db2111ca3ee72321269b3 0.68 MB 748 14
653,293 653,293 0000000000000000000df411d9dad2c03f80b2f792a7ffb26f227af0dad08b19 1.75 MB 601 6
653,292 653,292 00000000000000000008e2546c703112fcd8330757afd6ea407ed535620d9860 1.30 MB 1,304 11
653,291 653,291 000000000000000000045fb1e39257e2f97dad7e86837dad6fcbaf19bb1b0d39 1.31 MB 2,081 13
653,290 653,290 00000000000000000001c7ecec9238417a4d76681e8d6f0b5cd05ea683d51cd0 1.25 MB 2,558 61
653,289 653,289 0000000000000000000767b7ea99508cc6e1f7f45c0b29bc32a487362326b494 1.28 MB 2,161 18
653,288 653,288 00000000000000000005d8b80f877688ceb84a9d9752adeeadb392c50f385208 1.28 MB 2,645 42
653,287 653,287 0000000000000000000005456a60dc313fa5a187434187832094102a2e774572 1.82 MB 356 5
653,286 653,286 0000000000000000000b40768e1bea6e19ffe22620d83aa640057b51b919a580 1.54 MB 1,114 11
653,285 653,285 000000000000000000046f37a16eaaa1bdec751b24065321f2a479f7b34d88e0 1.12 MB 2,155 23
653,284 653,284 0000000000000000000a1b8d8c2f9dedc44a4727c49a66e9070936176db79d57 1.19 MB 1,914 4
653,283 653,283 000000000000000000068ed89f533bc375f28dcbb68f0d4a910fba4a684d077d 1.35 MB 2,112 28
653,282 653,282 0000000000000000000d26561e2c89c16cccab30fffa5adae35906011f4979da 1.32 MB 1,912 31
653,281 653,281 0000000000000000000b4fdb4751ed5e636ef943adfd6a293e5bcc6b1c2216bd 1.40 MB 2,246 60
653,280 653,280 0000000000000000000de5b74fd6bdf5f8a43f5bc7bcf1563e0a619c5f8fd145 1.43 MB 1,944 57
653,279 653,279 0000000000000000000284e53fbe178351fe71fa5b56f3232d44654f0d4a3674 1.31 MB 2,694 36
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: 10 outgoing, 90 incoming
  • Data Transfer: 446.32 GB sent, 2.18 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.