Memory Pool Memory Pool Refreshing

231 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (629,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,671 278,671 00000000000000005e594685ca8222d27c87c2329fb6a3d25121c338ce045d32 0.03 MB 65 81
278,670 278,670 0000000000000001aeafc81608aff858626f09c4a01ac163ead4bea0f5449b10 0.37 MB 417 25
278,669 278,669 0000000000000002449d280104ec9d525ccf2cf99604e1c055d93c9e9bb786b4 0.00 MB 1 0
278,668 278,668 0000000000000002c1a68ad89d0af4ab1b6e17bcc23d6fc0f06c00f35e96e358 0.01 MB 25 30
278,667 278,667 0000000000000001da385660f04fd25a780f99ac4f4607b3551945ef12d979b3 0.09 MB 211 47
278,666 278,666 0000000000000000617322f00c9ac61d3e5f093a62659ffd60df3790d6816041 0.11 MB 252 40
278,665 278,665 000000000000000228d91870615f279f0d95c4ebeefee0f5f7ca0858d12c4f57 0.35 MB 556 38
278,664 278,664 0000000000000000c08036d972e03d65f9070d5675e14edd6fb77e81947e0c34 0.25 MB 586 48
278,663 278,663 0000000000000002d37e064d842653849fb929aae734ab9d1c85b9f0c1f2e61d 0.00 MB 1 0
278,662 278,662 000000000000000277769b39adfafa30a668f0f621d1a5ad308397ce9af5eb97 0.25 MB 567 50
278,661 278,661 0000000000000000c5c9e1e886d6a1fa3a63c3b0218314e9c2d9f26ae1c18ba7 0.09 MB 121 24
278,660 278,660 00000000000000025b09217d9991616ac79414184d5055ef5ad88ea50de12c67 0.12 MB 20 11
278,659 278,659 000000000000000071778753cb72c42cb4b8e9c1c7ebe4d1c5317e02f37cd9ce 0.24 MB 340 41
278,658 278,658 0000000000000002ffad802130f0099f2671848e811d5ee9df61f04c2b08405b 0.25 MB 611 43
278,657 278,657 0000000000000002d1d5889ae70b373bcf99482614e02f9675752e7ea03686eb 0.03 MB 71 78
278,656 278,656 0000000000000000f92e26ed94c545835e68f8cf8c0c914534b99ea75cf71a85 0.20 MB 337 52
278,655 278,655 000000000000000035a066db0a1cce1d276d8e4a70fe21b29440b161214cb01f 0.03 MB 76 54
278,654 278,654 0000000000000000bce84db1e0badb945ec08c33b8b188d03aa9792fc320cc46 0.18 MB 187 19
278,653 278,653 0000000000000002e450033c60530ffe207af2b0901c38a288224371ab041d79 0.14 MB 256 28
278,652 278,652 0000000000000002826bf33fc0c378aacd68706be425b947b5e3bd363208668c 0.25 MB 643 52
278,651 278,651 000000000000000048fd23d666b1553551b2bcaed9c2b53cc61b8d1f373cf987 0.03 MB 80 96
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.