Memory Pool Memory Pool Refreshing

14,060 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (768,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,201 139,201 00000000000007c28912e0d5ef3eb69710d0802c36e15e4d0de79183c28b15a6 0.07 MB 162 355
139,200 139,200 00000000000002b16284fa2004b11508ea8ecca3d113c3243238bdf936afbd84 0.05 MB 120 143
139,199 139,199 00000000000000601f2918089741ca431fbad180ffb00b648e49abe08254d120 0.05 MB 104 94
139,198 139,198 000000000000085f39f8395506b7076191d28adf42da16c0a2d20cf121d76f23 0.00 MB 14 23
139,197 139,197 0000000000000230db68efe926570022d4e69ec13c999d60d48eb35f901f6864 0.07 MB 128 230
139,196 139,196 000000000000011a8e5a457b68234734c2389ec96984550737bd830f2c385d4f 0.01 MB 36 445
139,195 139,195 000000000000027a0afcfc8b9c8dc9cc5d2695d4652b223e4acb30a26ad4adf5 0.05 MB 88 198
139,194 139,194 00000000000003a6a09a2da06bb2f71bc235fdfedbc5b45d558d33bbe3b54c28 0.02 MB 43 156
139,193 139,193 000000000000085f30bfb6536cebb1bfee3ad6e93d420142694157741fe8dfe1 0.01 MB 44 262
139,192 139,192 00000000000001884473846c750a013f8cf12b54ad6c810d28c7801fb6c943d5 0.05 MB 140 196
139,191 139,191 00000000000007814b23ac63af2ea3a68162e127ad6f3783fb92a36fb74590dd 0.02 MB 40 541
139,190 139,190 00000000000004252cb2759333d4de11a121f9f4677f81fd219f2fd40d09c1ac 0.02 MB 35 157
139,189 139,189 00000000000005ee3281ae46effb41276fd052bf37fae8b929d5553a1ebaa2d1 0.05 MB 127 198
139,188 139,188 0000000000000087f047c98f013ad4556c6ca4a527ab65b26ee7adf390845f11 0.05 MB 73 148
139,187 139,187 000000000000088fc247d5175e61c5ea4fc949f84c97d47685686e74bbbeaca0 0.05 MB 87 218
139,186 139,186 000000000000043ddd94e6f59715d9bf6e4f69737f9f206232aa0368dd436e28 0.14 MB 108 95
139,185 139,185 00000000000003797db35439cee57dc3d6887243ce5be4dc76494bb75729f40a 0.05 MB 138 61
139,184 139,184 000000000000067d91453ad7eada69e89240ef4a438bdbb43a70bd9a173d51df 0.02 MB 13 432
139,183 139,183 00000000000004c41a4de6f89f5e688a62aa10e0bff63f8875647bac5fe431be 0.02 MB 50 287
139,182 139,182 00000000000001cb022cb2b240d8405be93dca6fd49389caefa3453a8b7ec7d3 0.04 MB 86 360
139,181 139,181 00000000000006ae4f9d58c5af38646cfa2765e6202cf5f1c0a5a8997c278d0c 0.05 MB 118 38
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.