Memory Pool Memory Pool Refreshing

9,925 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (650,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,110 257,110 00000000000000117748a4dbb3e449e8ad71fb27540297bcc93ead5a610979d5 0.09 MB 214 91
257,109 257,109 000000000000002e2f3c841114767e5b50ad9e997923630e692c9a7fb3dd7b7c 0.02 MB 28 61
257,108 257,108 0000000000000019649da7c8e467f8f8b3aaecdd5aa90f2f8abb0d86b6e27845 0.04 MB 118 104
257,107 257,107 00000000000000088a62c65f6c0086be5c1e9fab527b79770db4586ac9c1448a 0.10 MB 177 45
257,106 257,106 00000000000000008b88d3617b5abf3727dd2ae4271647a6daf2b45cc5fe23f5 0.25 MB 632 116
257,105 257,105 00000000000000209f18eec1d84b4e033c790c58490d7117447d92508c305ab5 0.01 MB 43 31
257,104 257,104 00000000000000132b96021f61cc849ec7a827cf49a7d99f45b5366f8fe488f1 0.32 MB 782 111
257,103 257,103 0000000000000009f10ab683ea3eda727936d43229afdd11063a49964fb2a9db 0.17 MB 378 81
257,102 257,102 000000000000000e8f2c36fdba302611e8e049aaaee77ddd8ef123951eef391d 0.02 MB 53 57
257,101 257,101 00000000000000057b394fb7abb55ff7b3ef1e61f134516c490e622d26f4a5fe 0.08 MB 185 123
257,100 257,100 0000000000000007602833ce938a814ecb998c229a0d7bdfab11bebe0a494086 0.17 MB 362 91
257,099 257,099 000000000000001b48733f36f871cfff598de4c175c17999abe89a4206daba69 0.25 MB 459 122
257,098 257,098 00000000000000071e135796c23d57aedc8154d2959c5d0dd69d00cbeb6f9978 0.07 MB 151 78
257,097 257,097 000000000000000c972b39eaf4fe41d4bfd5d11908354c37591ee9a6d81dbafa 0.11 MB 240 81
257,096 257,096 00000000000000312023666cb443290958fb9bcb4253a263ea182018924e4998 0.02 MB 43 40
257,095 257,095 00000000000000284dfba1344b8a05e5e1dbdd0e40be2c0122c38bdeb568d7cb 0.24 MB 519 91
257,094 257,094 00000000000000017cf89251bd05df88b2476098a64bbe3aa965bc102baa8a8d 0.06 MB 141 258
257,093 257,093 000000000000002c22f647e3d742b9a2fa9c949f6b7e9569fccac4ad780ea7e6 0.05 MB 94 95
257,092 257,092 000000000000001c2a272ed03583e8b70a994e6d62b37d57ea250e644faba31a 0.01 MB 25 79
257,091 257,091 0000000000000025a46e60b5e8f4c6e2a24ab5f5c18ef2cd538714e130954ee6 0.07 MB 121 52
257,090 257,090 00000000000000183acb16418a45d344a8edaff2f9724558b3e99fa78620fcee 0.04 MB 128 101
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.