Memory Pool Memory Pool Refreshing

2,907 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (392,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,196 515,196 000000000000000000037978a74b2f536fa955a5db0e3c91a101975ff8371880 0.25 MB 565 31
515,195 515,195 0000000000000000002f4607edc014796c325eea05c7edc97176338f18ad43cd 0.33 MB 504 7
515,194 515,194 00000000000000000025ffc3f0a3408f2801c41b9832bd9514d5a5b4205d0e39 1.14 MB 1,999 39
515,193 515,193 00000000000000000022544d7492cac3e0b7f9a28298970427de49bc2ce771e0 0.13 MB 293 48
515,192 515,192 00000000000000000012cc957964f3f6fac0398714abadf79184171d19141dcb 0.09 MB 187 25
515,191 515,191 000000000000000000161ac46df76ae077f2398b156eaf13a46da088a5432c41 0.59 MB 939 17
515,190 515,190 0000000000000000004afe8881ccc09ebe8c8350c0bb0deb7df418ec44cb8176 1.13 MB 2,640 35
515,189 515,189 0000000000000000002e77235651e8068733c8a5ef7b2f57979bdbb979485031 0.50 MB 963 35
515,188 515,188 0000000000000000004b2d2b7462d5193827f4a41e5d400781cd673f72b51c2b 0.48 MB 1,156 27
515,187 515,187 0000000000000000003a4fdb3225f05669ee40e1f9947da821c3b169cecbf08f 0.14 MB 271 24
515,186 515,186 000000000000000000212246e5116ee36d9ef9d04b982c07242b8885c7b23fb1 0.16 MB 320 22
515,185 515,185 000000000000000000214882d00157135eb9591e095f66c6ba3e0d455e293ef6 0.18 MB 394 45
515,184 515,184 0000000000000000003db4df9d9bb2952682f1247071352f8bf1bded5de034b6 0.08 MB 161 51
515,183 515,183 000000000000000000383b351f06cfc5787013a0ac74363a74c0a0f6b45251c0 0.19 MB 292 14
515,182 515,182 0000000000000000003ea395fa1e99e865855abbf276eba13cd0ad181ad35d4b 0.26 MB 581 31
515,181 515,181 0000000000000000000515cf18d48af4138774ee7d9c5f0ba135b0e24eef80d7 0.63 MB 1,222 28
515,180 515,180 0000000000000000004368342d6932fdd95a5ae070d2932cb02a68b401a93f43 0.19 MB 347 33
515,179 515,179 0000000000000000004faf6a2cecd326b7e1a80fd0c44145fd5157b52f5b8a2a 1.00 MB 1,606 22
515,178 515,178 0000000000000000003543567f3e16404c128b0d320588c3248d57c3a30dd6df 0.52 MB 685 19
515,177 515,177 0000000000000000002530aa9a5ff3d94899a5a90469ef33acf78c61ee9cf7a5 1.07 MB 1,206 26
515,176 515,176 0000000000000000003a7712c258487abaab744797f6926efb497f6c28f418f1 1.11 MB 1,680 12
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.