Memory Pool Memory Pool Refreshing

5,999 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (251,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,139 656,139 00000000000000000000d703534fd8e709f6f9bd2c3972d7a568a7ceb2e19bda 1.32 MB 2,385 102
656,138 656,138 0000000000000000000df0ac875c7428b4892d6db7b2686188301647b6e2755f 1.74 MB 1,046 26
656,137 656,137 0000000000000000000696b803c8f1852a2bce22418cde145334a06af5a577fc 1.11 MB 2,151 17
656,136 656,136 0000000000000000000c8a0fece7edf41924d4a6288d0671dd943aeb85408470 1.44 MB 2,208 26
656,135 656,135 0000000000000000000922462f9ed0aa882214a943b8bd04db7fa24975a49cf2 1.20 MB 2,551 183
656,134 656,134 0000000000000000000d82aa232973a515d214b5a86d8ca26ba82607260fe1ba 1.25 MB 2,829 173
656,133 656,133 0000000000000000000419a979028d4ffa57763b7502c536be5613f4257635fb 1.38 MB 2,431 105
656,132 656,132 00000000000000000010b98ae4cc7a1151d42ac9e44f1ebcdc04079649798cb2 1.77 MB 1,226 102
656,131 656,131 0000000000000000000304762b3c643383485c914e4ab70d99d087ff20379145 1.73 MB 242 8
656,130 656,130 00000000000000000002b2a544277924dfbe930d0eb1bb1620825f1e3edd16de 1.48 MB 1,471 55
656,129 656,129 0000000000000000000439c2e80fdc73adaf15e98d7be2d07819dc03d9b633fa 1.65 MB 577 17
656,128 656,128 0000000000000000000ce58056b81a5feef923f6205d656ac7d9ef90beba7baa 1.26 MB 2,440 12
656,127 656,127 000000000000000000079de9d5ffe61a32883f98be2f0b9fee22068d6ebb757a 1.30 MB 2,408 155
656,126 656,126 0000000000000000000acf6347f9254a8ec85ab1f93633c1ea68176a4d540f36 1.07 MB 593 230
656,125 656,125 000000000000000000038466d2001f9df4fc8feb8feb59089dc7615766007270 1.42 MB 817 37
656,124 656,124 00000000000000000008e53bbf2dcf7808c65bb00a2d72709a39b37abc7de6ca 1.28 MB 2,513 70
656,123 656,123 0000000000000000000b3d03b5fd76c8cc322d6f90eb902ff0c55261fbf8abd1 1.21 MB 1,813 19
656,122 656,122 00000000000000000010acd741a966a2dffa23a5a107e4353e80daad291ba377 1.77 MB 1,618 135
656,121 656,121 000000000000000000031e71081864ad2ac719959d8e971c75f30eaeccf1542c 1.20 MB 1,742 22
656,120 656,120 000000000000000000103d8017bec5499d081098e3cdd418f365bd2977629fad 1.07 MB 2,031 9
656,119 656,119 0000000000000000000cf2cabcb9fbdfa6957ce779ac3615796bc4548cfe9da7 1.51 MB 1,900 87
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.