Memory Pool Memory Pool Refreshing

3,442 transactions
1.27 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
1 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,604 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (16,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,254 891,254 00000000000000000001ef272272154064fb2ddd58e61b8795abb4d5c3cce3b3 1.79 MB 3,122 2
891,253 891,253 00000000000000000001f8d232f9f88e290d6e7de8290233b56c7a769c3cadc2 0.80 MB 1,299 2
891,252 891,252 000000000000000000011d07cb071cad11786c56edf6db304193a706b20c3fcb 0.22 MB 536 3
891,251 891,251 00000000000000000001d047570a83ca226d597d1e41d61480e17f01151a18ca 0.43 MB 882 3
891,250 891,250 00000000000000000001b2300a45388ecd4569977378974b632d4270cbb3a145 0.75 MB 1,737 3
891,249 891,249 00000000000000000000f08daf8f2ecdd1a069361961e00fe469597ab1d2058f 0.33 MB 693 3
891,248 891,248 00000000000000000001b1767d97cc564eff95fde7f207cd93962c2bc4d7e464 0.13 MB 351 3
891,247 891,247 00000000000000000001d7d11d52cc79f4442bebc58e1af9dc4c947a9841b8ed 0.25 MB 486 3
891,246 891,246 00000000000000000001db9e90a166dc4340425c37c6bbc7672dc786086c203d 0.01 MB 35 1
891,245 891,245 0000000000000000000070ce65a0098a983a99a9aeed2c7888c6a7895a9f5da0 1.23 MB 2,444 3
891,244 891,244 0000000000000000000079ffda3c4f2b6f150c69b926b938994b612b5907b889 0.23 MB 326 2
891,243 891,243 00000000000000000001da666f3ee9f68b382ce73daa3fe6d987f875f56d4f1d 0.55 MB 1,183 2
891,242 891,242 000000000000000000016fe312280b7bdf634d4c94f2b30e5c9ab03189e9aa43 0.70 MB 893 1
891,241 891,241 000000000000000000011443466300346bf775fd130b8c2bab006b5fc9e3e666 1.60 MB 3,096 4
891,240 891,240 00000000000000000001c310674972595c0fabfc9b53cd08618dab4efb771be8 0.25 MB 495 2
891,239 891,239 00000000000000000000f642403948eb488c8e2c8f679a99524a9c0ee37abb00 1.08 MB 2,167 2
891,238 891,238 000000000000000000010c0497f240d5efb6efd4a13a6d2175f11cf66edd7b28 1.66 MB 3,110 2
891,237 891,237 000000000000000000008461cf8cd17c5709199efbe29d772a377509ad54bb6e 0.77 MB 1,525 1
891,236 891,236 00000000000000000000dc16b540b418708e65a1f5396c9130b0341b7b6f1f33 1.80 MB 1,897 1
891,235 891,235 000000000000000000023d2586fdf736b0a1c08398461b57a48134d10ff4e7ff 1.69 MB 3,498 3
891,234 891,234 00000000000000000001fbf55f57f0074df5dc577ca432b3ad5a28b144d4ca38 1.55 MB 3,633 7
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.