Memory Pool Memory Pool Refreshing

1,152 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,007 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,006 (5,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,161 902,161 0000000000000000000011d35e1793a917d8d52e8bbce650bff5b7323a0ee6b5 1.64 MB 3,966 1
902,160 902,160 00000000000000000001e6d5f8459c42ca56c1feb8933df0ffda96154122b6d0 1.59 MB 3,663 2
902,159 902,159 00000000000000000000a743c01bbfa1d7fc6184f6d85b5e78650a7652d93c6b 1.61 MB 3,234 1
902,158 902,158 00000000000000000001236fe0ec7d5fbd7c09afaa04bffe4b49c84fd3a53414 1.45 MB 2,824 1
902,157 902,157 00000000000000000000ffa19bba47274b4d5780c5858615ec4b4834345106f3 1.36 MB 2,694 2
902,156 902,156 00000000000000000000c6bb5e8311b4c15ca31d2c8571f0a8e05f9ecc5f0d17 1.21 MB 3,999 3
902,155 902,155 0000000000000000000239b90a8bf108e7fc07120db59efc422a3dfda28c7dc0 1.42 MB 2,023 2
902,154 902,154 00000000000000000001c018cfaa545338d3c905a4ecd28262b4db60591c2ef6 0.01 MB 27 2
902,153 902,153 00000000000000000000c8c51fc021d698cf0d3298e5c530a9004c07f9264dc8 0.44 MB 890 2
902,152 902,152 00000000000000000001d6ad33c1cb09893e985fdfa62bd7ba04886629d11418 0.34 MB 533 2
902,151 902,151 00000000000000000000a902feb77b08a87b8aa4f7a00a3c7c94e273c6e9283f 1.32 MB 2,163 2
902,150 902,150 000000000000000000011468276f505f804b192d99f94a4a55f0b18dd89eb83e 1.23 MB 1,339 2
902,149 902,149 00000000000000000000f0b1658bcac6609cf2e1ade822f22d08771c677ff5f4 1.49 MB 2,094 3
902,148 902,148 00000000000000000000352f1134afe4974b2e3178ea23ceaeb31551b9227192 1.05 MB 869 1
902,147 902,147 000000000000000000012be5499878a7fd24a1217424f42ffd5ae371e5a89b57 1.53 MB 2,044 3
902,146 902,146 00000000000000000001bec10da67c89b10fbaa0c86737a5df18f3ee80b354dd 0.21 MB 410 3
902,145 902,145 00000000000000000000033964488b730ba16de804c50c4ba6acc2318561b8ca 0.61 MB 896 2
902,144 902,144 00000000000000000001c11be64761b1b672e2f8e2f1a7c80e2622de7fc2b654 1.32 MB 2,308 2
902,143 902,143 000000000000000000006acacc19c791ac13bbea8d9522626da0fa1c64340755 1.09 MB 1,651 1
902,142 902,142 00000000000000000001bf4001aaffbf614f485e46b050d76d08f4000fec42ef 1.43 MB 1,711 2
902,141 902,141 000000000000000000005a42ae6560ba2d06908b122d560b641b70dbbcd83a1e 1.46 MB 2,601 4
Previous 10 blocks ↓
Total Size: 769.56 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,649.06 GB sent, 95.72 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.