Memory Pool Memory Pool Refreshing

362 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (878,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,306 30,306 000000005950f33cfc762b946e2e8211ebadfcc45d11c4236db6792722537e9e 0.00 MB 1 0
30,305 30,305 00000000ca517643c63e66c61467377c8ce1a952a1f4fb83b51122d4aba34fd0 0.00 MB 1 0
30,304 30,304 00000000c441cad8fa7080fee83024c40701fc9b3003df69336c17bf0c1c2e9b 0.00 MB 1 0
30,303 30,303 0000000057768fde331a2366157876d781e5f271402e48b6771abddfd554ae02 0.00 MB 1 0
30,302 30,302 000000009eee29b6f8924c846d1b591f7af656fe7f2dfc439da8b0abda1809ee 0.00 MB 1 0
30,301 30,301 00000000a357b61f2bcb2af053869728c217ab45bca9c324a3495571078f9dd4 0.00 MB 1 0
30,300 30,300 0000000032a9314493c25270d43f67438ba25f10957c0040e7a4cc51ae6c34a9 0.00 MB 1 0
30,299 30,299 00000000740198bd2e92c10f334fa4671b65df6272cdee77dda5a8eb436e379d 0.00 MB 1 0
30,298 30,298 00000000bb278da064b5d5fb93102f708638b620be8bcd47d06d52178d39a1fb 0.00 MB 1 0
30,297 30,297 00000000ba6b612e606da694c2e12c911dc09ca21969c033c21e3aa4a228614e 0.00 MB 1 0
30,296 30,296 00000000f89bf4dc24a54b11b9dd78b095eb67d1c6eeaac381aa4954e452c4c1 0.00 MB 1 0
30,295 30,295 0000000058389f1529ff933d088ca0a7d7610d8f8e98c491e8893191b73a8ffc 0.00 MB 1 0
30,294 30,294 000000001f9c3cfd8bfd0c210cc52558b499424d74a5b22ab763aed57a02717c 0.00 MB 1 0
30,293 30,293 00000000cfc4bbf4bea1262f175342e9b057552e21503ae77908668a8ef7fcf5 0.00 MB 1 0
30,292 30,292 00000000b703d1fa9044fc302fe9c01a7a0c1c3366e850c2b071bac08428384d 0.00 MB 1 0
30,291 30,291 0000000057d1b2426bdff3bf6d168dd101a97d0a3b103622a2a58331a2bd043f 0.00 MB 1 0
30,290 30,290 0000000032eee95d58c3bf07c7db31b43b4c5ec082bc26c4f9382fa52aea3dca 0.00 MB 1 0
30,289 30,289 00000000a45c3f7746e9396dce1926656bd2279ac9cfde6cb3de53dc281a079b 0.00 MB 1 0
30,288 30,288 00000000840137e848f8673479f399f421b3f5e1f20352b66e0af194a1f99730 0.00 MB 1 0
30,287 30,287 00000000a3431b53bd7e976856520767dbbf6edb23e4f65cbad06775b4b57f7c 0.00 MB 1 0
30,286 30,286 0000000039e6ffc7f3df7a503b23d0da3e6ec956c17a8c297bcdfdfc4120f64a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.