Memory Pool Memory Pool Refreshing

3,899 transactions (1.13 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,756 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,755 (824,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,297 84,297 00000000002dfaf3e6bd28bb99c688e0352cfc0a02ae0be1cf8c25ce9f9b5a5c 0.00 MB 1 0
84,296 84,296 000000000024f6df6d5bf5c874826592493bed7b09afecd4e9c0d83525dd6cdf 0.00 MB 4 0
84,295 84,295 00000000000074bc4d2b3e9fdb40dfcf6fcfe866a5172db470f5932546396ebc 0.00 MB 1 0
84,294 84,294 0000000000115a5323e4cc6afc94558af6eb33b2b9c6af5d2818b35c1adce30b 0.00 MB 2 0
84,293 84,293 000000000013dfa884f8494114358cb5b5355230eb1ee24d11a5d8dd26e3dd26 0.00 MB 1 0
84,292 84,292 00000000000a1e37bdc9a78bf2d937ecbf1f9015ec72e25715765a3adb432a89 0.00 MB 3 0
84,291 84,291 0000000000213eb40e1bb192045d079fc9aad787903e304df3e1a118e0563369 0.00 MB 1 0
84,290 84,290 00000000000c5418a18efdd84aa89f8888862516266f5402da60a9de2e7debde 0.00 MB 4 0
84,289 84,289 0000000000196a7510127f682a9d5899f0aed596e417d4031f21e50dd28a4194 0.00 MB 1 0
84,288 84,288 00000000001fa1733af33ba271d35b53d49a496c4390d193ac0a13618a61f5f4 0.00 MB 1 0
84,287 84,287 000000000019ae3e75ecc9eb61368cf27840a62e7be0af374a4f21cf541ae2fe 0.00 MB 2 0
84,286 84,286 0000000000061b7eb12b719202fdede0f9fc3757c89dd66e3fa8ba255816eb25 0.00 MB 2 0
84,285 84,285 00000000000a06e250702b40da0e6963b45ce2652483c46746f48430a3fcb04f 0.00 MB 2 0
84,284 84,284 00000000000d93ba21ea9aff1cccb5582597265cff623536d5b2deb2411884be 0.00 MB 2 0
84,283 84,283 00000000000a0367ea8e94a8dcb52efaed64fd340cbd98e5033cb599231eb735 0.00 MB 1 0
84,282 84,282 000000000001ada10fd2939f03f70ef3b3fb377867d1394c0b5d92cd4e861c82 0.00 MB 3 0
84,281 84,281 00000000000cd3f570d5a0d0507052cb50aa9d3f8fcb090e777363eeabd346dc 0.00 MB 2 0
84,280 84,280 00000000000f9642af9a7b9f96cfcfe194a3a129f34bf9d181417c50403fde6a 0.00 MB 1 0
84,279 84,279 0000000000131278d12fa48ff652b1975453dab57bd2643f1f1318fc8998fe12 0.00 MB 5 0
84,278 84,278 000000000016084a7a88732f6182afd29d2792f2b6e100a2d929e7a5aed8f8ee 0.00 MB 5 0
84,277 84,277 00000000000ab33f1926ffd267f732e3d6b2c9d6cf3a510aa191060dc792659c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.27 GB sent, 102.53 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.