Memory Pool Memory Pool Refreshing

351 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 335 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (241,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,193 666,193 0000000000000000000da62c958d85ff79a0dc10c65a15a930b0639e28e1fd03 1.10 MB 1,052 128
666,192 666,192 0000000000000000000c266cdff8b13d9dc35f9b8f179911f546164c16124774 1.33 MB 2,221 134
666,191 666,191 0000000000000000000ad2ac2da65e2ff799408aaa229367723444860769c8b1 1.36 MB 3,084 157
666,190 666,190 000000000000000000064fdb420dccd869fcfcc3a238eaa68d2d82155ca1b7f0 1.31 MB 2,107 78
666,189 666,189 0000000000000000000539525586176f7e140a0ddd8e78d1697b2180f8852f9c 1.28 MB 2,746 100
666,188 666,188 0000000000000000000806a15239fec56cb3e5a72b3c49785e01bd0e0046ec39 1.27 MB 2,842 91
666,187 666,187 0000000000000000000bc453d45fb510f38d296beed9834544ee27f1069ad351 1.54 MB 1,516 128
666,186 666,186 000000000000000000019d2c2c6b6207bfa8209650f74aaa37aeed2f76082439 1.38 MB 3,224 149
666,185 666,185 0000000000000000000cc82b0a9a6e290cd13721a1abf88fdebb37fdc927308e 1.45 MB 2,418 142
666,184 666,184 000000000000000000063427e593cfd990984d6e312e4ce3eac90ec315a4120d 1.18 MB 2,467 70
666,183 666,183 000000000000000000036083ee35977454decd91344b6e8558fe448eb88c075e 1.19 MB 2,926 92
666,182 666,182 00000000000000000005a1d12a00572bc9aab9400a7454d825bc77b269654c96 1.37 MB 2,676 110
666,181 666,181 00000000000000000003277b362b4f96be809013bf87627917cd4b23434106c6 1.23 MB 2,633 104
666,180 666,180 000000000000000000092eccb9ff3f7cdc8089a6cdbc0586e452af1baa3d67ea 1.42 MB 2,597 99
666,179 666,179 0000000000000000000ca3fd4442b5cdf4f6f8f39da1dd9f56398b265103e394 1.40 MB 2,230 134
666,178 666,178 00000000000000000003dacb8d4b39bb557d4d73677ee1047777bc1a8f8bfdc4 0.00 MB 1 0
666,177 666,177 000000000000000000023273bda467d491a58ef6b433842ac883b6b3f8ce2afc 2.05 MB 938 107
666,176 666,176 00000000000000000008cecb07d070d776ccd64ba155f93ab4b927a2e7641dfd 1.26 MB 2,735 119
666,175 666,175 00000000000000000003b42865ebfead9875144f3d7033bc22a5878cf78a0e69 1.27 MB 1,693 125
666,174 666,174 00000000000000000000cf3ffd552470a855b7a3cf928b5c6991c968bc8468fe 1.32 MB 2,239 134
666,173 666,173 00000000000000000004135b275ddcdc1aadf2774be566ddc9fdabfad45ff03e 1.32 MB 3,350 162
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.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.