Memory Pool Memory Pool Refreshing

7,625 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (766,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,600 141,600 000000000000065c61b62aa25f3119091f4c51530b8c41ee6ec9ec75a85f5652 0.01 MB 24 151
141,599 141,599 00000000000008294ba64ffbac46ac8d76aa0c8ecdfe228a0bb2f0eb91c5b537 0.01 MB 20 979
141,598 141,598 000000000000073a38a847f9f05d17dffd7decd1350e9c2b22e53310c87653bd 0.05 MB 93 62
141,597 141,597 00000000000004a03d93a7fe4ba50ea76ad31260eaabd68bf69f4b7c8ce3093e 0.07 MB 124 243
141,596 141,596 000000000000013bc2bba3606a2053c14ba975522f1604de6762b678c3164c86 0.02 MB 32 82
141,595 141,595 00000000000005f360613a0d6ae75f58de1bfa17e00e6e71816b8d8fd81d4214 0.02 MB 34 220
141,594 141,594 0000000000000351566a269df05fdb42663e7930ec49545fffa6f5c72e920a61 0.00 MB 2 0
141,593 141,593 000000000000072baf86d090f14e95492c0b570de5ff72cdbc358bbcf24f3610 0.00 MB 7 78
141,592 141,592 00000000000008d03942aa53793b54f64e2ef965923b96ce4c2b702c96fd38b6 0.01 MB 8 30
141,591 141,591 0000000000000249fa80950e69e17e76dfe92ffde1731754b62724b76e93b533 0.03 MB 93 27
141,590 141,590 0000000000000460eece1e60f22fcaab28c82e7894903e5d7b4c4a6526c8780b 0.02 MB 29 321
141,589 141,589 00000000000001bff1ab28c442c531c40621df927f98df01bfc96feed0948e5d 0.03 MB 53 104
141,588 141,588 000000000000073f84795a86bdaa9fdaee6b8b4a7776b00501310acafd0442e4 0.02 MB 46 146
141,587 141,587 00000000000002ff7869820912bfb7bb544319901230535290884b8975d1b638 0.05 MB 118 107
141,586 141,586 000000000000008fab57df4efd11b464a651d9c68a9bdd124608aef2f10150ac 0.02 MB 33 36
141,585 141,585 00000000000007cae7a782a4c00bbc3d5d337c2f4e32c28d0ddb6de7639c7904 0.02 MB 51 170
141,584 141,584 00000000000007137f4969b2a4c6c16947d48e6bd7675046d31005f37e123a51 0.05 MB 114 264
141,583 141,583 00000000000003e455ba626b11302984a00d049ab04ab84bbe9263d8d70c3b8b 0.02 MB 18 103
141,582 141,582 0000000000000701ff4f57a6fe11f9c90cc78abf3a6dc96cf6e837be13389092 0.04 MB 84 196
141,581 141,581 00000000000007a837d471d0cf045e40e2489e74308b6dfa65f5997519e98dac 0.03 MB 100 6
141,580 141,580 00000000000007a060754820a58c0bb5cd5c9f9a4f09d11102d15f9e55933aa8 0.00 MB 12 831
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.