Memory Pool Memory Pool Refreshing

1,174 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (134,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,491 773,491 0000000000000000000316015260c4ed1f2b033e033c5be45598e5a84e606579 1.71 MB 237 1
773,490 773,490 000000000000000000074164cbcf492700e93f2e7089a888ec63850f732e81c0 1.49 MB 1,808 9
773,489 773,489 000000000000000000043b32eb23ecc57f5aa451ba2788228efb15f472384adf 0.83 MB 1,765 12
773,488 773,488 00000000000000000004ecb3c8088d2b51e847625ebe9c36f9405b4171dc0e8e 1.36 MB 1,896 8
773,487 773,487 00000000000000000007367bfd20b18b5aa334e13b352813a0b772748acf71c0 0.70 MB 1,099 8
773,486 773,486 000000000000000000045fc15241ac438d438c420b5a71c45c2c97c3af658d1f 1.59 MB 2,064 8
773,485 773,485 00000000000000000003c2c2a97fc87809362ca010c3d7e0bf88c80a85b21271 1.60 MB 2,693 8
773,484 773,484 00000000000000000003bfc73a970c1d89a6bbe4269f989a82eaf207d6affcb0 0.13 MB 199 7
773,483 773,483 000000000000000000040bc810399034e8c184a5398eebb1dd03d192893cc8f8 0.69 MB 1,521 9
773,482 773,482 0000000000000000000133efe25b6ead1f2b3c7efbb8444d7f03687c1d41425f 0.23 MB 528 10
773,481 773,481 00000000000000000001c5067a5beb78c828a4e5d77b75e1cdb137ee53a9e18f 1.85 MB 1,622 7
773,480 773,480 000000000000000000039e3821628abb0299719565d8c49533386659a871f81f 0.93 MB 715 6
773,479 773,479 000000000000000000025d62eee1265dad8a8d0b23da709abe0420ca85c32adb 1.08 MB 832 10
773,478 773,478 0000000000000000000124106f88acfac8560932941de5631529a1205492b1d5 0.07 MB 123 12
773,477 773,477 0000000000000000000685700696ad1e8b432ea58eb811039b548eeb962868b8 0.27 MB 377 10
773,476 773,476 00000000000000000003b24913d5b21fd57b37fe145dd6bc7ce21ba521d9565a 1.21 MB 1,245 13
773,475 773,475 000000000000000000054725a3a92f2dad79cd2a5358600395f16f86fe04bb72 1.03 MB 1,742 10
773,474 773,474 00000000000000000000a7b97cfae18fa336c43993a69482f614e5ee953b0c6a 0.31 MB 762 15
773,473 773,473 00000000000000000005e137c77cb8d6270ca30fa3a2f1a4eb63e46b949b6973 0.04 MB 92 14
773,472 773,472 0000000000000000000171979cd7422aa35c833259855cbdb49c109617c2bce2 0.06 MB 187 14
773,471 773,471 000000000000000000038eb5f4c99ecca3970f97075976e5ec6ac30fc6fae347 0.54 MB 907 11
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.