Memory Pool Memory Pool Refreshing

67,328 transactions
36.15 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,188 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,104 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,187 (143,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,322 706,322 0000000000000000000bbc6b97d5b07d1ad0446abc3efbab15a58575533c0b4c 1.42 MB 989 6
706,321 706,321 0000000000000000000bbf7f8e00f5d0e9ffed252073e878a8cc5fc9d2b55d97 1.50 MB 3,320 14
706,320 706,320 00000000000000000000698afb3a96deac70e5cd0e711bb4c29c2f11f93a8ad9 1.41 MB 3,018 7
706,319 706,319 0000000000000000000af8474818cb1e2fe9c9aede2fac1e6ad2636748176626 1.41 MB 2,569 22
706,318 706,318 0000000000000000000dfa33dcd7c15a827d4b62d6b9e9497cf6eaa18c2f2ecc 1.50 MB 2,805 9
706,317 706,317 0000000000000000000c9ff18f70b22c7c5df3f9c4c0d00b07fddb8bd18e7205 1.42 MB 3,254 17
706,316 706,316 0000000000000000000a266dadc2836812ddcd6cadbfcf2bad7afd63d6925b6c 1.38 MB 2,282 10
706,315 706,315 0000000000000000000548074eff84387c345e717a90b5d3fe8f521f572b1b65 1.27 MB 1,560 6
706,314 706,314 0000000000000000000c5f7da7c754ee68ef4ac28e7230da9194da0133cb8088 0.68 MB 1,355 11
706,313 706,313 0000000000000000000d036890996e04cdb5f206923825e79b72a351ee9e09f1 0.85 MB 1,362 9
706,312 706,312 0000000000000000000aecfed9dbe864f2e2e4d86171a31d13e7a443456de7d7 0.30 MB 568 18
706,311 706,311 00000000000000000008ba2440d9d4cf10df69951377d4e6bf5a6ad431b0fb63 0.21 MB 307 15
706,310 706,310 00000000000000000002a1228808181bb7595a02ab28b4c1d7fec722423ca108 0.04 MB 118 15
706,309 706,309 00000000000000000004ced90072f2930f9136fff05c18fdbbcec2cbc63d2c80 1.33 MB 2,217 3
706,308 706,308 000000000000000000086bdb75e0d22a9401a83aabfa48b6d9b94310263e2a0e 1.43 MB 3,051 18
706,307 706,307 0000000000000000000555e70590bf576e610f513cd6d81fb1154512d1bf7a32 0.10 MB 197 9
706,306 706,306 00000000000000000006afd4212660a6fcc3085524abc3521613517eb94d0adf 0.19 MB 415 19
706,305 706,305 0000000000000000000024e8a5be66a853f13f486cff71d972802416234befff 0.82 MB 559 4
706,304 706,304 00000000000000000003fae0ff04635bf099e0b7fc950657d731a2087203cb69 1.51 MB 3,302 13
706,303 706,303 0000000000000000000218d96740773b8c1816e2490dd53aff0eb3aec4ffa6cf 1.08 MB 2,007 12
706,302 706,302 0000000000000000000cd3896ff6f47c898820f3a14cf1515cf65992694ffdb3 0.65 MB 1,156 10
Previous 10 blocks ↓
Total Size: 661.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 109 incoming
  • Data Transfer: 1,159.67 GB sent, 8.15 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.