Memory Pool Memory Pool Refreshing

10,231 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (797,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
109,876 109,876 000000000000c47f1517054b6b9722a59d35977d55c51b42eab9731d9d86c8a6 0.00 MB 1 0
109,875 109,875 00000000000019f733d2f56ec00b6953ebcd87dcc8e0eaf5057b1fbc12809e7c 0.00 MB 2 0
109,874 109,874 0000000000019f9e52809892dd15c4b1431739431876fcb2eefbd70da8e56fea 0.00 MB 1 0
109,873 109,873 0000000000016bf920d59e8775f345f9cb2f3e5ba2f5f9e3100e77d32903fb88 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.