Memory Pool Memory Pool Refreshing

8,244 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,930 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (721,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,242 186,242 00000000000000ffd4d137dfaf37d93eb15383e974c2a6ac73c2e86f187378ac 0.05 MB 140 116
186,241 186,241 0000000000000905015ab2452948f4985b71077b56054909aa8460b708aad477 0.05 MB 89 101
186,240 186,240 0000000000000658f558c9158913ed1f65f9b2824f263dc10273326eb4c21144 0.04 MB 105 128
186,239 186,239 000000000000099aa9bfac9198b57af45a9cbd749b84433cecd4dc40968b3cbe 0.00 MB 11 0
186,238 186,238 000000000000038f16fa6918416a789b7f945ec9d2381eb899b410b32f74ccd3 0.05 MB 190 127
186,237 186,237 0000000000000967ec9d11abade90e6bb918bf0bde683c2187e13017b616d829 0.25 MB 317 104
186,236 186,236 00000000000008a63ffa1df786aee6f829af94ef4123231223f374f504a07deb 0.10 MB 212 125
186,235 186,235 0000000000000235c946d913f3fc4f5f4475af0507fcfef213611e4cb4a2027c 0.03 MB 65 81
186,234 186,234 00000000000007e638ee525478bd082f5e02c6c5033b81cb6db0a21b5e254d41 0.20 MB 447 134
186,233 186,233 000000000000094cc9acfba17bc76aca901bfebf32e1c12baf93d77283e7a2c8 0.01 MB 32 118
186,232 186,232 000000000000012fc32a1d85c0529b018c277f0f629a9458c79791c3aec29bf6 0.21 MB 387 88
186,231 186,231 00000000000007f0b6eddefbd4455b7e35bf2332e80112f85f4cbf7a6e35b63f 0.06 MB 110 78
186,230 186,230 00000000000000380ced28cfde13c867a36fbcd9d351ecbfb470a0f58e008a52 0.07 MB 128 102
186,229 186,229 00000000000005828ff10427baeae932bfe9da479c6444c4346d1ff9d1869895 0.16 MB 259 97
186,228 186,228 00000000000004b973e1494bff2377a9aecd4911187f1e97d06518fbc226528c 0.21 MB 507 141
186,227 186,227 00000000000000894a3eea94091e51c6af5cdcefe0aa434191dde6b1f6dcd619 0.25 MB 510 172
186,226 186,226 000000000000087f1a3272544a5204763b093c8948eb32c9e00a96cd154e9ade 0.06 MB 186 20
186,225 186,225 00000000000006af17a40767759e5cb522f3c8a3f00ad35f914609f1cb2e449a 0.14 MB 388 204
186,224 186,224 0000000000000861de945430ca3609b09ad5b7806694aaff38960d0555790e05 0.17 MB 306 114
186,223 186,223 000000000000071eb80f3684c4532614015c3f3fa1b74d5ed3237a7559134a14 0.11 MB 368 159
186,222 186,222 0000000000000692e37b9fdd6a8313e407558c23ad499acf228c16c69093696a 0.14 MB 208 126
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.