Memory Pool Memory Pool Refreshing

1,657 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (587,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,538 320,538 00000000000000001f91dba76191427425d09a89f7a8b3ecd5c73b4c2b2da6ec 0.15 MB 320 30
320,537 320,537 00000000000000002721c98799e2110db417874d11fcfe8e12456e8672cc322e 0.03 MB 74 34
320,536 320,536 0000000000000000025e3b6492f810a2c896cc1f27a33de07f26624bd3bc0749 0.48 MB 974 31
320,535 320,535 0000000000000000275e4ed4e1b2bdc8940083aa1ee4552956b9b2f433ceec6d 0.29 MB 496 26
320,534 320,534 000000000000000017bc85e0007e4b541e20c18f4198533f2fa61ce6cff30171 0.03 MB 45 28
320,533 320,533 0000000000000000016c468c77ef53f8103a1008b83a73c5cec54065055611b9 0.11 MB 211 29
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
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.