Memory Pool Memory Pool Refreshing

3,389 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,812 (35,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,967 871,967 0000000000000000000092f663b9f741ff83f07f8f45ddf9851895773d5c1190 1.54 MB 2,712 9
871,966 871,966 00000000000000000002b6e9ab4ca286c4f15d30475685a031a7fd243161f08e 1.72 MB 2,571 5
871,965 871,965 000000000000000000024afef939d383b793cfa29d4881910dd379e195958951 1.69 MB 3,280 5
871,964 871,964 00000000000000000001587521599be8eda05db82ea82dae3bd238fc94b6fd80 1.48 MB 1,820 4
871,963 871,963 000000000000000000012ee8f9d587f7db535715d58d6f484212b4eefa98f600 1.40 MB 2,522 5
871,962 871,962 00000000000000000001a59c79175b1e9d1ca66c2a51857a2fa1eeda30492f56 1.55 MB 1,562 4
871,961 871,961 000000000000000000028890649641117f633b59ab477a9cb060a86abb619f48 1.76 MB 2,706 6
871,960 871,960 000000000000000000017f033cb5fafd1b6ed61beb9d0ee920cfc9183f7155af 1.61 MB 3,136 9
871,959 871,959 00000000000000000002a12d1618956a08a9d08373d2005d8a44b953756ab569 1.51 MB 2,956 9
871,958 871,958 0000000000000000000136f9d148ececf95d713ccbcc0fce74db1da15e8add83 1.67 MB 2,460 7
871,957 871,957 00000000000000000002a96eb48665d35d78b48b9113d6cce60b1895c8ce75fa 1.65 MB 3,216 8
871,956 871,956 00000000000000000001b8585e933e8fa6be9ef4169f9d496426314000cd6400 1.58 MB 3,072 9
871,955 871,955 00000000000000000001e28aa2998f9999805cdf2ad7c6d2267f87c0c44e8afc 1.56 MB 3,906 12
871,954 871,954 00000000000000000000349653eb5d146e6336ea9a95a7a8bcd3fac852f8c908 1.53 MB 3,192 9
871,953 871,953 0000000000000000000156089f1ca035d8836873cf3daebeb17e1e3275daf6a4 1.69 MB 2,996 11
871,952 871,952 00000000000000000001adb984633e685b934f411cd357c855bd1ec7f3799f96 1.54 MB 3,803 13
871,951 871,951 0000000000000000000233611afd0d00f1e874d8f962c94bdebf40975432b95e 1.60 MB 1,819 7
871,950 871,950 00000000000000000001dbe7f28349fe9378f9cf33d4084642c568b754f70bee 1.83 MB 1,050 7
871,949 871,949 000000000000000000006fc5ddb639baaaef387653b1f14c6d404c1aba0803a1 1.77 MB 3,207 12
871,948 871,948 00000000000000000000f250685ff72c9a5076535be0be8d7056edc52af27896 1.59 MB 3,415 11
871,947 871,947 00000000000000000001ba09f91877ae1c64f197fd38a66bb911f910275a5c88 1.72 MB 2,813 9
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.