Memory Pool Memory Pool Refreshing

938 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
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 919 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (687,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,176 220,176 0000000000000078fec51f21c6e0c62b56f7b203587f7316d8c8290d722538a5 0.00 MB 8 210
220,175 220,175 000000000000012ff8be6bfbb555bef3b4b6c124afaeaaba542d4456566da231 0.31 MB 715 197
220,174 220,174 0000000000000308cdf41d9426e1bc585c691754cac761a8c03daec6866e2017 0.12 MB 161 102
220,173 220,173 000000000000014f26182f76a9c4b342b53bfc2b093f6ed9beffa8cd540fecb1 0.25 MB 715 219
220,172 220,172 00000000000004864cd68e578151946ed6a2789f59de523193c5b18598c509ae 0.10 MB 108 82
220,171 220,171 00000000000001b70a327eb51b835bd495afc0d688b6ee6ea66b6bfae969c01a 0.25 MB 673 217
220,170 220,170 000000000000044d38681d92f556fca4d0455ac2bdc2a694f582105df45f54c0 0.27 MB 661 173
220,169 220,169 0000000000000351d3e2ff4177f30232b6c5b879e6c62df2906de343465e9068 0.11 MB 167 132
220,168 220,168 000000000000021b3b72f7588bde34e4e19f8b231c4b9a650acd6e2e662a0d0a 0.24 MB 546 174
220,167 220,167 000000000000041a3225938789ec695119308011a2e8ee50e40352f57d46d0c4 0.41 MB 557 105
220,166 220,166 0000000000000376fa89a6133460949816a32b6e006e713236f570939eccb181 0.24 MB 463 146
220,165 220,165 000000000000047e3ffc8a1a501ba4d540c32cee34d5a96c9b0784cf607d5bb5 0.25 MB 728 207
220,164 220,164 0000000000000472f9e736f79b1ebd28acd7f4a91184e9aab7b89ba41c399052 0.26 MB 420 143
220,163 220,163 000000000000025759d8ced89e9df64a09336a22fe36fed67fd776bcf3c205f6 0.25 MB 582 169
220,162 220,162 000000000000027e33c5df9201fab66da4d632e7c811aae9f3d505101d8a71f0 0.05 MB 134 190
220,161 220,161 00000000000002b872aa44894772a5893cf473fa28faf779a04a2d476b4d7e60 0.25 MB 445 121
220,160 220,160 000000000000008bd3ec4aa5f3b35d125cd3eeb15edde6baab37817e3b4c03fe 0.28 MB 483 137
220,159 220,159 0000000000000268efccb881d77bed977951724dae4ec166652fa3c640afbb73 0.25 MB 554 362
220,158 220,158 000000000000019620d778f3ca8ccd646ed618382d583a55421a61f8e024c362 0.25 MB 688 210
220,157 220,157 00000000000001abae1b4a9ddf2a4a50403b2d4234279323915a5db7e2ff3721 0.28 MB 400 112
220,156 220,156 00000000000000600233954f63e4d5964541c1860904333741e39610b60f03c4 0.25 MB 810 300
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.