Memory Pool Memory Pool Refreshing

740 transactions (0.29 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,068 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,067 (858,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,117 50,117 0000000000c4fb021e0853ae2db038d36607f83e84394cda442dea3aaa0dcff3 0.00 MB 1 0
50,116 50,116 00000000077e53418cca1c32ea81cf96b510be808908d6b61cfa997a4860c17b 0.00 MB 1 0
50,115 50,115 0000000002a89759f0a0433c7c3925e21616beae88eb3ad728d85e91a53b7bd2 0.00 MB 1 0
50,114 50,114 0000000017ab93792805cfee095c8701f9c9d689b1d70a549c914ebe0fefde6c 0.00 MB 1 0
50,113 50,113 000000002136137c64aedf3ba1001817a7cb95de34b1614b2177252d3f90ca62 0.00 MB 1 0
50,112 50,112 0000000025c9e9992cb985719c58fedbcedf65d852a99aa0bb481dd05d54d439 0.00 MB 1 0
50,111 50,111 0000000021529d056348e04f7ed506286d0b332811e6c0f5f11194d54fccdfff 0.00 MB 2 0
50,110 50,110 000000001a1bb1890b7d3e0762d2977ee73edd206ccfaa1d3e7e7904531424d8 0.00 MB 1 0
50,109 50,109 0000000025014b6f1551ac2075403d9f2c08dfae51b47ff91e81f6314f9c7bfa 0.00 MB 1 0
50,108 50,108 0000000015809b46cc4963bcde7171f56d3a76a37fb9282027b98e1dd051de9a 0.00 MB 1 0
50,107 50,107 00000000215bfa57689a9cc04f97698d38b8afb28e13073c04774ae395985311 0.00 MB 1 0
50,106 50,106 000000001329f4885be6d66417584e88df9028e5c466c8b5959a81f478c05277 0.00 MB 1 0
50,105 50,105 0000000014bc0134d1142f6c88828e119bf2c4ba735c9cab55ac20f06553f1e6 0.00 MB 1 0
50,104 50,104 000000000d319aa6339e953685d9fb217fa8f7fcf65753dff04fde7157647a2f 0.00 MB 1 0
50,103 50,103 00000000199682eea97c5c5a73cc10cd1a9509bde1a933df736a452f30531788 0.00 MB 1 0
50,102 50,102 0000000005d5d58935a91374f7e87dca94bc68ea714bdc97e6f431dbb037db6a 0.00 MB 1 0
50,101 50,101 0000000004672b91a58d652e341c1aec038039889d89422091c892630153fabe 0.00 MB 1 0
50,100 50,100 000000001a768d40d82d73cb7873977f1fd557f66702c71766510b6276e9ce17 0.00 MB 1 0
50,099 50,099 00000000298ffb9bef973cec3a95db141265f6383f58204c799e6c882ec8e96a 0.00 MB 1 0
50,098 50,098 0000000026bc5941743fa27352525614194309c52ba4a65f1bb92de54e55b6da 0.00 MB 1 0
50,097 50,097 000000001273383b69bdf6a7a39a1c2380daa4ba95a37196a56e9fa82f163805 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.67 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,900.94 GB sent, 105.86 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.