Memory Pool Memory Pool Refreshing

3,976 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,202 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (799,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,251 108,251 0000000000021e36c19d31d83c2f55b2e729721d23bcc1bd95dcad6ace480685 0.00 MB 12 0
108,250 108,250 0000000000005152938204af702cdade8d79439496cc2949a9504e699ea5b8dc 0.00 MB 13 0
108,249 108,249 00000000000020f4322d6d803855666c9b9ff7888947751afcd78e04f65f2361 0.00 MB 4 0
108,248 108,248 000000000000bfd2bc720a16bc319b1def5176a93df7c4c36f8c52d90ae03eec 0.00 MB 11 0
108,247 108,247 0000000000000737007adfbf4569e35344a7f346c4fd08e638ae4aa68ee9c09b 0.00 MB 12 0
108,246 108,246 000000000001081736e431ecda9d7ac58275eb05e14ccd86ec2e6d7abd7ab1c4 0.00 MB 11 0
108,245 108,245 000000000001693838e9e380d18f912b1d85f7c9655f82d2ec2b26f039e04db2 0.00 MB 8 333
108,244 108,244 000000000000b5436d0b096e7361dd25cd70c08ba92f02cc7a8d3cc54391105f 0.01 MB 29 0
108,243 108,243 000000000002209e08bf6a5e2e6e001a4d28bb7d544c6305cfe89a85cb85fc25 0.00 MB 10 0
108,242 108,242 00000000000137b0c97d9ddb96707ac9dad51e0cea4a0ace3018112cf6429dde 0.00 MB 4 0
108,241 108,241 00000000000065c548c6fa488a9ef9c522f809c14fea854056e7b873af59fae2 0.00 MB 13 0
108,240 108,240 000000000001a0c6d24a0f55d47f7d9e9b2ce57cfd453bd57a1fc54f48063670 0.00 MB 12 0
108,239 108,239 0000000000005bbccb2a0ea88db381a85b73e261b0acfdccac8175ebc2c14ed2 0.00 MB 12 0
108,238 108,238 000000000001b26df71f90d3e4f9bae273b605746bb34df0ef2c8910a38326e7 0.00 MB 5 0
108,237 108,237 0000000000015e25044d7b73e72b3fa6995e9b8d1b2b14170be13047d8b78580 0.00 MB 12 0
108,236 108,236 000000000001005e50c08f0384242ef63454c064b7e315122b417c52856b6186 0.00 MB 9 0
108,235 108,235 000000000000f8649385e5e66687bb31896b8d680fe14cfc0bf8876415af0672 0.00 MB 3 0
108,234 108,234 00000000000013a510c33162470ff70766efbeea56b103872d5c8f58f173c351 0.00 MB 6 0
108,233 108,233 00000000000124a2b5ebc2bc448e20447e6cd2eb5540e0e5a5e62ed57d9418c9 0.00 MB 11 0
108,232 108,232 0000000000011480f0996bc6b59ca6f5d231b7891d54965b3a93d637885be682 0.01 MB 36 0
108,231 108,231 000000000001726af4badc59fac944016a01b372dab02131b86d911ef16f110f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.