Memory Pool Memory Pool Refreshing

73,147 transactions
30.42 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,430 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,501 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,429 (144,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,117 705,117 0000000000000000000226f2e541ad1686cae703eefbc07739648a73106db938 1.06 MB 1,795 11
705,116 705,116 00000000000000000001ad0dcfd76c016d5717ab1755bfba153bb7a429722e41 1.35 MB 2,833 6
705,115 705,115 00000000000000000003695a7c3a5c7eef880a62d4a46dda4b0e17fd3930b0ff 1.54 MB 2,984 6
705,114 705,114 0000000000000000000aba944064f740c454d10d7a45497920d0fa55f1385d85 1.30 MB 1,283 12
705,113 705,113 0000000000000000000dcfe16bc23dc648e39ee84853bdebfeecf645b5e11c19 1.31 MB 1,598 14
705,112 705,112 000000000000000000097f64c3d88cd1e66ee4df4bd9dcb7bf0922d58f3c0d5f 1.29 MB 2,147 15
705,111 705,111 0000000000000000000b9bec275c3cf016f81a9fafb42f7dc6daeb91640c2102 1.47 MB 3,017 22
705,110 705,110 000000000000000000000c66a2e48715436fcb229df6f2a22804813b7eae3e44 0.73 MB 1,149 6
705,109 705,109 0000000000000000000107528696f2b34cc569f9edc4e4c24f26bbe7d8467bd7 1.44 MB 3,109 15
705,108 705,108 00000000000000000000a3b1213b1d205b82e5d63c673fddf2dd6e1ddeb3559a 0.18 MB 239 13
705,107 705,107 0000000000000000000e01a75f033c93c5cebd18c61e72aba3fc86e72514ea44 0.52 MB 1,058 12
705,106 705,106 000000000000000000055e329845ae9eb0672185afd8863841a6c66faf9bba16 0.09 MB 148 8
705,105 705,105 00000000000000000005425695fdb5139f3cc9d944e209bbe50c11d300c549d1 0.17 MB 264 13
705,104 705,104 0000000000000000000495b51d0c33f9e0c312df81f43d07065d16fa7c4b12fd 0.32 MB 598 14
705,103 705,103 00000000000000000004d1a50ba227a2b63387db66add461a959121999f885c3 1.10 MB 1,876 17
705,102 705,102 0000000000000000000048fbdec39d5b7ae9015eba74399de2ffe9d209d79e6a 1.18 MB 1,934 13
705,101 705,101 00000000000000000007dc7bad082eacf3a52fae5c241a5ae84bc53700300066 0.58 MB 1,008 5
705,100 705,100 00000000000000000003a84715c6a0263e356a425bb1cac54e6934f915fb7dbf 1.46 MB 2,077 13
705,099 705,099 00000000000000000007c98bab45eb883be7d0631dd284f3e3048d40f25e6979 1.31 MB 2,093 10
705,098 705,098 00000000000000000002e42982785b2d0b6a904866adcb4add90658a797f2085 1.59 MB 2,822 6
705,097 705,097 00000000000000000001cb320fb0f6eba8e20e609829165f62a5c0bf6ca8f607 1.41 MB 2,782 7
Previous 10 blocks ↓
Total Size: 660.42 GB

Node Information

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