Memory Pool Memory Pool Refreshing

73,332 transactions
32.53 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,457 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,666 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,456 (486,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
363,283 363,283 00000000000000000617bebaf25117f9a78367fb43eb2f052f1e2c64b28182f4 0.75 MB 889 15
363,282 363,282 0000000000000000157d100749ac4873a7101c2a9b57b383481a3ea7e9596804 0.75 MB 842 6
363,281 363,281 00000000000000001326c91fb7598947f6b1864ac16db6fe788b2032ef824b55 0.75 MB 1,566 8
363,280 363,280 000000000000000013fb2d4f25bf46c63057ff6f5f6f2238825dfd4ca90663e1 0.75 MB 1,557 29
363,279 363,279 00000000000000000acf81a9d234efbccf0ac40c59327213a344adbc069b4e08 0.93 MB 1,501 21
363,278 363,278 000000000000000013783aa8dd8d271644185c114b695c7e5d1aa2eaaafceb2e 0.75 MB 1,363 24
363,277 363,277 0000000000000000160fe31e4a836d4397a16fb4e8e402516cc6959dc140404c 0.75 MB 533 16
363,276 363,276 00000000000000000de0feb8c0eba5a157b35f937bbeb6feea1bd533ff28af54 0.75 MB 152 11
363,275 363,275 00000000000000000d0de7bdc70deab25b80a921fcb035589a858e5946d0cccf 1.00 MB 638 3
363,274 363,274 0000000000000000104be7a6dccb83dc510b0f2756500eefa3d93b2cb8a6b5bb 0.92 MB 1,250 26
363,273 363,273 000000000000000010aa34bc8c751a672fefff6b877919adea9890e424a36d51 0.75 MB 294 13
363,272 363,272 0000000000000000162912eee7a908b1e978734c174abef14a7b8d48a9aeace7 1.00 MB 1,072 12
363,271 363,271 00000000000000000c5f016820389a3028cc9c0e756e1e862b2c43948453ba5c 0.92 MB 965 21
363,270 363,270 000000000000000010ef3011e77078522451782c639ea5e22492e086ca9089c3 1.00 MB 4,509 1
363,269 363,269 00000000000000000e828c0bb9ccc3f51d2d19b7bce0cde9e70eb13447745098 0.08 MB 95 20
363,268 363,268 0000000000000000060313f30609e6b1af2aff39a2afc0e44471594ff438ace1 0.93 MB 274 12
363,267 363,267 000000000000000000f81fc66bcd730f0445a900ce41c002a2e81d089d48bfa3 0.75 MB 802 21
363,266 363,266 0000000000000000088390da860e3624e9c6f3162dcce3f2f166bb371e018de7 0.00 MB 1 0
363,265 363,265 0000000000000000154126c94be0d8eb9e6865d6e2d0db722f81678d7ff4e3b2 0.75 MB 406 15
363,264 363,264 00000000000000000653c8b3b619c32306c11610bb07379f1d3ba02573058b57 0.75 MB 1,254 22
363,263 363,263 00000000000000001437607ffa24583aa964f84579254570d6b25b4fe65d658f 0.75 MB 1,543 33
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

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