Memory Pool Memory Pool Refreshing

4,103 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (682,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
225,178 225,178 000000000000029729d5f684865558e3a2a281931891bdb5edbedf8df36f227a 0.24 MB 456 196
225,177 225,177 0000000000000193e0cfdb69cdeb2535b5a66aa9930292fdb9c938a5aa411105 0.05 MB 107 147
225,176 225,176 0000000000000265d3b436bbf0f0f03c3c1df22db9f930e2299584c7511edf5b 0.12 MB 180 134
225,175 225,175 000000000000028f5ead6fb90c8c83a2d3232f63b6b74dd45f65cc496f4027d1 0.07 MB 155 242
225,174 225,174 000000000000016d7fc4eb59572713a3b690e7d82ad4d1b09a8f120c6bb93190 0.25 MB 405 148
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.