Memory Pool Memory Pool Refreshing

2,207 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (715,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,267 192,267 0000000000000194ed3079dd1e35fa327cd753b45562b94c3733da4844d5958b 0.16 MB 351 131
192,266 192,266 0000000000000536cbfd8f934decdef93840334d968219a3518452b3bd1ab494 0.04 MB 79 130
192,265 192,265 000000000000060809aa55e4263da28dee0c5edd98acda53221732c1b2cfc955 0.14 MB 344 121
192,264 192,264 00000000000006cb0fa8714b7968e863e7b16d235d5e5961913e5e366458d094 0.00 MB 10 16
192,263 192,263 000000000000010e33b9569780af917643ba8c2d9684ef89be41fe9096e82fa1 0.30 MB 900 164
192,262 192,262 000000000000081424d7fe86b5a205077cf359ee20a680fc9777124b93cd3fdd 0.05 MB 155 110
192,261 192,261 0000000000000524411d21dcbe42d91de5bf381b715b0ad1aafa6f2ed1068b5e 0.00 MB 9 2
192,260 192,260 000000000000053b273df292370e9b30bac513af9226c58b0c7eb081e959d3e6 0.01 MB 19 82
192,259 192,259 00000000000002cf85cc55458dfacd22c0af1bc590f1939b828e786ce7def8fd 0.06 MB 173 165
192,258 192,258 00000000000003dd1752d00200f1a958e6603215e4cad4a57f888f10395a880c 0.01 MB 35 107
192,257 192,257 0000000000000242783894c0bb03bb0eb9850605db99c246c11bbc4021349b15 0.01 MB 26 113
192,256 192,256 00000000000001c588c3279c526804849e9820e1cd6959a17ea6dee0facdcc21 0.03 MB 91 136
192,255 192,255 000000000000035a5714756b4d3a5febbf72415f4ce147b922ef31792568736e 0.01 MB 18 111
192,254 192,254 00000000000000d683d4fa4dfaa22a382d345d54f639f7fba0ffdc51c1bbf04e 0.05 MB 79 85
192,253 192,253 00000000000005d687b1d421c59e4763578eaa04bd72a2b558107db1bdc074b1 0.07 MB 178 244
192,252 192,252 00000000000003fbc8d5cc9b354a8b0094d0110e032f5840fb030c11a05b2de5 0.13 MB 321 149
192,251 192,251 00000000000004a291297787ffac375377e18c518adfcf507aa58dc66ed78353 0.05 MB 146 115
192,250 192,250 000000000000065e317d52e913f469c332bd8117946f3e54d0bceee1d9a037f2 0.00 MB 10 0
192,249 192,249 00000000000001a4b881c1b41eb6094cd75df19da08e70174ac0980ca215991d 0.00 MB 6 120
192,248 192,248 000000000000059c18bc6022f8ad7bd1a0069667d063423a2960b1ca3ab33833 0.03 MB 79 116
192,247 192,247 00000000000005bf0155c8b0bbf422713e4bab41191a0dccdeda07309d17682a 0.08 MB 256 58
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.