Memory Pool Memory Pool Refreshing

3,809 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (587,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,532 320,532 000000000000000027576ec0c836564785ecd70b3926254f3fdff333f52f70d8 0.06 MB 121 33
320,531 320,531 000000000000000016336583b03b6b0fc9ef0b5609e651d39424ca0a60e67861 0.01 MB 18 15
320,530 320,530 0000000000000000248903c40ee8c08d552c058e3300c5aa14ee4f96ba5c028e 0.25 MB 485 29
320,529 320,529 000000000000000002ef3c4b33f5673819e11a50600b0bcd7204299e2f97c162 0.11 MB 104 19
320,528 320,528 00000000000000000227fa8c00780c1b6cf98a80b8eaa56011c1a56ed0332454 0.40 MB 795 28
320,527 320,527 00000000000000001f5e726dbbd7654f02d080aa1366b433cd1ec63e3a903497 0.04 MB 64 42
320,526 320,526 000000000000000000a775088594898153bb5f874f64414e256f53ca29ac210d 0.06 MB 88 33
320,525 320,525 000000000000000006c7e17b4dab48be97ff9083637164f575b8dacc8514559b 0.65 MB 1,017 22
320,524 320,524 00000000000000001e8d77d961416a859b99cb4576970412fc82bf3f15dd930a 0.32 MB 1,024 46
320,523 320,523 000000000000000013eda2041d3fcc1a981e71379d43f744016343b96e5696ef 0.31 MB 526 27
320,522 320,522 000000000000000023db2e1801a53a413ec322408efb102e43de6885a951108e 0.24 MB 404 27
320,521 320,521 0000000000000000215261a98b5bfb91fb706f78d6db060de84e9b803837e1f2 0.30 MB 513 26
320,520 320,520 00000000000000000d08120514b9fb83f59ceab38a9a670572a7d47b2b2e8a2e 0.15 MB 282 28
320,519 320,519 0000000000000000039f451de3cdff323f705ce6137067607113b623578862bb 0.42 MB 685 25
320,518 320,518 000000000000000022c367c347e3fb6a220471dec8117823df718503732fa73b 0.04 MB 109 26
320,517 320,517 00000000000000000b816edbfd92a7b00938925e240fad2cabbdde62ab486180 0.19 MB 428 30
320,516 320,516 00000000000000001e8540cc249e0d2fc272ef9ffb921aecc8b69e5c3432a3cb 0.02 MB 41 25
320,515 320,515 00000000000000001a139a41e4c89056d5751f5f9e97c910c0af6e1a25cd63b9 0.38 MB 601 24
320,514 320,514 00000000000000000abab3aa3a7ccffcc70235783f49ec897e7b733b2604a9ff 0.40 MB 625 23
320,513 320,513 00000000000000000c7f7331c3c5f19b6fae457b4394d4e63be07d9b9cc4cee9 0.53 MB 293 14
320,512 320,512 00000000000000001a544fd9a21f8f064b3179d50b78eabd681f38fa61ab1e25 0.35 MB 613 22
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.