Memory Pool Memory Pool Refreshing

2,794 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (797,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
109,886 109,886 000000000001a9bf4a46f1dbb59fcd860df77df1c1f596596deed228d84b7fbc 0.01 MB 11 0
109,885 109,885 000000000000860f4793cabf6c8700328b0e04083debd38f2f82852e5063775b 0.00 MB 6 0
109,884 109,884 0000000000009a6a7cd4febd59fb28998e35ec78f5af67df64e9d527c3b7a295 0.00 MB 3 0
109,883 109,883 0000000000010d64eb451cca850e613eee9fa2b31e51565d51fd4a97bc215b1d 0.01 MB 32 0
109,882 109,882 00000000000190f3790e98a56bb2377bbfe3b897b26d4d32f726493a402c0d3f 0.00 MB 1 0
109,881 109,881 0000000000004f74ef90e98ebbf9dc2cdb1e0da075eb958eb1a8e5dd5b657cda 0.00 MB 1 0
109,880 109,880 0000000000001bdd41e7ab17c47bd1dca342a8a19f50b04da973817cf25c86fa 0.00 MB 5 0
109,879 109,879 00000000000033408b0416592502b2c86b8fcc16b0acd47b7710e42b6757fbf5 0.00 MB 3 0
109,878 109,878 0000000000007b02a133691db8073f76c9c57eba860cdddf2cbc942677c89268 0.00 MB 1 0
109,877 109,877 000000000000fe52aae21945473909d3ca8cdde69fe704a1301562285bca8152 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.