Memory Pool Memory Pool Refreshing

76,685 transactions
32.28 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,477 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,577 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,476 (494,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
355,284 355,284 000000000000000014dd1fef15c83c7667ac8eebeda563a98694083ff6f6c782 0.09 MB 194 30
355,283 355,283 000000000000000009f7704c1459e2452cdc8cb975e4cf94a0f249ed48ecd1a0 0.17 MB 289 21
355,282 355,282 00000000000000000421d7043dd4be19cc4351e34fe9aeef413ebc2ffd3ac136 0.10 MB 125 16
355,281 355,281 00000000000000001157dbd111bfdeb3a7c0ba4d65ae7ad96e2a398fc1444f69 0.42 MB 753 26
355,280 355,280 0000000000000000054b3f57e13426bb4b11929c71a2d299cee8d666a99a689a 0.06 MB 129 24
355,279 355,279 0000000000000000158bf4ab8485b6edfd567318a9fcffca9da3f64442954f8b 0.68 MB 1,219 26
355,278 355,278 00000000000000000a6fa9b6956257088077450e3abd09fb3199fb072f677e56 0.14 MB 233 23
355,277 355,277 00000000000000000daa9a39c37f30853e3eae02ab4b3e5605fb49d5b7709d57 0.75 MB 1,396 27
355,276 355,276 00000000000000000212140b130a572f2cd954396e8a34685359a00863a7fcb5 0.42 MB 766 27
355,275 355,275 00000000000000000c41068f20f525d9a07fe7ef3f07e65d5aab5ed81f328007 0.20 MB 380 29
355,274 355,274 0000000000000000087b412dd25820336a0f58e0f60bfdd233802434003b238e 0.07 MB 141 31
355,273 355,273 000000000000000013de87263981dde4baffe966d4d00b0df8524188cf80d870 0.10 MB 100 6
355,272 355,272 000000000000000006e459685f690c9aaca9bb1e61062851d082ac705b3ddec5 0.29 MB 496 29
355,271 355,271 00000000000000000777f9fc73441e20ff4773a5aad45f50a5d5eda873fbb507 0.36 MB 659 25
355,270 355,270 00000000000000000dca09e9fcadf31156999a7dc856dd45c005eb8e5752caa3 0.48 MB 500 15
355,269 355,269 000000000000000009d25c75815d6f6e0c8fa3168bb184ddc1a488aedd028490 0.75 MB 1,641 33
355,268 355,268 0000000000000000013cf1e1b0af2a965ce0f8dbadc2e4a7817a39a6fa6500ae 0.45 MB 799 23
355,267 355,267 00000000000000000cb292bfd94d42120e62199c65c865d1aa89abb57c27a621 0.52 MB 785 26
355,266 355,266 000000000000000003fb9dfe497d13db4d96a17882cc41654b5e89d99c7ddccd 0.00 MB 1 0
355,265 355,265 000000000000000013856456cdb463b7dcd32774140ecdb5decdec5293d021db 0.75 MB 1,452 26
355,264 355,264 00000000000000000f866fac45fb6699c385c07ce2fed4c82590cb73a1880e3c 0.18 MB 302 24
Previous 10 blocks ↓
Total Size: 660.51 GB

Node Information

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