Memory Pool Memory Pool Refreshing

1,978 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,240 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,467 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,239 (815,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,341 92,341 000000000002004493ec1398c503d0697d5d9c2d3467e927e438530dc4441900 0.00 MB 1 0
92,340 92,340 00000000000204ff36a2bb12488acd2416f586ee568ca11b45bfb98797168776 0.00 MB 3 0
92,339 92,339 00000000000629c9abdbd4101e6b79c59603b3cb8952a4aa1ae9f81ab0566b97 0.00 MB 3 0
92,338 92,338 000000000009162bd2acf67b1f3fd983d5e2997c1f95ae4fef1c46e3cf7682aa 0.00 MB 3 0
92,337 92,337 000000000009dc840d9e4b2f8661b13cf4df15f7b1c024d47de111670019563a 0.00 MB 1 0
92,336 92,336 00000000000562da0dc8d49d963ced3ef08a3b1f9a86842feec9af574d4fcb83 0.00 MB 3 0
92,335 92,335 0000000000024477dc28c4748d96148f6bd441b0d44e372ef1810d6433f2f82e 0.00 MB 1 0
92,334 92,334 000000000001535a21e42ce7958f2b017a4611aa914bc9c66df3980b95f49a36 0.00 MB 1 0
92,333 92,333 00000000000b0678bf4c668b7a0c7bfc42b4e386e6c03f7f73c68df4af2b4e6a 0.00 MB 1 0
92,332 92,332 000000000006326e060b0386d9a39fa59fa3f787795216ca24e75ff5da924113 0.00 MB 1 0
92,331 92,331 00000000000d2fa8fa9ad15311f013d6c137125e29ebc24e49d0527dfe20d613 0.00 MB 1 0
92,330 92,330 00000000000a7c9bfd9b4fcda8920438f7ee5ffa104dd8c8920b2e8dcbe61251 0.00 MB 2 0
92,329 92,329 00000000000361102b3b53dcfe4bd2fb973dedae8390db5fca6b906c55355f9c 0.00 MB 1 0
92,328 92,328 0000000000096fc89eee11b200930653ade02f07316c054c51de56cc35e97f44 0.00 MB 1 0
92,327 92,327 0000000000046e768c41ccdcd0f7648465100134fdaecb7d7c3b1549a3ec706f 0.00 MB 1 0
92,326 92,326 000000000000c155c81bbe94c337028e3206f63e4ef762891d6fe0a39b297e3d 0.00 MB 1 0
92,325 92,325 00000000000ddf7895efe6aaec203d3b88a6587a132f08f4896c4e391cfe99fa 0.00 MB 3 0
92,324 92,324 000000000006badbb06db138e706ca0b945792fec680f930a0e5b4cda49d999e 0.00 MB 2 0
92,323 92,323 00000000000346da7af1992963ab792e3c19c14dccc59b660108b869bb9bd007 0.00 MB 1 0
92,322 92,322 000000000002cd848d85b3ee55c24c21b24f5b5e5ab6fefc0bb3d87851c1cd73 0.00 MB 2 0
92,321 92,321 00000000000d856bd3a3d3d3cadf6add91d842346c8c6ec1d0e2fd15f88d7da5 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.38 GB sent, 97.84 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.