Memory Pool Memory Pool Refreshing

79,246 transactions
36.65 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,656 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,662 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,655 (290,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,674 558,674 00000000000000000009c5af3c4b65d6b54e2d793fac2d1dbd1a3103ee6458e6 1.28 MB 2,965 19
558,673 558,673 0000000000000000000c78413b476673b3116a3aa669a02673ce86488ac405e7 1.31 MB 2,872 20
558,672 558,672 00000000000000000016a1f55245ec943b75a4eb6732c35ff9ca60c4b094c0d7 1.30 MB 3,149 31
558,671 558,671 0000000000000000002b293156af6e19671843009e7fd0e31c2a60038a8b0ce2 1.36 MB 2,836 29
558,670 558,670 0000000000000000002e7d2c21c3cd3ee3ed96c5df483b0b2d1c63151114255d 1.32 MB 2,247 23
558,669 558,669 00000000000000000003aed76015ae81c2a4f3f7d4a205653278be4ba104c46f 1.39 MB 3,212 19
558,668 558,668 000000000000000000167d2931597e4c0adc8befa35c5337875b1050914b1368 1.21 MB 2,964 40
558,667 558,667 0000000000000000002781c7f9353c0bcb490692af33acc02ed78f233478fa09 1.28 MB 2,801 30
558,666 558,666 00000000000000000018e5f0e38425ec2cab2119acfa8781def18b1400263cdf 1.19 MB 2,379 15
558,665 558,665 0000000000000000002660a5121d3b6dac42cd55ddd5a96ca1374d80d7966024 1.15 MB 2,854 14
558,664 558,664 00000000000000000010640e91e8491f08c31a8cd0a135a822460caab8bd3b00 1.19 MB 2,532 12
558,663 558,663 0000000000000000002c85c3c0062ffd7eb645d7216f5a671460c72b25129922 1.25 MB 2,713 13
558,662 558,662 0000000000000000002126f72871574af98e9e56aab6d6bbafe24fb7a98839aa 1.36 MB 3,329 29
558,661 558,661 00000000000000000020c142a8f9765d92ec2331168ef8fcab1644749e2a14a2 1.18 MB 2,661 45
558,660 558,660 0000000000000000001b074532566129152ee7b04b0658711a47c6480ee5882d 1.27 MB 3,169 44
558,659 558,659 0000000000000000001d6261fceb1ab49c369489afbe74f0d1128e8ec4de0b8c 1.10 MB 1,913 6
558,658 558,658 00000000000000000028800b5dce061fe1f01b6b197d07cc371ec311a5a9c83e 1.14 MB 2,341 8
558,657 558,657 00000000000000000021e1ed1805d683dbd8ebe7475418ba16fd6dcaa2bb325e 1.25 MB 2,567 29
558,656 558,656 0000000000000000000f6f12bbb02493cdcce9a8ffb8c9a42aabf569b4f23c19 1.20 MB 2,620 14
558,655 558,655 000000000000000000224d803e2c66ac8183e9e3d4fb44e45b5cc1c74b25df2e 0.00 MB 1 0
558,654 558,654 00000000000000000000faed14e875189747053f6c3de1be4727214306bc060f 1.52 MB 2,222 28
Previous 10 blocks ↓
Total Size: 660.86 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: 586.04 GB sent, 3.44 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.