Memory Pool Memory Pool Refreshing

3,112 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 3,069 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (637,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,047 270,047 000000000000000208f0ccfc425f6d2d5efe8b2566aec84c2a8a84cd3589edb8 0.02 MB 65 41
270,046 270,046 0000000000000003668d18f015b97d6bc9bd614bba68a06d7d545d8f8c51dca7 0.03 MB 51 23
270,045 270,045 000000000000000251dd7c2136974c150838348e6cb11215cc3dca65d2bfccd9 0.05 MB 74 39
270,044 270,044 0000000000000003154641ff7457e7b7f85b1388c061caff707bf5d31d0e194c 0.06 MB 71 21
270,043 270,043 0000000000000005b7e4146400785f2c4779e0d54318876c0d7a9d612d485245 0.05 MB 121 61
270,042 270,042 0000000000000000b9bbd854f6b8b46829630157ee87d62078bf5af1e0b9880d 0.02 MB 30 33
270,041 270,041 0000000000000003f2c1c6dd0542068d34dbdceb2abeaf95b1648d595d720586 0.01 MB 34 53
270,040 270,040 00000000000000013ddbff9cad996e24e557f7726f2f4b766447654b66fdd0d7 0.03 MB 60 41
270,039 270,039 000000000000000261775e81c4c08135b99de20b982601f697e73844750a5edd 0.10 MB 228 63
270,038 270,038 0000000000000006ce38a0e6f0cab77322cad8f429fb8bfd0dda22c6a448a1d3 0.04 MB 82 53
270,037 270,037 00000000000000074a98c932a8484cf0ff3b89cb1b28f5f9e209bc98cfe9e3b7 0.06 MB 134 118
270,036 270,036 00000000000000076d40fd1c996aaf581512f44cc6cf8936097f9c8e16ddcee3 0.15 MB 332 49
270,035 270,035 0000000000000007e2f63500536f6ef1539687368ad8e0dde45cdfdcd6fcdbb5 0.04 MB 55 30
270,034 270,034 00000000000000044355a28c80a9e2641088d622de1b58db4da21be27767562c 0.10 MB 143 34
270,033 270,033 0000000000000007b904b4ea93f56932fa44e5354383fd4d565fc76beeedc7f7 0.00 MB 10 59
270,032 270,032 0000000000000003ac17e5a0b9d81ee1469e895b80e50ddff4c8f5ac0faf8b8c 0.06 MB 92 21
270,031 270,031 000000000000000379c8abe5bc97af0ff447270306aead4ae9cd66bd53bfbedd 0.00 MB 4 19
270,030 270,030 00000000000000014a6e65ab7795094fe33e2a97391c1ba3409a3933246e151e 0.06 MB 115 20
270,029 270,029 00000000000000062e96cb53e09bc6d5b056dd31f7b138eaf4774a51df14906b 0.05 MB 108 21
270,028 270,028 000000000000000276b255d1246701b4a1c14d40dfa0830e84c50eb47e5a9efb 0.14 MB 344 106
270,027 270,027 000000000000000836dd173a8afcc076cf2d421ebe1e432999c7a5f760b9af86 0.22 MB 425 54
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.