Memory Pool Memory Pool Refreshing

9,180 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (778,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,195 129,195 00000000000001c2e47e5150f3b1d511ecbcea8a244d84eebd096deecb4b38ed 0.03 MB 109 140
129,194 129,194 000000000000045e0b842bb0a3049232e61fb8d587d9e53ef636bad671f31bf8 0.01 MB 15 1,678
129,193 129,193 00000000000014c4106300968a1c42174daa28b02bd3e79a54c2bc40a49b5620 0.02 MB 65 46
129,192 129,192 000000000000199ff6e2ca073e254b2881a079d25c292480ad5b290602927194 0.01 MB 11 1,450
129,191 129,191 000000000000138d008342d025f9ef50dec3fcbc1fa30a5d9a7fa22c4a53e802 0.04 MB 96 742
129,190 129,190 00000000000002dc833bdf6d79d27d60f15a09eb9af7d6c71d14cc23274fb8c6 0.01 MB 16 1,030
129,189 129,189 0000000000000ca3b27c4f6065629908add446e9f2f95f93f5fbdffe4b97e62c 0.03 MB 94 1,960
129,188 129,188 00000000000000528ed9e84fbf1ec91a9159155d9ed32ae7c9b8fd991543538d 0.00 MB 17 235
129,187 129,187 000000000000091b1f05e7d8076d99fc8a14f06a2456b9a394244eb286b7dd3e 0.00 MB 10 219
129,186 129,186 0000000000000c54b2f763aaf8acd78bc5d65e9131f969c27bbe77f823432969 0.04 MB 124 198
129,185 129,185 00000000000017953e60f257e9355211a83d7b6371e19596807af1e9bbc82f04 0.01 MB 16 1,424
129,184 129,184 00000000000015653ed1a20d0eb6f3d46337431e860fce94704fee95ebbaab53 0.01 MB 47 832
129,183 129,183 0000000000000008b5150866ba8cef5221d461cb1d10fb02e52e2f20a20a4423 0.01 MB 12 834
129,182 129,182 000000000000113acd8b46ce6c5a122fe3233755259fc406c5af5f2346064401 0.03 MB 83 1,745
129,181 129,181 000000000000043600e0e7c3a59314fc3f34c175524863d5fbf8cfc0840afe10 0.00 MB 12 0
129,180 129,180 000000000000123f7186dd59c3be854b6a5044a505cd29e587646eb6d65d2f09 0.01 MB 41 573
129,179 129,179 0000000000000808edac40eab081f3140b47d5b28e5340590eec46cb3e7ad1e4 0.00 MB 9 2,042
129,178 129,178 0000000000000ec9d107c1986a44ba4663246dc6f2729b57b96bedb07add31cd 0.00 MB 11 809
129,177 129,177 00000000000002d392ff651658b6a923d7fa212b01d01a9fb47ae74b32101edb 0.00 MB 9 0
129,176 129,176 00000000000014c31ba1cb7b1d140970c51762a84999d959bfbbac492ce55f24 0.02 MB 51 926
129,175 129,175 0000000000000a2c6dc7cc1b9140ecef1927960178866d1e2e895dfb317d02b7 0.02 MB 80 2,865
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.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.