Memory Pool Memory Pool Refreshing

3,141 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 3,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (395,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,783 512,783 00000000000000000038a92a791cb4aa107e2eb9977f17e2fb6bb43e5fbc60ed 1.07 MB 2,209 61
512,782 512,782 0000000000000000001ac1d5c453558a7282607ae22d8bbc0978715d7f4d77fd 1.15 MB 2,744 39
512,781 512,781 00000000000000000053a73f24f3317e4072b52a1efd0c59f729de782b20fd1a 1.05 MB 735 9
512,780 512,780 00000000000000000054f3bbcc38cf44cc5075ff3002b8510a8026035cb43766 1.09 MB 1,307 17
512,779 512,779 0000000000000000000e5ac30845edf6a1cabd14df5d4ca7c5ba10243850165d 1.03 MB 491 7
512,778 512,778 00000000000000000030a72d350122c105d051fca3c86c45eb2b605d9387f798 1.01 MB 325 3
512,777 512,777 00000000000000000021affc4f54cf58211367ed2a894dc53d09af935849da9c 1.13 MB 2,868 32
512,776 512,776 00000000000000000041bb5e444141680e2e8d601970e8d591a138a427e305f8 1.02 MB 429 5
512,775 512,775 000000000000000000035e8298e926c41087c08e044de3cf573295c830e1f3ba 1.10 MB 1,155 17
512,774 512,774 000000000000000000176d0baad54057e964866b985ae745dd5788a335ba58ae 1.08 MB 1,809 6
512,773 512,773 0000000000000000000adc5835f7356a13118f0c237cc4adc8b3f54ffda9cb22 1.16 MB 2,690 45
512,772 512,772 00000000000000000037f5e8558e81046e0d6cd3d49e5d604a5fa0731ebf00ed 1.10 MB 2,435 10
512,771 512,771 00000000000000000020222d18a4ae4c2e41b33cc1388fa07481613ac10c827b 1.29 MB 3,545 18
512,770 512,770 00000000000000000013face216103e7ac354ff3aa0a75f482094be49ce911f2 1.08 MB 2,088 52
512,769 512,769 0000000000000000002bc5424e950df96b4c386abc3979e0707dca6efeaa6e29 1.06 MB 2,137 61
512,768 512,768 0000000000000000002a17c784c46181f37a686b216e2a6e38c471474e33af8d 1.08 MB 1,156 13
512,767 512,767 00000000000000000029f293d93d95b9ac0b3867b9d0d2180d53d71d08c10e2c 1.01 MB 226 2
512,766 512,766 0000000000000000004222a7b421fe8b8ee63bb62fa7067a7385e2c02c027111 1.05 MB 304 3
512,765 512,765 0000000000000000004ac4933b5811005051d36ebe7671b6a6dfba21dfc7ca6c 1.31 MB 1,069 17
512,764 512,764 0000000000000000004fd7a3c3392e8dd3ddc792fccc88a31bba2a37ef8cd3b4 1.15 MB 216 3
512,763 512,763 00000000000000000044ea60679b7a593c2c38e51d3d58743a2250d6e238d4f9 1.08 MB 259 3
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.