Memory Pool Memory Pool Refreshing

9,453 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
892,081 0000000000000000000251050000000000000000000000000000000000000000 1.00 vMB 4,676 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 892,080 (6,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,122 885,122 000000000000000000018b81a06c854720f309d1dbb7a11b45908e07b860474a 1.59 MB 3,308 11
885,121 885,121 00000000000000000000209cfcb33cb8a9618e1e1bfe30aba95f908ca0393790 1.72 MB 4,269 9
885,120 885,120 00000000000000000001d3d24797fee504fd18115e8ce1cbf1773e778d73a4e8 1.59 MB 3,551 10
885,119 885,119 000000000000000000017f998949839f37e905ea1cbda473c5756b9673b562b5 1.64 MB 3,821 12
885,118 885,118 00000000000000000001bd5076b28039e3039812743a2876608859112964a4c6 1.55 MB 3,700 17
885,117 885,117 00000000000000000001d522af7512c7a848915d44257eecf89444edf06f5749 1.80 MB 4,850 8
885,116 885,116 0000000000000000000020a21ebb9e070f6d216920f9c798c3860e3a91c66e0c 1.86 MB 4,763 7
885,115 885,115 00000000000000000002206ce85a01ed29417246370d6de8e29726aaa53889b5 1.81 MB 5,159 8
885,114 885,114 0000000000000000000233d897f4d5d8cc26a9f3f684b87ff2f8122fcd6a9a8b 1.86 MB 5,508 8
885,113 885,113 00000000000000000002580640be76c01c8a84b91fbe3663553515bb833f044e 1.61 MB 3,596 10
885,112 885,112 00000000000000000001d053ecfb15aec5b9b510fc23cd842e4c8496d70f8d75 1.61 MB 3,976 13
885,111 885,111 00000000000000000001f072180488614f4f2dca3e9698a5903f544a93b0369c 1.85 MB 5,116 8
885,110 885,110 000000000000000000020aadefcf5a72f69d18e602a39791c4c5de681bd549f6 1.78 MB 4,736 9
885,109 885,109 00000000000000000001d291f2013de9b793fddbb97cfd85b338db85d3628fe3 1.92 MB 3,410 11
885,108 885,108 000000000000000000000a9b71069b807cdded9dbaf2036a1a61173b1d5aba24 1.85 MB 4,584 10
885,107 885,107 0000000000000000000145144e268d0adae7060223d8b21563ab541e72b49ae4 1.81 MB 5,021 9
885,106 885,106 000000000000000000026f544266c7e88753f85f8a3fcaf555de3c2773748308 1.73 MB 4,607 10
885,105 885,105 00000000000000000000ef6636e832f27aa80119164aa3f7bda5af58175371b1 1.73 MB 4,501 10
885,104 885,104 0000000000000000000266fc8ec9777b6713e48d46684d490a287f028c2bc6d3 1.80 MB 4,903 9
885,103 885,103 0000000000000000000129aacdbebcc909f962ded881c0888ada40aacd615a36 1.63 MB 3,606 11
885,102 885,102 0000000000000000000156eb2d20c8a6e6cd281da81c685653f69703efa2ab41 1.69 MB 3,915 13
Previous 10 blocks ↓
Total Size: 741.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 3,623.85 GB sent, 167.80 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.