Memory Pool Memory Pool Refreshing

9,315 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (628,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,155 279,155 000000000000000258d87b852b739152e8901c221339657fc26ed5154727ae5e 0.38 MB 831 46
279,154 279,154 00000000000000024f345158537b5c83ea6f69f9de8c0dfb7770cfe13fd57838 0.11 MB 266 41
279,153 279,153 00000000000000000eaaffc94ec5ac107c08fb98b55d6f6e04323b0ec511bc53 0.16 MB 345 36
279,152 279,152 0000000000000001063c43cc19502cbbd61dcba9b64a359cf5555dd4d057a788 0.16 MB 322 50
279,151 279,151 0000000000000002321c4e971b22c5df64f31dc97afd414d44a1eefab695ff71 0.12 MB 290 45
279,150 279,150 00000000000000028361e061d1d8c009531ae0b60073a1ed549fb4d78a6b050b 0.20 MB 360 47
279,149 279,149 0000000000000001b6088591bccb366c0b34f56374795027e201e6ae74a935c7 0.09 MB 178 39
279,148 279,148 00000000000000010a47d56aa3eb54cfe74b905896548afa17d5e980179fcd57 0.23 MB 488 39
279,147 279,147 0000000000000002c32781725fc96531c531af3d0d5f1bbffe4dc8bb5b190a33 0.10 MB 190 32
279,146 279,146 0000000000000002adda3f8dcf3f9097cfa7fbaa680cbcc63a3dbe50c008c003 0.36 MB 801 40
279,145 279,145 0000000000000001ac6688acaebe413bf414afe16f2ab7119cdf984bdaf47060 0.19 MB 412 39
279,144 279,144 00000000000000013891f6fe8a9b9879159722f42a96ce7d56ae24763595b77d 0.11 MB 173 25
279,143 279,143 00000000000000017188b968a371bab95aa43522665353b646e41865abae02a4 0.10 MB 71 14
279,142 279,142 000000000000000124bdc97c24eb2aa8f99503eee9e5328eefaafe05fdf4108a 0.50 MB 892 37
279,141 279,141 00000000000000019f4e294e5a802b4aa04a7da3130b1bb61193d94004f64abc 0.25 MB 373 30
279,140 279,140 00000000000000027dfa74ba70dba3835a632f4a5bf43d7a26679e7260a255e4 0.50 MB 847 27
279,139 279,139 00000000000000001eaafb45b1210e903b9cd8bd3939106472c7d1a77eba1a61 0.03 MB 94 309
279,138 279,138 0000000000000000594d97eb0df373a7df7dd13d2e75a80c6a98b14c6e6376ac 0.25 MB 360 30
279,137 279,137 0000000000000001fbb1159d992f20f63f5212fa47cdcea530102af9c5b4efdf 0.25 MB 373 23
279,136 279,136 000000000000000212dd9aa1470ac4e8bea64e6f33090e2dbbc44f3f5653cd7d 0.25 MB 611 41
279,135 279,135 000000000000000065a7657124209ef2ba52f3a3ac3db0c4584353127375580f 0.50 MB 1,380 41
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.