Memory Pool Memory Pool Refreshing

6,047 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (214,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
693,696 693,696 0000000000000000000c30449b6ed063e285b5454df62d8e7d0ddc2acf4d5158 0.16 MB 319 9
693,695 693,695 0000000000000000000f2fb1d04c98e119f1d332dd5e40252c2e2691a0f73a88 0.83 MB 1,288 18
693,694 693,694 00000000000000000000680e40ddd31b2559714c6f9df162920358f1f94aebe1 0.85 MB 394 2
693,693 693,693 0000000000000000000ec318ec1e59024b8835f458a69fc74dca5ba72364706f 1.08 MB 468 2
693,692 693,692 00000000000000000007eda4355440c95631da4956996c10d463233c65746e95 1.31 MB 1,997 9
693,691 693,691 0000000000000000000d4eaa6f1deefd530e5cde09c9fd0899ba8ec11643488f 1.05 MB 2,127 13
693,690 693,690 0000000000000000000518de14b6b77ca85b245c79ad4afa9fe551699949a594 0.33 MB 670 14
693,689 693,689 000000000000000000048827e038fb7aa4dcfd978d117b127d34d1d4ab178362 0.30 MB 630 11
693,688 693,688 0000000000000000000699d51bcef4bc1d7229bf96837125a93d40daddbb016e 0.24 MB 349 13
693,687 693,687 00000000000000000003230b71524d8c84fd87ce226327fcda2ee5f020279cd5 0.56 MB 976 11
693,686 693,686 0000000000000000000f36c210dbb46f66de275d6598ab5e8c82f66ff6295c06 0.95 MB 1,926 13
693,685 693,685 0000000000000000000446f967fd0639fa8f035022bd4a0ac334c995adedd217 0.73 MB 1,419 13
693,684 693,684 000000000000000000120186d644ce6aeeaced882648a4cb27a5a4debdf635c0 0.04 MB 68 40
693,683 693,683 000000000000000000102818fb06ef454c6b747568726e0e0fc74a97af6fd9dc 1.44 MB 1,823 11
693,682 693,682 0000000000000000000d146aee602194ad7e73f09eb11fcb7c81e096033280a7 0.28 MB 612 16
693,681 693,681 0000000000000000001181275267dd201fbc4cabbd8344241eb08d6b27e642ff 0.28 MB 564 11
693,680 693,680 0000000000000000000fdf70243ee4004dc1695b909ac858d8067affa7528a53 0.03 MB 69 15
693,679 693,679 00000000000000000002022ee11435831efbeb3f4fdd63535edb8a61012b858a 0.80 MB 1,583 10
693,678 693,678 00000000000000000007ce55298ecb1e7a2e649410bad386ae78d0c1ab32c3c2 0.18 MB 259 12
693,677 693,677 0000000000000000000dc2a339e20e052b747283497e3dd79a2390b1f1673a3c 0.29 MB 668 15
693,676 693,676 0000000000000000000465282222945cba344d3c3b8035b6c4e0c249c1cf1bbe 1.01 MB 1,782 13
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.