Memory Pool Memory Pool Refreshing

7,092 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (797,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,907 109,907 000000000000469bfe91de11e6d022eaf5c16abf076fd89ff5d8bcf0befedc5c 0.00 MB 1 0
109,906 109,906 0000000000012359684504c8bdb1da28c0ae22112c1e159f4b1f5981f966bc90 0.00 MB 2 0
109,905 109,905 0000000000001986a5373c8828dda73300ff66fa2e24c0e024a33ecc43993ed2 0.00 MB 3 0
109,904 109,904 0000000000017ea4043a7cbffbf6f3f5858182a550ddce44ee10d86e107022e8 0.00 MB 6 0
109,903 109,903 00000000000099e89111f928a27a827ad2e4d5f103993cc303f7d2e759f32d73 0.00 MB 6 0
109,902 109,902 000000000000d2bc4c962cebc2366f4d00cf72899e983484d8b6dd0950a1d61f 0.00 MB 8 0
109,901 109,901 000000000000039b1fc2f76a47566f072da93c3f3d793d47a7e538ac06c31b96 0.00 MB 2 0
109,900 109,900 000000000000464cdd0ad30e6b9e73edb605f2ad7dc693fa2c391852cf1220e0 0.00 MB 1 0
109,899 109,899 0000000000001156fcf1301176abd0de7aa3d013c0a0073941711b386876f4b6 0.00 MB 8 0
109,898 109,898 000000000000f586c2f554b8e02f7dc8bec07b87957f3fdcf38145b514422e4e 0.00 MB 1 0
109,897 109,897 0000000000019ec3c464fa994371e5c82da87bc5160a66dc03ea8c4c31c01971 0.00 MB 10 0
109,896 109,896 000000000001b2f02cf985dd0ed8fc688ba12770f7777415727b92babaf036ec 0.00 MB 12 0
109,895 109,895 00000000000120e4aeda51e514f6764fcae0323eb9e3edc71c8210e50d7050d0 0.00 MB 12 0
109,894 109,894 000000000000173f7192ae8dd1744608bb9cced921d2e366b2112b5fb9bed0d7 0.00 MB 11 0
109,893 109,893 0000000000000f194877d00574cac2bc0d6e5b7ea08bb8bde32f7c70efd7b528 0.00 MB 12 0
109,892 109,892 00000000000197f456274ab825c71ad5772b3065302d64ab7f0adf14154af389 0.00 MB 8 0
109,891 109,891 00000000000125cb5d2febf52524366adda014bbed2ec6f58886e45815fac0f6 0.00 MB 11 0
109,890 109,890 000000000000175d94561ac184ceacbd327a6dd061256d9beb24bbba140ebe23 0.00 MB 11 0
109,889 109,889 000000000000fb34fe6c7df6800cc19f81c70732352a355c43ef28cf0df8672e 0.00 MB 3 0
109,888 109,888 0000000000016c09ff214f44d43897c45c4923090590e88ffdd527b8b8580ec0 0.00 MB 7 0
109,887 109,887 0000000000013725db6da8a657f7d18fb7409a8e2791c48a74e525186bc5fd2e 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.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.