Memory Pool Memory Pool Refreshing

9,181 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (13,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,833 893,833 0000000000000000000239b68b4b4a950b4ef7b6dead29fa6d2df583af7a660a 1.69 MB 2,319 2
893,832 893,832 0000000000000000000127cdb858815851b19285d067189c3887f906503d3059 1.96 MB 1,279 2
893,831 893,831 00000000000000000001df6e69b9e5e49cd7e843d9f894a12cc7abd4227c1895 1.83 MB 2,968 3
893,830 893,830 00000000000000000001d3355122550cf050cc424882815604ea945c2c719535 1.56 MB 2,871 5
893,829 893,829 00000000000000000001ab1c0c4d5e730565dac59513ab0193da4c603b5379dd 1.95 MB 2,292 3
893,828 893,828 000000000000000000023eeb6fb5bb21386ba095d9ff1a38ccaacbaa9d44b885 1.82 MB 2,301 2
893,827 893,827 00000000000000000000621895e52dcfdc6f23b46f711dd052b2b2d6e2a7631d 1.56 MB 3,374 5
893,826 893,826 00000000000000000000156187a8682af29032293528cfe659731c3631c222d2 1.51 MB 3,389 4
893,825 893,825 0000000000000000000243d4840b224c430a8914ffb557877cc74a50e27eb3a5 1.71 MB 3,829 3
893,824 893,824 000000000000000000008803aa520f8c0734670f968d504ac386f50d5a248d20 1.78 MB 2,401 2
893,823 893,823 000000000000000000010d8a6c1b5664dbe8cca0bd14c97b9cda7a5da9b9b0b4 1.74 MB 2,945 2
893,822 893,822 000000000000000000022f51b5a6eae2253d7222fdb9c40ec302291137bddd94 0.00 MB 1 0
893,821 893,821 0000000000000000000091f7376fd58a24ce0cf391087b0d26786ba1bc9cea46 1.62 MB 3,019 1
893,820 893,820 00000000000000000001dfa616d8d33b6955fbe9fa87dcadd045ea2a2d8f1f0a 1.53 MB 4,087 8
893,819 893,819 00000000000000000000564e08a13e3ac4d57e6a8169439b831cff72f8550807 1.38 MB 1,145 1
893,818 893,818 00000000000000000002458c1fb0631b3fa26e83834b4c5f35497beefcf9344d 1.65 MB 3,543 4
893,817 893,817 00000000000000000000350bb7e37c2ce12e1b1e9df591a6cf06c47897b1f4b5 1.60 MB 3,650 5
893,816 893,816 000000000000000000011a386e3ba5697ec5f7a71286d729659595d0dfa7c223 1.52 MB 2,905 4
893,815 893,815 0000000000000000000208a36299b903fe6dda39d15f67088eaf28d9a3298183 1.73 MB 2,419 3
893,814 893,814 00000000000000000000b1f0e0cf9af9fedd397f9868575b8c5fda0db86ecdda 1.97 MB 2,326 2
893,813 893,813 00000000000000000001f2de939b9fd5f6b00d2bad36a3c426a6750128fd267a 1.73 MB 2,981 6
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.