Memory Pool Memory Pool Refreshing

68,385 transactions
36.11 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,754 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,676 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,753 (573,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,861 275,861 00000000000000021b8656baf94865d2ee3a5dc11e49d601386ba6b651db7d8c 0.25 MB 699 103
275,860 275,860 00000000000000041b06322cdef16039044191c100f90374340ca454d38c4602 0.22 MB 591 57
275,859 275,859 00000000000000009e38a12a3730d405f44e35fe9279c05ca33137c03bef417c 0.02 MB 77 46
275,858 275,858 0000000000000004718862688ce9e422b4563f54f7dc9040e33329c378dc71a2 0.26 MB 650 58
275,857 275,857 0000000000000003b6c4695ed608bab6c4e2bc89e14d306cf30ff6fc703f2eec 0.15 MB 261 67
275,856 275,856 00000000000000003762fe6b02afb26bd7fbe16ab26a4183d929dcb7f7474551 0.25 MB 621 56
275,855 275,855 00000000000000042fc3d0d800d41d482e86d43c734d7466be01e821806fc7f1 0.37 MB 899 57
275,854 275,854 000000000000000082674dce4fd00c17fdc7155ee7976b287c65493c95489408 0.04 MB 87 24
275,853 275,853 0000000000000003ae655bbb9c834af97c36faa1a9f55e99cc21d7c3d5397647 0.29 MB 316 28
275,852 275,852 0000000000000001688d41c905ba1f23c9bb3024924114d1d51febd12c7f73bb 0.25 MB 245 15
275,851 275,851 000000000000000091ff037be717365c51541b07f1c3c9db4f420015a5c2e5ca 0.25 MB 562 29
275,850 275,850 000000000000000172338aabac1619564eb0deeb9b57e8ca03c4659666797da5 0.25 MB 754 97
275,849 275,849 000000000000000015893743cac4ad3e0cab637dabd051d9370032a0cc85d80a 0.25 MB 735 80
275,848 275,848 0000000000000000df141a5f0b3062f680c2357ab3bbbb6261b85b3e8d93084d 0.50 MB 1,118 43
275,847 275,847 00000000000000021f2e8a04181215d5189b06dd43c86ccc92852dcdc9a5f8c9 0.00 MB 1 0
275,846 275,846 0000000000000002aec2f0421537985bb7d2c70852fa156c97cbc5bd82945db2 0.25 MB 849 92
275,845 275,845 0000000000000001024d0e539be3b31fed97f4dc40816beac1733dab0689f088 0.02 MB 43 67
275,844 275,844 0000000000000003b728194aec1308897b909054938bb3a7d92ba951bdb21878 0.06 MB 159 52
275,843 275,843 0000000000000002c6f1eaaa872e1ba6ba8b019b998693f5a3d90aa3e808d70d 0.02 MB 68 27
275,842 275,842 0000000000000002ffb9fe620bbb1204e7cea054802573b2d8d761a1744d3af7 0.27 MB 721 61
275,841 275,841 00000000000000013cba78673ad6961fb96839f3783fb0583655fac030b0fd10 0.03 MB 58 75
Previous 10 blocks ↓
Total Size: 661.04 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: 702.40 GB sent, 4.30 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.