Memory Pool Memory Pool Refreshing

81,253 transactions
28.32 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,069 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (104,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
745,313 745,313 0000000000000000000653904243a14345cfa50a525b8eed6307a3fac70da26d 0.26 MB 512 17
745,312 745,312 000000000000000000045a5d1bc8e869c42436f66772950c359e7487c1bdc1bb 1.19 MB 1,520 14
745,311 745,311 00000000000000000009963c139bc4f2eced5786a1c6d23e48b3b5366f7503b4 0.77 MB 1,156 13
745,310 745,310 00000000000000000007832f7046ebc8a2896f3963de593bee42c4a8b8e33442 0.73 MB 1,099 16
745,309 745,309 00000000000000000005fe5455997ba25a58e63bea1c3f0e7bf175f679fbbe41 0.02 MB 50 21
745,308 745,308 00000000000000000003d324302844b992f9f0e0e20f9ef0d0b548c4a88f8a7f 0.36 MB 686 18
745,307 745,307 000000000000000000011a157c4f724f7efa6bfad3ace629c1f31d6fe15e1666 1.92 MB 380 3
745,306 745,306 00000000000000000001d4e14d0adc40aaf0be2ea0ac1fd104be194cd276c95a 2.05 MB 433 2
745,305 745,305 000000000000000000052c030a4c48b60c0f3334afa2c10ac1c091a7a6f8430e 1.37 MB 2,207 17
745,304 745,304 000000000000000000066be38e22d29857bf1087530a3c5444c479cb67f26ebd 0.51 MB 508 11
745,303 745,303 00000000000000000008c53d49b0a08a9fff14e44abbb9ee39a83e4de0181576 1.05 MB 1,749 15
745,302 745,302 00000000000000000002f9c0eb8f5474992e181ff468c18732002153b2a898f5 0.77 MB 1,293 16
745,301 745,301 0000000000000000000168fa5fb6fbe78e911c9243ae79d6c33b31bc77d30432 1.32 MB 2,417 17
745,300 745,300 0000000000000000000134db550bc15aa4cff07a0622dc3068d1c5e94f3eb180 0.98 MB 1,589 15
745,299 745,299 000000000000000000038b766ff38c5608953c56ca8bd49df22cf5a89cf6cc91 0.28 MB 529 19
745,298 745,298 00000000000000000002bbed494bd1dbe2cbd2cb4f79af8d66b42e8b34ce1b70 0.51 MB 903 19
745,297 745,297 000000000000000000045b9523f357224c8ccacdc2aa41a647dad081f842d687 1.18 MB 2,171 17
745,296 745,296 0000000000000000000063a7b5f28a334c46e1a1aabe6f4f7d2999ad1648a92f 0.00 MB 5 27
745,295 745,295 00000000000000000004ba6834c85ed8e5ed52d9733950a8eec4b53c0405481e 1.17 MB 1,095 10
745,294 745,294 00000000000000000006f42d6029188d07415e2fcd9c585ea07483ed22ae2f9c 1.27 MB 1,253 20
745,293 745,293 000000000000000000023f443b501ccf554b2bd4f079d809480d70b369f06304 0.85 MB 1,072 19
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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