Memory Pool Memory Pool Refreshing

1,022 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 993 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (697,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,236 210,236 000000000000019dcf5203e69ba9836993c25751188ea556f31488ea369da623 0.03 MB 67 23
210,235 210,235 0000000000000108cfb439fcb743264c138f6fc6a6345bcdd4041ba29fe46711 0.20 MB 445 206
210,234 210,234 00000000000000742322dc19fe745584984be927652d0e021cbb8e02efc879d3 0.13 MB 284 162
210,233 210,233 000000000000005e1b94978de522c45e6daa0ee71b86556302bb29969d8de213 0.01 MB 31 121
210,232 210,232 0000000000000047fd380991441c72af7b1d0aeb7dd1a782abb8941707f64aee 0.09 MB 214 161
210,231 210,231 00000000000003b2c3f1de07c281e158a9369679006e6f0bbd2d0cc3535923d7 0.30 MB 559 145
210,230 210,230 00000000000002c280a185ffe6d820899ac258075e2f635fdc564f121406cae0 0.25 MB 643 184
210,229 210,229 0000000000000458fe867f50e7056d70d4f043d4597cbb2c1b54f1d1d4ca9a4b 0.25 MB 823 197
210,228 210,228 000000000000020dcabc20b7dc44ea13b9862161e9083481384483018fd23640 0.06 MB 193 44
210,227 210,227 000000000000004e6b220120e47a578e58a6c4f89d11eca769f923c5144cd735 0.27 MB 622 179
210,226 210,226 00000000000001c30676c20272e7ec88ff0983fe4e1c12ed2096e280089c831e 0.00 MB 10 160
210,225 210,225 000000000000016493e2586f90e2d5805e85a66e0a1df0e9cf98872fb8456f20 0.00 MB 11 165
210,224 210,224 0000000000000227c47070a8ae2032ab30a0aa658ac06053f72d0de98cc4135f 0.05 MB 131 122
210,223 210,223 0000000000000430e1a5e32c37ddc11a7411c6c442704b71023951ebdbb40aa3 0.05 MB 136 58
210,222 210,222 00000000000000972b616a00477f5423b52e088a435ca6de7f768e7bd68f759a 0.00 MB 10 17
210,221 210,221 00000000000003aae7a0f502970706afe84ebdf79eb86a05bc6d0f7b0f177987 0.25 MB 624 192
210,220 210,220 0000000000000318b225824a9c7a9444f46ab87b645c4c1b493de02219cd02ff 0.12 MB 327 177
210,219 210,219 000000000000044bc541a90e4407ab28be3a881edae7f3ae0e62179a259118e3 0.00 MB 12 88
210,218 210,218 00000000000002e8a4d59f68e2b1f1d5fd2187cd0a3a4abb7889ad8d803edd2d 0.01 MB 36 32
210,217 210,217 000000000000039d0193bfd9c4b8079a46e5abc73ca446b9912b6d279828f869 0.04 MB 70 103
210,216 210,216 00000000000000371524e20ba6608d1b3cff960c383be3f755e6be0a8e0e162a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.