Memory Pool Memory Pool Refreshing

6,168 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (668,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,691 239,691 000000000000003a17ee4e03bf971d7d61e3072f66ae387807c6afa8f1f2711d 0.31 MB 566 160
239,690 239,690 00000000000000e37a7d34e2b9652604308d7fecd7fd44f3315b641d4f3db686 0.11 MB 158 87
239,689 239,689 0000000000000146663c8f17df54e8f24afaaa3d0b5c163dcdc9add721bdc8d7 0.25 MB 767 311
239,688 239,688 00000000000000684f5c02ed071d549f2f844f50031600df281e1a5920595df9 0.00 MB 3 43
239,687 239,687 000000000000015b8ca5a04a585262cace62911c171bd645014e057e522546f1 0.11 MB 219 213
239,686 239,686 000000000000003fb7a49951b8527392880a676383eca40aaa2d3459a194a3c2 0.13 MB 237 161
239,685 239,685 00000000000000ab6661cdcb6e9cb336f2468380f2692b3851a834f2a746c180 0.07 MB 147 140
239,684 239,684 0000000000000037f783492cee93cfc11454838651c10004bc1f91e3d7eab72f 0.03 MB 32 24
239,683 239,683 000000000000009fac99090eefc3eb84c507592d4b6fb47a3824b11630ec87b6 0.12 MB 303 201
239,682 239,682 000000000000002a545d872ca97c96c7b2ea45a002f238223cc4535e3c92daa5 0.09 MB 168 115
239,681 239,681 000000000000001cee96f0ef7a6252191d330398d12224eca6e8190d112e774d 0.20 MB 409 199
239,680 239,680 00000000000000eeac7f832819d68d340f5659cd9f6f707ae010710e2120430a 0.02 MB 41 168
239,679 239,679 000000000000008b8bf7782167c132763db32937a0c9fab028e1a6f19e611933 0.11 MB 231 255
239,678 239,678 00000000000001015c4faa52de386df948ec6460adc162b67faea5996be55f75 0.14 MB 260 142
239,677 239,677 00000000000001430d033e1281410c9daeca8aef39763f10dc34e6624cbb52b0 0.07 MB 107 114
239,676 239,676 00000000000000b2243c0a01558289e7ffcc7ff97801f4b0cef8412999873473 0.25 MB 645 245
239,675 239,675 0000000000000140d5eb39c9a18483fda223c92b509022a999848e295dd37346 0.04 MB 90 154
239,674 239,674 0000000000000091d5eaca2bebee03b1ab90c0b21082526e083dcabaeb1aef23 0.04 MB 50 81
239,673 239,673 00000000000000e036deac2a0729cfd6e25510e8ecd2bd2c7043179dc1ae74bb 0.13 MB 278 216
239,672 239,672 000000000000008ed025b0845d326545561e818413f7ba08abe75ca3713276cb 0.16 MB 399 235
239,671 239,671 000000000000003f60839c7165019c206c65985491203b71beac4980620078ee 0.15 MB 357 247
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.