Memory Pool Memory Pool Refreshing

8,352 transactions
2.59 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,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (709,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,120 198,120 0000000000000091e8a86ca8d3b8c23a9570cb6117ccbfaa23279ed3220ac314 0.19 MB 490 149
198,119 198,119 000000000000032a14caa72c4d4c103c6582466293ee0941ec37b76c6bbc0fd4 0.14 MB 378 167
198,118 198,118 00000000000004d38e7b815552a467164520d2d3c745a3795e0a8dedcf13b121 0.18 MB 512 141
198,117 198,117 00000000000004532c8ab94c6c1c24baee9f73232f8b7887724c9c6f9b621bcf 0.05 MB 132 113
198,116 198,116 0000000000000313a878d243598d4c61ba7496cd56a308c9ff1fb314c047b4a8 0.05 MB 81 104
198,115 198,115 00000000000004d5a757270913458b863df8032c03000a18db4b797da440dfe3 0.12 MB 308 171
198,114 198,114 00000000000000c53298261fa9267f12e99a7837e8be2077914bf8e4466373f2 0.00 MB 9 222
198,113 198,113 00000000000003581f1c1737830bc9b25ed50f8ae3e07e8b00c25696dacdd3bf 0.14 MB 332 319
198,112 198,112 00000000000005c71b115e1d34990ee69d0be0180cfa03f1b7b23b7398b293a1 0.12 MB 245 124
198,111 198,111 00000000000002248e20340cb114fa996e743e518aab58e0eb19184977fd8f21 0.03 MB 77 197
198,110 198,110 00000000000004fa750525223e0a0bee61e2c2d042ef37f97e7d40bf4972468b 0.01 MB 20 89
198,109 198,109 0000000000000637f26cda17787cae1fa10e0b25d4da06a851fd8b07483a7fe2 0.16 MB 299 107
198,108 198,108 00000000000005daad417cbbf4926c01c0586362f1d0af50da423a6a4839fb1c 0.01 MB 26 68
198,107 198,107 000000000000021fd2659497e29df1d24696908b7358d51735a8e219e3b407d5 0.00 MB 6 61
198,106 198,106 00000000000004cfb527e2a57b47cddaf39ff741242f4e0eb0ec3b8817e7ceb8 0.05 MB 141 346
198,105 198,105 00000000000004c3f2a805ac35ff2bda78edfffa6920568513136cd10c71f6ec 0.00 MB 18 258
198,104 198,104 00000000000002ff690e3b0bd3a039d2c23390a31d6bc69d3f083f8149eb6349 0.09 MB 152 127
198,103 198,103 0000000000000013e251c1ec02e77d73e53680616f5b0e107d41ff6303bbfb32 0.05 MB 64 81
198,102 198,102 0000000000000207661bfcad3114ec8750a822c70949e390cdb9b11a4805d645 0.11 MB 238 117
198,101 198,101 00000000000000d9e166a752e55d1a5056a5c060957deffd4e2bc08b521ffe3e 0.06 MB 218 107
198,100 198,100 000000000000052d1fc28ac2265dbe6c797a5a77903604785aaf5e0073b55ac0 0.16 MB 200 84
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.