Memory Pool Memory Pool Refreshing

911 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,286 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,285 (854,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,486 53,486 0000000002820ed25b7603b70bee4bda6e172c63f65fc23f1767529c870d83f8 0.00 MB 1 0
53,485 53,485 000000000527388711b6d23053ac1b8d7e37977cc9ef5159ade9c91be77f43f0 0.00 MB 1 0
53,484 53,484 0000000007654145fb3be342decb689190706c01c659c72a26ddc29cd0d440e0 0.00 MB 1 0
53,483 53,483 0000000006b060d5caba65058dbba57f5468953c096c9c7f86b4802a8bba228f 0.00 MB 1 0
53,482 53,482 0000000001c53f96906bc9748611fdeb914b0946dcc42f68cfb3c647ccff43b3 0.00 MB 1 0
53,481 53,481 0000000001aed21e818f1d1a3c41308be4eb65473971fb6e277c5521492204b7 0.00 MB 1 0
53,480 53,480 000000000bc6fddb435f7dc7b5c50b5391d9b66066e9807d128fc3b8edebfd50 0.00 MB 2 0
53,479 53,479 00000000092e8326f27fdb9982f839c134a771c11f6563c13bad1df4482ff2c3 0.00 MB 1 0
53,478 53,478 0000000011528f4cb05dfaad60c47be1cf92126bcb36e936272f3c160305e19e 0.00 MB 3 0
53,477 53,477 0000000001863a71f42428759791f77cd8ed7f67da1af8e1dbb277946a8ee24c 0.00 MB 1 0
53,476 53,476 00000000094c048e29a6306865f4504da1c62f30cd3ed2313d3dba57852bd504 0.00 MB 1 0
53,475 53,475 000000000b7db5eafc251de3923730dcc17a9784f659a22de23ffb90b5653287 0.00 MB 1 0
53,474 53,474 000000000c8ae920605a5cee4ac0b940b79be823dd79a948552b0053cfd1deb9 0.00 MB 1 0
53,473 53,473 000000000a6e87243d2398d5d8b0613c914ab90d787c1e0680ff8fd971bda1fb 0.00 MB 1 0
53,472 53,472 00000000087eac7f5de435f9f16a476a4df08f128a384a083258f64be1e65776 0.00 MB 2 0
53,471 53,471 0000000013b6bcecfe702a7ac28bcf2c233098d7f4ec9afabdf642c469d0deac 0.00 MB 1 0
53,470 53,470 0000000003944f83c707d9be9ddfdad117d6c4004e501bfdbca1b882903e4681 0.00 MB 1 0
53,469 53,469 00000000014e7f0df451e16cd7159797be2a440f14155f67371539940aa4bae6 0.00 MB 1 0
53,468 53,468 0000000006183cc2be553f939e323e08b57530800c190f3f22700275be166d29 0.00 MB 1 0
53,467 53,467 0000000013ede45d7b76aae4b8f5c6614626e31cf2fa6a86ab458fff20d80b3f 0.00 MB 1 0
53,466 53,466 0000000007c70f9edb9c343f181839c89c7e0ea813afa97f1465e4a6135104d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.17 GB sent, 98.26 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.