Memory Pool Memory Pool Refreshing

5,539 transactions
15.27 vMB
Show Random Selection Loading Transactions
Max Size: 64/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (832,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,206 76,206 00000000003c78c499d96fc28389943785d88b1b92d3aaa601e660e74a897b67 0.00 MB 1 0
76,205 76,205 00000000003330ba3136f289d55643869dbdef969f861d2a58a95b2854064155 0.00 MB 1 0
76,204 76,204 00000000002f3b98eee1efa658b2fa118c36fc531db7b5a6430a0cd6c435c248 0.00 MB 1 0
76,203 76,203 00000000002921fdddc44bd99ee491a23f5a9f31f598af6787a576fab96eb97e 0.00 MB 1 0
76,202 76,202 000000000032df1bc440709eb2e0aa7d3870b8321046b560bb68f1e1b2f30687 0.00 MB 2 0
76,201 76,201 000000000010be7c2ad8eed74d5f35848d0c5015431ab7d48d76a12136ca5876 0.00 MB 1 0
76,200 76,200 0000000000334acb94cf689e23b90a249e7a65b303712367a669cd05ac5350fa 0.00 MB 2 0
76,199 76,199 00000000006f7c416aed15a88fbe961ece40daa4c3629c7ea2dcfea621b3ecaa 0.00 MB 1 0
76,198 76,198 00000000001634c49449e3369f0868edf32c91b3b0db22eeba93ef6d27168c11 0.00 MB 1 0
76,197 76,197 00000000005c91cadc1dc49655b60f71992aa4ad66487433c13ad34040e036b9 0.00 MB 1 0
76,196 76,196 000000000000a1b89e6bf8ff468e5ce62b61a610be4c0b344c38b2c3132d23d9 0.00 MB 2 0
76,195 76,195 000000000047ae62a9bcb18728a1a3f67c9a43c9f50544e67e6a93d27ab30e1b 0.00 MB 1 0
76,194 76,194 00000000001af073fb9b5524018f87f95a87e85d10270ce0e504c3004939f498 0.00 MB 2 0
76,193 76,193 0000000000099a899cff6c1547d01be378b4d364aafa7d434d6d878469debb11 0.00 MB 1 0
76,192 76,192 00000000001f9550b9452973a30d093755a68b3801da79b0101e59eb09d6d57a 0.00 MB 1 0
76,191 76,191 00000000007ed562d6e8f588f2b34b3b542f4170e0a58d0bb109de52868b8dfa 0.00 MB 4 0
76,190 76,190 00000000001c44c530894320c977e1c6975fd4ae0d2ed81c5a4af4849294c062 0.00 MB 1 0
76,189 76,189 00000000003eb0f7f4119baa383976a2379c57a9403dce0b17fb6c037e29b2a7 0.00 MB 2 0
76,188 76,188 0000000000093adbb6b878e9f7e4f32175c5cd2005ceb022bbe17dfc31acb3fd 0.00 MB 1 0
76,187 76,187 000000000032f3c693f850ce8a11dd5b70c9738931b9ade62c26945833e5037a 0.00 MB 2 0
76,186 76,186 0000000000667fe9b874ae8b995f1c694a555b5f241fde61b777d100d7175f10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.48 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.