Memory Pool Memory Pool Refreshing

3,618 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,315 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (710,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,202 197,202 00000000000004ad9bcd4080b471383d7169ea43e039e1392d2dbea711903474 0.16 MB 459 168
197,201 197,201 00000000000003f8874785cf54a2885aa1d3aa796374697cea25553c4140c7c6 0.05 MB 132 177
197,200 197,200 000000000000030645c114765350289bc11dda3f29b41872dff1f70c8a578fbe 0.02 MB 51 99
197,199 197,199 00000000000005e483f64302c275b6d82fcf97e399f55d1a05ed13dace8b1597 0.09 MB 249 126
197,198 197,198 000000000000052757e8b2dbf50bc64d29b2a4d8e6074d266dbd935cf52a8033 0.18 MB 424 182
197,197 197,197 000000000000063b7cbe6bdd4d59ebebb541824fc0de8455b6e9a05a87ef69ee 0.17 MB 423 263
197,196 197,196 0000000000000390966321f99456cdd0fa28b055c86f5d82034a1dd1afea9188 0.07 MB 183 203
197,195 197,195 000000000000000f1d2860b810461e11865c49583ac910f9fe7227ef47ea18d8 0.36 MB 1,024 46
197,194 197,194 00000000000001c71ff1e7d64195371d469e871a6848cd176902830346f207cf 0.16 MB 351 114
197,193 197,193 00000000000003525d6bb314bea25451d521b9096ad262195977a0a169fc1da1 0.02 MB 60 90
197,192 197,192 000000000000011a95870e88bfebbf364e96b700aa55f46f9228d45c4e299fc0 0.25 MB 606 149
197,191 197,191 00000000000005ea99d28e12a9b039f0adbd05deb899466d53aad4f22e72dabf 0.07 MB 256 119
197,190 197,190 00000000000005a1c23ac41839ac7896365487dd01d7578f4db21cd238444376 0.05 MB 136 132
197,189 197,189 00000000000005e907686306049b68431963002f19dbdff1939cce19fab2e01d 0.06 MB 130 343
197,188 197,188 000000000000021843c7f2e6f97d034365a8783b6b8ea3fb1e1edbe667d32fa7 0.24 MB 618 188
197,187 197,187 00000000000003fe1acd1c44ea2383aca788803cb8d1a425f7c396118458e1c6 0.06 MB 97 70
197,186 197,186 000000000000006c428197986d0ec401b32764a76a267c2f643ed3b22d8dd537 0.20 MB 333 111
197,185 197,185 00000000000006a41c07c4dd6093e702d04b6858dec63a762f5ab9cfed487a86 0.22 MB 477 125
197,184 197,184 00000000000005bb8fe9646ee846be928ff5b196aac625ae6aa0b5c3975e292b 0.05 MB 133 93
197,183 197,183 00000000000002e3f77266bc660e21958ca33d3e8ccd8c45d30a56e1cddc997f 0.25 MB 160 91
197,182 197,182 0000000000000543ab06e130ac658dde0caa62b57259f10a233bf260055c3dac 0.25 MB 800 251
Previous 10 blocks ↓
Total Size: 769.54 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,648.69 GB sent, 95.66 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.