Memory Pool Memory Pool Refreshing

9,029 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (732,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,176 175,176 00000000000001825e356382043919f76fc9ce219d2ef8b7d149d4cbf25ba972 0.01 MB 31 163
175,175 175,175 00000000000000232c7dd1280e884ef276bbadfab784efa10f3004475808308a 0.00 MB 6 0
175,174 175,174 00000000000004746c019bef4e44619faefeb734e5dab5dd5838477affdbe7ee 0.00 MB 12 51
175,173 175,173 0000000000000628e234444ba7bc27e8d53144c31cb5c454b5c58c1265d70a62 0.03 MB 95 127
175,172 175,172 0000000000000545b6b9df7e358fb20b91a1fadeaa656e5c3ea5268287748c57 0.04 MB 88 133
175,171 175,171 0000000000000165b076ccd1857b8fb440611bb52a7ae760d4973e86a5aa4e45 0.01 MB 19 39
175,170 175,170 00000000000002f4bcbb5c18d9c3d6b3655d39b38561d421b756e7c0410cc256 0.04 MB 127 22
175,169 175,169 00000000000001047622e86b60e09cbd0f7bb8dcd7948b411d6a040e01a9c15a 0.01 MB 12 48
175,168 175,168 000000000000094b7dd43ecb9f8542f1107426c6609a9133b4632447c438a4bf 0.01 MB 15 197
175,167 175,167 000000000000023840300119326967eb6ed34d38fe4203e8d75c7efdbaf404b1 0.03 MB 66 145
175,166 175,166 000000000000092cdda4483b236e40530dc0f44c16c058c2d280d3ea8d407dae 0.01 MB 22 14
175,165 175,165 00000000000000b31321b8bc4ffdfa42c70773d089fce4c6c7738668137c08d5 0.04 MB 83 160
175,164 175,164 000000000000002825ff87929326bf34d40d72503e04ad52ee6c9f94571acf4b 0.01 MB 21 82
175,163 175,163 000000000000056f9edfadc8cc796756eac20936f05c916f0e959a6204c7724d 0.00 MB 8 45
175,162 175,162 0000000000000704929c472adf540fe47a38d551e81d1fc0641c4f0b9ff8f03c 0.01 MB 20 40
175,161 175,161 00000000000000efe54c70d6083a5a48a7678ffd3d7c9f3f26820e29562e20ad 0.03 MB 61 279
175,160 175,160 0000000000000429256979d1ef69bd9c676f2407fc806e574b3a45070c79ee20 0.01 MB 22 102
175,159 175,159 0000000000000894d23d9f83b473829981008b147e2f83049280cce28c31c262 0.02 MB 28 62
175,158 175,158 0000000000000042fc803102d1ef7481081dce7a9a6071a9e866dd7da2ef62a7 0.03 MB 127 62
175,157 175,157 00000000000009d7ad7aecd297adec41365fa48aec8cdb66335ab60d441596af 0.00 MB 2 0
175,156 175,156 00000000000004d289ae35fa83647b35cfa7cf20a0e99ff0fb06194009d86b09 0.01 MB 11 49
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.