Memory Pool Memory Pool Refreshing

4,967 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (197,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,786 710,786 0000000000000000000a0f5cdcfe79c2913ba64f9277f05af07f68b771dca374 0.37 MB 247 8
710,785 710,785 000000000000000000087c5485bb330d069db84456c1c9da66df30a339c9bfce 0.63 MB 756 12
710,784 710,784 0000000000000000000869e4afacdfce57acf35ffba57ad3b524f9a3f3b2a8ad 0.43 MB 491 9
710,783 710,783 0000000000000000000539896d9226dbfc64f5504163c33d7956352826c2b35d 0.30 MB 544 9
710,782 710,782 000000000000000000041736eeec70a0b62fd7f36bb36c193a6deb1a4cc4ef51 1.09 MB 1,689 5
710,781 710,781 000000000000000000095d2ca92a1ec7ded7e2b3e10ff27de48428117cbe0f4c 1.49 MB 2,596 14
710,780 710,780 000000000000000000019871ca9112c3ff6eba37664265a716ef1375dec0f36b 1.26 MB 1,292 6
710,779 710,779 00000000000000000007decdae988f8f061ba784894442610daf0525f370638f 1.44 MB 2,802 9
710,778 710,778 00000000000000000001faeb64e286d47e0e8a20981bd95ffa52b5df968ea5e7 1.53 MB 2,657 17
710,777 710,777 00000000000000000002aea1708ba49aa0f892f35d2ea21a96ae5a755f4081ed 1.44 MB 3,068 16
710,776 710,776 0000000000000000000a5ea52e569784c353bcb7562a2c500a57baebd897a29c 0.46 MB 871 16
710,775 710,775 000000000000000000030fbd287aeeac5e6ecaefd80645c8f4f988e5e9b18b33 0.07 MB 174 11
710,774 710,774 00000000000000000007c47794f4f8236ed81d4fe5f5e64186a56dcf585d1411 0.18 MB 214 11
710,773 710,773 0000000000000000000bac03dfd83f91d2a01b104b19d5830fb4df148b01bec2 0.11 MB 276 14
710,772 710,772 0000000000000000000098ff7f0a7841b836064a4e46617e24f51164e626e043 0.29 MB 446 10
710,771 710,771 00000000000000000007a940815864c229752cca072d07748a15320aaae66b3a 0.72 MB 1,113 13
710,770 710,770 00000000000000000009ee80bee4f039e18330c2208606fb4903acd381aecb4d 0.04 MB 89 7
710,769 710,769 000000000000000000037a6c535e98386dc356d7052b526f2fde211d189b347d 0.06 MB 178 13
710,768 710,768 00000000000000000007c6e98bb7c38e2aa9576ba41fcc20a81b6c32ab093ef4 1.43 MB 2,149 10
710,767 710,767 0000000000000000000954648ada520e57ef1910b62adcbca987937e5550640f 0.12 MB 248 13
710,766 710,766 0000000000000000000971e2c520214b7009c8848a9a838b2eac837df3f1f376 0.66 MB 1,162 11
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.