Memory Pool Memory Pool Refreshing

11,644 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (401,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,595 506,595 0000000000000000003db638f247d951790dc250292d28f70bdd8e229b66c51b 0.13 MB 60 25
506,594 506,594 00000000000000000009e6940e31566d33e6dffd2ba8c32334170a034133ce93 1.03 MB 1,794 67
506,593 506,593 0000000000000000000738ffb9cf47759c12e4e90fa79e2dfddbbe6b632345c9 1.01 MB 619 58
506,592 506,592 00000000000000000059215acc2265dd9ac81e077db565470262d8c005a207d1 1.06 MB 2,177 136
506,591 506,591 000000000000000000012296f900f4c07b7e254677a5cdb8612a966e62ab8d82 1.04 MB 1,591 74
506,590 506,590 0000000000000000000ed7851ebc9f37dd7c70977b5cfa8c8d5a2ec14f5552ba 1.10 MB 2,120 180
506,589 506,589 0000000000000000000301ae263fcdffff612f692f0f09f389b2376dba4523d3 1.00 MB 554 5
506,588 506,588 0000000000000000005357a1e08ed7c22d0705e2d423a3e7897694c5c5ad8880 1.00 MB 433 5
506,587 506,587 0000000000000000004d124b65256d8ca7638f4263bc493a02667aebbf73f547 1.07 MB 2,254 151
506,586 506,586 0000000000000000001be469ca2dda7930cfbbbdf97650221ac6071711991166 0.18 MB 458 162
506,585 506,585 000000000000000000446fea29c518ae554a02691f9b3624db7b8fb1bc15d162 0.37 MB 846 110
506,584 506,584 000000000000000000402d6da27168dd52eab752512d24ea9fc97573e7c3fa7c 1.07 MB 2,376 158
506,583 506,583 00000000000000000063ddf27bfb0f3056266bdbc4e859aaa6b804c0b87c0d07 1.03 MB 390 13
506,582 506,582 000000000000000000260056e3b6834a9db7bb70052f5854350de7880b6374bd 1.02 MB 920 55
506,581 506,581 00000000000000000063fb227ac9abeb611bc9db400b4d99150d77816e912bad 1.05 MB 2,031 128
506,580 506,580 0000000000000000001d921a24988027667052e48168adfcb3d36df03b323143 1.01 MB 710 26
506,579 506,579 000000000000000000448f2be2b58fd137def010f56fbe12957908b9c3da43f8 0.49 MB 1,163 147
506,578 506,578 00000000000000000065e2d158d8b2542bcbcc54cc3983a91a29ae35b624abe2 1.03 MB 1,721 99
506,577 506,577 0000000000000000003d18866ec51a84a446f8605d79014246180aca356f2568 1.08 MB 936 28
506,576 506,576 00000000000000000058e223033d2bce5fb113532543f8d27688660a2dd71d8e 0.02 MB 58 155
506,575 506,575 0000000000000000005571c9076e0604e4bd942d647fcbc375d8a4c1761f32d4 1.66 MB 323 10
Previous 10 blocks ↓
Total Size: 768.93 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,612.63 GB sent, 92.48 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.