Memory Pool Memory Pool Refreshing

61,297 transactions
27.75 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,401 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (143,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,302 706,302 0000000000000000000cd3896ff6f47c898820f3a14cf1515cf65992694ffdb3 0.65 MB 1,156 10
706,301 706,301 00000000000000000002f737faceb9188c605af0410b0552df4b4effed86e718 0.30 MB 676 11
706,300 706,300 00000000000000000003528ef7e65afbaed50824bb070af71f11a35b77d0fac6 0.16 MB 294 8
706,299 706,299 0000000000000000000a5a7522a63ce66be0a77189672a71fcfb275c153a2f66 0.10 MB 201 9
706,298 706,298 000000000000000000079e7004c92aba65f43092c277c49e1a14172580fc48f5 0.98 MB 858 6
706,297 706,297 0000000000000000000768e57b00cc47874bd7d3dfacf78b258b906bf0e9c7d2 0.82 MB 1,000 6
706,296 706,296 00000000000000000000dd495cce129f8ceba16725e7f21c5b1d1bd1e7c21fed 1.13 MB 788 13
706,295 706,295 000000000000000000042fcbb368a4be06ba6273d68d141d769d7997fff7d696 0.33 MB 639 11
706,294 706,294 0000000000000000000d2efab4dfd21f61887897579d60f1a78204fcc028acdc 1.27 MB 1,451 3
706,293 706,293 00000000000000000008d70b893b343e1e38492a5e01ba386855c46e2846fe89 1.56 MB 2,818 16
706,292 706,292 0000000000000000000191c654ffe85056410e7fd9ebb46fd6a6e4bbc9d12976 0.63 MB 717 10
706,291 706,291 000000000000000000053d43a2e7068fc1ce080ba08aaec6d10ce955626a2aea 1.49 MB 2,075 10
706,290 706,290 00000000000000000001caae21d096b4882224a51627e31cdf981fd30b57e77b 0.60 MB 809 8
706,289 706,289 0000000000000000000304b32198f02ef26ee808df54b33ad63504f646269cea 1.31 MB 1,768 10
706,288 706,288 0000000000000000000b58a663554cc0f690b77a6049e8b9827da9f0318ba2d0 0.79 MB 428 2
706,287 706,287 000000000000000000067656f1ecc90412d1887801a324eec3dbebcf07182a6b 1.59 MB 2,571 13
706,286 706,286 0000000000000000000af59f9c7ed8dc15b2c8414bb9e2ab64a65980c6769f16 1.52 MB 2,601 18
706,285 706,285 00000000000000000008bfbdf198454b3eea388b68eb83e0519ac4661a97a190 1.49 MB 3,014 3
706,284 706,284 00000000000000000006455927c3186771f8898548ae61b36076bc33eca452ae 1.33 MB 1,696 15
706,283 706,283 000000000000000000048f4a68b38e4f26dacafe7736446936e007013cb624e0 1.24 MB 1,893 19
706,282 706,282 00000000000000000007666232d66e338287bd2fec672fe2ed78e9ba326d828c 0.64 MB 1,019 9
Previous 10 blocks ↓
Total Size: 661.02 GB

Node Information

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