Memory Pool Memory Pool Refreshing

900 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (799,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,165 108,165 000000000002550e0e13b1cfd90323a032f8485b5e784d1f9eee158aaafcef95 0.00 MB 11 0
108,164 108,164 00000000000246d94290f0ecf4f50a0ab9c0abc1cc663b2bccb20350c958adec 0.00 MB 10 0
108,163 108,163 000000000000c742aa5777cbbd8b57f1b52df9ce70814c9b4b8bfcb4a6fbee1c 0.01 MB 39 0
108,162 108,162 00000000000058ec61bbcaa28b77b40bf1d2881e4a2922445fac00b8f13ef895 0.00 MB 1 0
108,161 108,161 00000000000175a250cf88610441658ff5fe0ceab44e14bde6ab58926b431f41 0.00 MB 9 0
108,160 108,160 0000000000003f05093246db86ab1251ee43ef764fb427a885969d58a32fd730 0.00 MB 7 0
108,159 108,159 0000000000004515efe50a981b32ce2192a21d7eb9904d8a56755212938665ca 0.00 MB 4 0
108,158 108,158 000000000001dfa0f7a7243759580ef6dcdc5d23605f52f69603f2a9cc234f81 0.00 MB 7 0
108,157 108,157 0000000000027e9c63dcfbf45029e6ad61101865d0767fbcf35c653a023e3e03 0.00 MB 13 333
108,156 108,156 000000000000c7e079d10d69842ca3661b67296940d3cda0228d1e2a5d6009e3 0.01 MB 26 0
108,155 108,155 000000000001253163fdb50c740c9c06b787d82eb25e2f67cd30aae3d788c006 0.00 MB 5 0
108,154 108,154 0000000000015dd08476244da7f4d43d35972f1775068410e8b90acf8a1eabf8 0.00 MB 3 0
108,153 108,153 000000000000c8d27a1b02dde032328b1bd7e9e03ce321f9c5e0ac1f2dffb7a4 0.00 MB 1 0
108,152 108,152 000000000000d6c1f89f77557486968d41f012b8d7abd3c31b9c71d33f7dab15 0.00 MB 7 0
108,151 108,151 000000000000bc9740d602fcc4d31fbaa5d8cca416b5a0800f8ba32680b6d401 0.00 MB 3 0
108,150 108,150 00000000000266faa594b79d0cf9e68e2e67016b9abe92b9085e19cca77786f5 0.00 MB 2 0
108,149 108,149 0000000000020e5e9d20982cfd95c27a39c6aab0f84641d96dc7b3e027ba632f 0.00 MB 4 0
108,148 108,148 000000000001712523d808629011b349ca26cdf0597380c70559b7602905da32 0.00 MB 17 0
108,147 108,147 0000000000015485e36fefd7dd0a68798282417438e82c8a16f85c76583172e1 0.00 MB 3 0
108,146 108,146 00000000000174748a0053532a26e3c47647bbb64701facf2cf4cba926e8bc31 0.00 MB 5 713
108,145 108,145 000000000000e638406c339103a9c96402b76760b93b5471717e0f962332cacb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.58 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.