Memory Pool Memory Pool Refreshing

3,154 transactions (1.72 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,002 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,325 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,001 (838,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,104 70,104 000000000150d8f2910e90b32746052e183ac33c7b63cb44f0dd964c9a120e9a 0.00 MB 2 3,861
70,103 70,103 000000000085ca96b23e8e1ae80127a956e8e1ae55630686b99f2986eb61d045 0.00 MB 2 3,861
70,102 70,102 0000000000d4c1be9bd9c1371004cd51827ffeb4ae576183b50d6f0d87ebdd10 0.00 MB 1 0
70,101 70,101 000000000144816ae7ba60f77dd916348f5e77dd822e0d06170befb0cb497bdf 0.00 MB 1 0
70,100 70,100 00000000011abb7cb0fad72836e1db5fd21a26489a6126073100ee04650410c0 0.00 MB 1 0
70,099 70,099 0000000000234423862f099335edf01bcf59abce82116ddaf49299a883ddca89 0.00 MB 3 0
70,098 70,098 00000000015cfb29af54c150cbd1aa368ec15707726348b1784d4886d25b3f8c 0.00 MB 1 0
70,097 70,097 0000000000b4f9a12ec2b824f35188651e9001a8d6afc321342de1f45186a8f9 0.00 MB 2 0
70,096 70,096 00000000000cbaea1de67dd811ce5446511e1e6183ba6a42116fe4b6774f2c21 0.00 MB 1 0
70,095 70,095 0000000000b44b948a9c415dec38e0ffb0f6bcd20ec26f309776a586fd8e5d14 0.00 MB 1 0
70,094 70,094 00000000003ea9e216f6d03907bbb49aaf3b225fb13e5a31a415257940d7b55b 0.00 MB 1 0
70,093 70,093 00000000010f7fa1e0895749825b0c945e4898bc45c0863cfbd5b1518eb75ea8 0.00 MB 1 0
70,092 70,092 0000000000f57ca459d04748a44b7cafc4ba84d38bd9fffa0b417a6d8a1ecabc 0.00 MB 5 0
70,091 70,091 00000000011b9647106e17f39a77e989147c1aaaf67c603a52d0f78950dd2089 0.00 MB 2 0
70,090 70,090 000000000146759a21e7c0ac18ca21580c14e35f4977ade101fbb3df44642369 0.00 MB 1 0
70,089 70,089 0000000000f18c53a0670a19eaac7965ab74fcbcc2aeeaee074cc8cc7a619a43 0.00 MB 1 0
70,088 70,088 00000000000e6297841725f2849e41bd23a256047f94bc7b28d778159ccb324b 0.00 MB 2 0
70,087 70,087 0000000000783d3ee466a4d3a8452e9f0015a1123b84a3e3e89f528e486fc35a 0.00 MB 2 0
70,086 70,086 0000000000f75cdbcf62269cd4a06ba920072d0798f20e1adb2c17605dce2014 0.00 MB 1 0
70,085 70,085 00000000000e0154259d58b0fd5a795e8ad592ea5d321777fe373fc96ff0fc08 0.00 MB 1 0
70,084 70,084 00000000005b68a86319d302ba28f810ed195af4b51ba0db9c718ae5f8ad9715 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.62 GB sent, 105.19 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.