Memory Pool Memory Pool Refreshing

7,649 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (554,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,247 353,247 0000000000000000039c75864359b46ddbc844f89def12728189dfba10a3b12e 0.75 MB 1,096 21
353,246 353,246 000000000000000003e02df4a89e1a6370ac92bcbd82f01c83e5598220b70dd6 0.75 MB 1,703 30
353,245 353,245 000000000000000009af8d9030170e5483490b44e56f83f22ecf2c4dd5ea9080 0.35 MB 1,035 45
353,244 353,244 000000000000000001987dfe896743d9076655ebc84b28681a418dcf0135c21e 0.75 MB 2,188 47
353,243 353,243 00000000000000000bf917f5063d394dd005b893085be6629328eaa2a1edc444 0.01 MB 12 27
353,242 353,242 000000000000000001be3a42a73493435cbc6aaaefb2b9ae172c8c5332227303 0.13 MB 207 20
353,241 353,241 0000000000000000099691a3fde50a3a47a304c4d87e50bc1591af15fdc3bdee 0.91 MB 854 19
353,240 353,240 0000000000000000004f6f140982e3e5fcf58a11bfc592d663c5d49fa888a6a6 0.75 MB 2,027 39
353,239 353,239 00000000000000000bcf006fde51821b5036e3201596ee207b4e9c85c96232e4 0.44 MB 773 24
353,238 353,238 00000000000000001323d8295591cb9fc3413fd20a6cbe94d95621c44110a408 0.69 MB 1,173 23
353,237 353,237 00000000000000000177fbec52aaf495ac725f67c9900e8224a5421a2fe841cc 0.64 MB 1,023 23
353,236 353,236 000000000000000004bcca835e1e3fa87da256faa4ba7f37d48121a577f1c44e 0.06 MB 130 24
353,235 353,235 0000000000000000003dcc50f8cbd673393157db6c9b75cb1c7a686ac685bd1c 0.42 MB 737 21
353,234 353,234 0000000000000000046796c81daeec0470b7889212115e3402f295b9a6f90771 0.41 MB 906 29
353,233 353,233 00000000000000001022cdbd300fcaa2100f96173864551bba84db7763fe8273 0.19 MB 379 31
353,232 353,232 000000000000000014a61b092e437db141fc2dade7f6e7741c0d358c0b8b131d 0.28 MB 487 19
353,231 353,231 00000000000000000ef5f90ef560173de564c4c5128ead7e8e85ec14edfbe676 1.00 MB 1,986 28
353,230 353,230 00000000000000000cfdb21f4e8eec2fd5e02db752f2a3eeb1628ea8df1c5bf4 0.45 MB 877 27
353,229 353,229 0000000000000000129aaa9d4c272a460f453bfb7831ee43c78adb59bd639045 0.06 MB 95 20
353,228 353,228 000000000000000002d46612066010edf7a802b05f4f9c88d94e7137b23ff03a 0.31 MB 389 16
353,227 353,227 0000000000000000044e59966c09036243d808405c3acc8aef0f6f938ae85114 0.75 MB 1,327 27
Previous 10 blocks ↓
Total Size: 769.03 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,624.87 GB sent, 93.01 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.