Memory Pool Memory Pool Refreshing

4,362 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (682,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,199 225,199 000000000000016da1032ba6e34d3c19d8ed26954c1fe8244f138577d4c26fe2 0.00 MB 1 0
225,198 225,198 0000000000000204b4f1000cdf069f03055f4715c5373ff10b67ebab77ba2cd9 0.05 MB 53 25
225,197 225,197 00000000000002d6a267fc36c8865f197e2d5ad05ded8d6d849f166caa3523ec 0.39 MB 864 175
225,196 225,196 00000000000000d1d995d9fae0e374f806204f139c89f1bc841f090c39cf7687 0.20 MB 365 147
225,195 225,195 00000000000001becadb1064d74d3304f80a2f6c5a0c152deef5bfbbab016324 0.12 MB 256 188
225,194 225,194 00000000000000262adb63e802a9d651b41df4d18b73400089ae8af6a6ca7c8a 0.05 MB 105 141
225,193 225,193 000000000000036e56984b3994f68b923884949a4ceefe097a502bc71280cb37 0.29 MB 715 192
225,192 225,192 00000000000003d5cd17eb532f2ccc8898f627f122392724ec991be83968b062 0.00 MB 10 188
225,191 225,191 00000000000001c199306470ffacbb9a870b4ee259e08484376ae94e18c84eb9 0.05 MB 121 146
225,190 225,190 0000000000000133a9a79120f64f82882d62e19f45750e7e0fb343690a8432df 0.35 MB 642 143
225,189 225,189 0000000000000218e8d45e1dcb4bcb5a2896c8c0f4395fa05e77b583622e0300 0.25 MB 406 126
225,188 225,188 000000000000005ce113f1b7f64ad847137e5709ac981676b92cf014b106c435 0.27 MB 840 236
225,187 225,187 00000000000003553a2c54f58ae63ddad6db83f60b65de8198bd034f977d97fc 0.22 MB 128 45
225,186 225,186 00000000000001a935a8e42215ba04aefaa492295d6ef0ad6c25f4d4205e4e9c 0.00 MB 1 0
225,185 225,185 000000000000021cb29aad225616213c3d6458d6bb30ee6c283a6bd7c0a64f70 0.25 MB 651 243
225,184 225,184 000000000000038501058863593a24f45bd687a20b463c0fd4513b1114ffe0f5 0.12 MB 238 163
225,183 225,183 00000000000001b1d09e18c0f888cc9a4f58c37092f8070d60fbed4331c5fefa 0.42 MB 982 196
225,182 225,182 00000000000003ac7fb4207d8951cc011541798a70da880314644f8db4011998 0.18 MB 346 148
225,181 225,181 0000000000000235917371223f8469ec2b030d75ecfcaf9ff4055e6fe01bbbc7 0.47 MB 1,005 200
225,180 225,180 00000000000001dd26c5708134ccd62544ce2c0dea8aecb61483366e428ef377 0.00 MB 1 0
225,179 225,179 00000000000001042b54aacc242e4984410ca9b16b47a9c76b8dc52202c0b341 0.06 MB 91 115
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.