Memory Pool Memory Pool Refreshing

1,786 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,760 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (799,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,267 108,267 0000000000021a50db401939b77d1faccdd6c112d5e3e796037d83b2b99e433f 0.00 MB 11 0
108,266 108,266 0000000000022cf8590c452009c33c930fc97bbeec53c8bd4cfaeab5c16555f9 0.00 MB 12 0
108,265 108,265 000000000000e1c04541d93d2db60bbec71b9de8c40b3188bd76c81d857d328e 0.00 MB 12 0
108,264 108,264 000000000001fad1010baefb1f65eac8496366bb16621b3f9f940989dcb9f210 0.00 MB 13 0
108,263 108,263 000000000001d510ee68cb2948432174064251cab35cb12daa3a8020050b17b7 0.00 MB 11 0
108,262 108,262 00000000000241fd5684ea88fcd06117838b4e315e11bb1a6c27495124dfc8ce 0.00 MB 2 0
108,261 108,261 000000000001407c87946d4eb3bdc58f5002f33d0297309aa7363551556db96a 0.00 MB 9 344
108,260 108,260 00000000000147abbbadff61aca113fe029307b03b05d365e2236b6ad4f96f3d 0.00 MB 12 0
108,259 108,259 0000000000013ee0014ece8c54d4d2b24361cef785643fabc8a23b77f5c1bb2e 0.00 MB 10 0
108,258 108,258 000000000001eb80a73352ed9eabfe300f7f27bb6cdbc911a8e12532020677fc 0.01 MB 40 0
108,257 108,257 0000000000009419d038a9d834776b9f9745b6ae75a26122d09e32daaf57df56 0.00 MB 1 0
108,256 108,256 000000000001434b9647e035246d3f192ef0659fe36b4df61d51da0aa0b9dff3 0.00 MB 5 0
108,255 108,255 0000000000012ff389726fa7e3994015004ad5fb1fa28b3b8691bcdf14ca6443 0.00 MB 2 0
108,254 108,254 0000000000022cc42736827fdf0d0eaa32ca58a952f67a79f5ebd188e88ab649 0.00 MB 8 0
108,253 108,253 00000000000118e2bd46d1e55bdae1d154c3fadbf5a5d6415c62b66e64d570d7 0.00 MB 5 0
108,252 108,252 00000000000115a292cb8556802edd6b86b18ccad23f4f22e99856f4f84f9160 0.00 MB 13 0
108,251 108,251 0000000000021e36c19d31d83c2f55b2e729721d23bcc1bd95dcad6ace480685 0.00 MB 12 0
108,250 108,250 0000000000005152938204af702cdade8d79439496cc2949a9504e699ea5b8dc 0.00 MB 13 0
108,249 108,249 00000000000020f4322d6d803855666c9b9ff7888947751afcd78e04f65f2361 0.00 MB 4 0
108,248 108,248 000000000000bfd2bc720a16bc319b1def5176a93df7c4c36f8c52d90ae03eec 0.00 MB 11 0
108,247 108,247 0000000000000737007adfbf4569e35344a7f346c4fd08e638ae4aa68ee9c09b 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.