Memory Pool Memory Pool Refreshing

5,485 transactions (1.88 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,186 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (848,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,175 60,175 000000000981dd25afc9ff8fc3c2cf641427f80ff64744028d38b59b18a12d1a 0.00 MB 1 0
60,174 60,174 000000000196eb4766519d33277c1fa25ecbf092faf0e22c8c9f3786bc217423 0.00 MB 1 0
60,173 60,173 000000000a102b68637516301f6e91356d070eb91d3976bb31e3b62c08659afe 0.00 MB 1 0
60,172 60,172 000000000f64034e710ebb54402e4d2a22707d5e065b9d2c46f34e93d102fecc 0.00 MB 1 0
60,171 60,171 000000000181bbc53b5fdae39e23390a59f60c491992340a51cf68b0ec22f7df 0.00 MB 1 0
60,170 60,170 0000000003c644b6a7c1973bf6004180ca8f21dc1346c977b06035f9145e8e6c 0.00 MB 1 0
60,169 60,169 0000000008e4cb5ad126cf7297bd7462613c702e18facb392b1122282f3c669a 0.00 MB 1 0
60,168 60,168 000000000c7a7c55bbd55578a5f0ed0ea2f416d6ed5d13a161224f37af623095 0.00 MB 1 0
60,167 60,167 0000000008a5a9c5451820402e64d3ea57f8b62c946e598c97812bf59a5aaa4a 0.00 MB 2 0
60,166 60,166 000000000215aceb38ea8981b99939f4bc950e4ccd890cc91b060de10122406d 0.00 MB 1 0
60,165 60,165 0000000006e3a2e4b9de143f9f088cdbca4e37a1401ff4011eabe3b0693c74fa 0.00 MB 1 0
60,164 60,164 000000000f069d2511303b9f3baeeffb5e196d1a7f650eb64ce5012554a584ca 0.00 MB 1 0
60,163 60,163 0000000005febc5fddce811b459e8891b51b2cb2a1bcfca2bfde233ac09a8811 0.00 MB 1 0
60,162 60,162 00000000060f8a7fa29b51aafa3c5daa815aba278743bb8b9817a8895f6d031c 0.00 MB 1 0
60,161 60,161 0000000002342e6de3f9aa22963c967e8fe6b27b17c7da6a39f9ff985f7b00f3 0.00 MB 1 0
60,160 60,160 0000000003e105afcb01327bffccfd92e63856510d6184a085fb9e18579d1a97 0.00 MB 1 0
60,159 60,159 0000000005a09c29974a59e9b490a1c531b1faf22add8bfa2d00a39935271001 0.00 MB 1 0
60,158 60,158 0000000007dfd9232d45f074c395f5c00f0bdeed1829d30302614a6bf811cb75 0.00 MB 1 0
60,157 60,157 000000000be824e43f0ac3fc9638d7d9ea60795fdb7d1cb9c4f096d5193991b2 0.00 MB 1 0
60,156 60,156 000000000107048e0b7333edfa72dba00a3e7e45d279b04673fca63fee6f9b57 0.00 MB 1 0
60,155 60,155 0000000003d8a17597b5eabd48bb6d78611cc75700207ef48d9f3351b61d9703 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.56 GB sent, 105.38 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.