Memory Pool Memory Pool Refreshing

29,664 transactions
31.73 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,727 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,869 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,726 (43,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
832,778 832,778 00000000000000000000c8f6829d6a00e98ecb65e85ba299a1e6b569b707231b 1.64 MB 2,648 32
832,777 832,777 00000000000000000001700a565da1680b54b134ebb9ad6b49fdeca35005d2f0 1.95 MB 2,296 18
832,776 832,776 000000000000000000036fd905a7381c592f357471adbdf1768f69fcbc6a031e 1.47 MB 1,895 32
832,775 832,775 000000000000000000002d4dc50df375927f54e53204efbb8415b051179c8545 1.67 MB 2,441 25
832,774 832,774 00000000000000000001d93f98d84c336b406fc06ce30b7be2b63d62f65bab9c 1.68 MB 2,105 23
832,773 832,773 000000000000000000025defde077c6e6ebd7af5cf809df409238bee19649561 1.80 MB 2,366 28
832,772 832,772 00000000000000000000b39d0df3e812839b9420fd3c00290aa10e6e8f191e65 1.61 MB 2,717 41
832,771 832,771 000000000000000000033c08e6d75c873797b39e9ef522779946d4090b82d382 1.46 MB 2,205 34
832,770 832,770 000000000000000000026db5acca08c95e20b008035caefaaa99503ad74c7114 1.56 MB 2,082 37
832,769 832,769 00000000000000000002a37207984f2b0c724dd1dbc65edd39da0a44719fcf00 1.57 MB 2,640 59
832,768 832,768 000000000000000000032b2bf4762c6b654b0394518abd947fd8363c3cb36f76 1.77 MB 2,700 26
832,767 832,767 0000000000000000000186891d3336d0bd352328a4dac698128d14a9219619f5 1.66 MB 2,430 28
832,766 832,766 00000000000000000000fc37f49e33df8e78b68d1e550d1be91bf5119a4d467e 1.61 MB 2,842 34
832,765 832,765 00000000000000000003334dda6315f4dc72cb488c742a6a81c2301d99f5abbc 1.64 MB 2,818 33
832,764 832,764 0000000000000000000333c8b5760554ed60c66e53d904032dfb83a61be64348 1.66 MB 3,222 39
832,763 832,763 00000000000000000001214ecbc9dd0e25f4e54d982ae68de908ea1444f97774 1.59 MB 2,722 75
832,762 832,762 0000000000000000000032f4b563f0b75c361875d5b25af2c1a4ba7899e1e2b3 1.60 MB 2,883 44
832,761 832,761 00000000000000000001d26d71d768219800535aaf347f28829c2c90b2f6ce24 1.65 MB 2,612 44
832,760 832,760 0000000000000000000279da684117b338ea38a1669da9337ed4032a08f611a6 1.87 MB 1,482 23
832,759 832,759 00000000000000000002bc4045232fa5a81001809c31407f4c216e2e7bf3f9ce 1.81 MB 1,828 21
832,758 832,758 00000000000000000002778164e0766ecdbd0d08a5976d15185b32b9e1a05292 1.70 MB 2,477 21
Previous 10 blocks ↓
Total Size: 711.82 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: 948.77 GB sent, 22.95 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.