Memory Pool Memory Pool Refreshing

9,160 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (667,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,688 240,688 000000000000002a2e12a5ed14b8197dc2645cf56f94e71a29159d2ee300a2ff 0.08 MB 192 167
240,687 240,687 00000000000001069f09230602c3edf01d1b2f44ef967cc3e85316f38d114ba7 0.09 MB 210 179
240,686 240,686 0000000000000038bae50c86456317b6aec108142c41e17edfadf6c860b1d6cf 0.06 MB 128 108
240,685 240,685 00000000000000ff7f37817452d64cfb3229b340dafd2599137f96d76f01b141 0.09 MB 165 237
240,684 240,684 00000000000000f4d00b9160024498f49efc7abd46728c60e5b8c225c14d4a73 0.00 MB 3 2
240,683 240,683 00000000000000fe24571d118fc905451440605db115865156fc56fe0a239053 0.09 MB 219 156
240,682 240,682 000000000000010eabc35ccd5485e3cee1d46931e05ad840eabc90bf141b43a1 0.13 MB 306 156
240,681 240,681 0000000000000042b4d9ebc3c75aba61ef828542bd79067fad88ff04419f1525 0.02 MB 44 164
240,680 240,680 000000000000010ff4d08214969ed1ab7f8b6169a4e4885455fa6f4a082d1fe3 0.04 MB 90 124
240,679 240,679 00000000000000cc38e9ce17a027732fe722383ec977b2de564d7f99762f97c5 0.13 MB 117 70
240,678 240,678 000000000000001174643a57dc236d5e181bf7696ac299365a20a3ddd346be2a 0.19 MB 297 174
240,677 240,677 000000000000009b14c16ea0d67eda77564adca4de0ac3e84b1efbd8cfb5adce 0.09 MB 194 160
240,676 240,676 0000000000000004bc4be449a7de0c01cb29a9d661045a19393dea2cefc2e26b 0.01 MB 35 144
240,675 240,675 000000000000008d349fcd3d56000343f9a27f87b2a62d6c307812d413115a44 0.12 MB 235 168
240,674 240,674 0000000000000059a4965fd7950b9512e5b130c959286a4be19fd05baf7f6329 0.12 MB 258 145
240,673 240,673 000000000000008455dc87ec0b51452a5a8f7c95a758c8e114bfa0c2895a7a91 0.22 MB 493 163
240,672 240,672 000000000000006f6c2fd452c99c08b1b39ef05bf7a51f759c15bb703daaaaff 0.10 MB 223 177
240,671 240,671 0000000000000007be36db8730428ffdd6c31f4b2cf8f9acf0fcaee0fd2c8acd 0.10 MB 259 182
240,670 240,670 00000000000000e8178a308a0ff1b730bc8c60dc4f8cfa63b420dca77fc22fab 0.02 MB 38 113
240,669 240,669 00000000000000d0e4fe02d2b06d886d0b895e5dcc078a2fd1320e44781fbbff 0.15 MB 178 116
240,668 240,668 00000000000000be4959b1842044db0c33762a1a9b5757b340971c095c41dd26 0.25 MB 592 174
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.