Memory Pool Memory Pool Refreshing

9,705 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (700,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,201 207,201 000000000000043add05d7e7629b4f48c85e56cb19143cd1fcdec983419a0f55 0.00 MB 12 0
207,200 207,200 000000000000044db115faf63b87d5734e2eaa82fb448ebbf14e33ce5a1b9e9b 0.01 MB 32 202
207,199 207,199 00000000000003b8918916842af469f3e4e2956e3c5173093c2a973a3dda6196 0.04 MB 65 127
207,198 207,198 00000000000002ea0bc2d7f893c206376b2ea2d923cd7dae3265a763e473b3f8 0.04 MB 91 191
207,197 207,197 0000000000000146f31695d8b6626c3c4c23e3a0a4f40906811871601541d0e3 0.00 MB 6 312
207,196 207,196 000000000000041b7793ff43adf16a4a587f17e6a6cd87245597ef2b8c883458 0.06 MB 117 109
207,195 207,195 00000000000002ff513f87ce7c2d77b53a6ebe5bd0e82ccc1794254fedf8fa10 0.05 MB 114 91
207,194 207,194 00000000000000f168692b309e60992d7916a620b2e5e1f79b96ea5c61076dbf 0.16 MB 434 219
207,193 207,193 000000000000045e3b28307f39f917f40903c670ef14f86c0626c04ff14b4aa0 0.03 MB 88 70
207,192 207,192 00000000000000513de1f6b539dd4541556f50c1dc890d28d6dcdd50fb888238 0.08 MB 122 83
207,191 207,191 00000000000004bef2fa5bd3a14d1f6d31bbf4d7a218c0feda1f300a1ba1e0b5 0.18 MB 410 239
207,190 207,190 0000000000000231af3a92c820cd65b9ebd4acc59ed5625c33cfc4fe6d0f67a0 0.01 MB 9 26
207,189 207,189 00000000000004871d4826066a9126551f523aca768ccc4523c792fed3f42795 0.02 MB 38 105
207,188 207,188 0000000000000035bbd01b846bbe880dee8202462d0674d7a616df0451383194 0.02 MB 49 58
207,187 207,187 000000000000042bcdd3f282397ea77190e31291b23b7529b0086a8e55be0818 0.09 MB 154 150
207,186 207,186 00000000000003902212d8b1cd779c1a8c3b1f3fb51ee185b99848d4d3b85e60 0.07 MB 131 85
207,185 207,185 000000000000044e64a6224e0a03ae87646d628c39b2d3bd07365b6a7564d814 0.02 MB 53 128
207,184 207,184 00000000000003d99bbde677f3805b049a95ebc9551f629c06d3240b25c7e612 0.04 MB 95 281
207,183 207,183 000000000000008e72c19cd57b1f59d502015a52c34ada8d7f01f64939db1a79 0.00 MB 10 72
207,182 207,182 0000000000000241825162064da175ab7167912ba471d540d2476187e2feb0f8 0.07 MB 113 36
207,181 207,181 00000000000000bb4cab578d43768cb2b1f5c112b63cb7ab12e350bcc4000da0 0.00 MB 14 76
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.