Memory Pool Memory Pool Refreshing

1,534 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (832,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,166 76,166 00000000003415c47ec90b1a8ae8ea02ad112a3389de9454a14921d2ef484776 0.00 MB 1 0
76,165 76,165 00000000001f8f31a4f38d12bc49e77576b9e7357f62adbdb25fc860df03c883 0.00 MB 1 0
76,164 76,164 00000000005871db07ffdf35cc4ece8f9cba02429a82caf25c47c9bb6bd65d3e 0.00 MB 1 0
76,163 76,163 0000000000050aa485eb3f51477b29ede17927fb78e01c51def29d0f31a2bc87 0.00 MB 1 0
76,162 76,162 00000000002c9f935e341de5efd610bb2ebcf7b8bd63bb4b3136d35ab22bdb38 0.00 MB 9 0
76,161 76,161 00000000007aff8020a87eba891e913641d97092db1297fedee38494dfa4722c 0.00 MB 2 0
76,160 76,160 00000000003110b77de74d891a29ecd76298cf9fff812b70466bf57927eb46be 0.00 MB 2 0
76,159 76,159 000000000005560bafd779f7a68cac34d8bfd7862bbae3eb25761a97244458f2 0.08 MB 4 1,041
76,158 76,158 0000000000453a111ef02cac5ed2c084ef314cb09496592565d5d69549a42f91 0.00 MB 2 0
76,157 76,157 0000000000108cb622db51b7ec5481c2e6e37892d00c1a5f18b6b825f7c5d007 0.00 MB 3 0
76,156 76,156 000000000054932a4c2f98e3d2f4da3663b3a99d1f207d87d7bb843e547fc1dd 0.00 MB 1 0
76,155 76,155 000000000019154a8d63b77825d0b70186d03f1687a8c19e0ba70187a31cd1fd 0.00 MB 2 0
76,154 76,154 0000000000680ae5a7ffc68ba3a3b24f2399b8e342214f38ef31850d8f60c730 0.00 MB 1 0
76,153 76,153 000000000053b97c3a747c68419aeeaa381b8d8bd751a805dc7372681d24e9d5 0.00 MB 1 0
76,152 76,152 00000000004a268aebea723cf6f75e5ffda524c1b3dea4ed89f6157cc5007dd3 0.00 MB 2 0
76,151 76,151 00000000001dcd11136b8c4d9bf43bac25d6dbd997d4b66b637ec9bc5eaaaf12 0.00 MB 1 0
76,150 76,150 000000000045b8ed3a34a989ff2098647cf9c96d000a4e54ed50a1508ce56d0c 0.00 MB 2 0
76,149 76,149 0000000000789ed57cd43b1cbc7d976d05678aed37ff0e0ab86c822d570ad4aa 0.00 MB 5 0
76,148 76,148 000000000024a4088cacf9fe114a1f66ba55df6c9cd48c2da45713b4179c5a94 0.00 MB 2 0
76,147 76,147 00000000007cd2823759dac75c4c0b85623b0bb3d7b1aff10ae3a710e90968a5 0.00 MB 7 0
76,146 76,146 0000000000769b511ddd07e1587cfa230c5dc271cfd70751c09bb28c336eff20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.