Memory Pool Memory Pool Refreshing

7,466 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,769 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (715,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,432 192,432 000000000000061752dfd100a04ae2c645a3e27f8637bc4b42df6315f468e6a1 0.21 MB 506 259
192,431 192,431 0000000000000725079de1d145965c0c8f9fbeeb9a132497e76493797268c91a 0.01 MB 32 0
192,430 192,430 00000000000007f64490188bebd073b9f84b9d42dc2424b20af085e6f6605872 0.01 MB 32 6
192,429 192,429 00000000000005ab1a33b1c171d9e21676363a4e4ede9c67eceb224b2be1143e 0.06 MB 137 263
192,428 192,428 00000000000001a0b5ba8f59059579671474fa526ddb507684a0a22accb87168 0.16 MB 354 151
192,427 192,427 000000000000052fe87aa998477e1a569e662418c5f2c61ca53a1ebd0856cc62 0.01 MB 20 205
192,426 192,426 000000000000044053729c24094948bed8ce08e22786b3c4ceffa4e0042b4b9f 0.00 MB 16 64
192,425 192,425 00000000000003215c5d14a68b01b979dad6871425b8ae300eb64bef65d2fbd0 0.04 MB 97 67
192,424 192,424 000000000000004073d5cdafdd88128000d7c0e99d1340cc4b874fe99fa8b3fe 0.11 MB 257 149
192,423 192,423 00000000000006f992b3dda530292c49e0f53ba69cfc8281c9a635089bfd51bb 0.21 MB 527 292
192,422 192,422 000000000000074372c4485337e0cff7392a072ba99f596914f2afd2b57627b8 0.00 MB 11 14
192,421 192,421 00000000000001d7db8916dc14b8a6e76166746f8edb9e25bcf3715f4c8e7f8e 0.04 MB 111 124
192,420 192,420 000000000000052ec0c9f98a7083cc0de77caa2fba8a8c93382f4aeb44151c00 0.08 MB 206 156
192,419 192,419 00000000000005d994f172dd5fc354c50cd6f611d3366c7160d027b4539d233f 0.10 MB 273 138
192,418 192,418 00000000000002940025a3023da936c0dae36382011da42e25dba25e6a6e2595 0.00 MB 13 14
192,417 192,417 0000000000000678a8d80e34b4fe8d51a8f810d73b2678a646d9e747bac40f45 0.02 MB 70 99
192,416 192,416 00000000000001955f1d2b2b5922977991a385105d959eb92ce580bb7d9f52ab 0.09 MB 272 157
192,415 192,415 00000000000000d0cc5aaaf724ab88394563eb44811d7dd9985fba6c1d6bdf90 0.02 MB 59 131
192,414 192,414 00000000000002a8e48b8b89649c5cff593e4216fe98ef6471b56cfe653f8d02 0.03 MB 63 104
192,413 192,413 000000000000022b581480cdb5338984908d06d4df95cc5c7c9654af9cb31866 0.02 MB 89 0
192,412 192,412 00000000000005c79e9c04273e109445591b7fa66a96d3a4a535f2fd567ed9a9 0.04 MB 98 110
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.