Memory Pool Memory Pool Refreshing

628 transactions (0.24 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,055 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,054 (849,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,695 59,695 0000000003f9884378932a6a922b4c6d1ed6ea6954280cd7dddcab3fa0011ed0 0.00 MB 1 0
59,694 59,694 000000000b5a4529ee6dae580bfa6c10266d55840d8da92f515f541bd67e2de1 0.00 MB 1 0
59,693 59,693 000000000a72690fd8d6f752fc1aa08462f53d773f72a71bdfcab9e6e6261bbd 0.00 MB 1 0
59,692 59,692 000000000d90a03938e9553e59c0e293fe43455731f4e471bb0662127dcd5341 0.00 MB 1 0
59,691 59,691 0000000003e3dc6021726ef1564698900fc0ca2f04f77e3281e02f42127eb3f1 0.00 MB 1 0
59,690 59,690 000000000251a691e17c371d50348ae0e2556acb2dafa9f959fcc152528a2d50 0.00 MB 1 0
59,689 59,689 00000000093e7eebed92ada69aa1809ee0bdb4bc1ec3d7e35a9ff165bde1b6f1 0.00 MB 1 0
59,688 59,688 000000000724a3af23424062b70e38e93c756f5520f91840648bcfe872715856 0.00 MB 1 0
59,687 59,687 000000000ebdd18899065c9eec2de0d34623a7c4adfd01368d74386411a43f44 0.00 MB 1 0
59,686 59,686 0000000006269bc97344393410a0ccbb72d3ff6723ca35abfcaa1d4b78792887 0.00 MB 1 0
59,685 59,685 0000000008ef7b2c103dc7f03394a793494894794180f09e1ea06586ffc465bb 0.00 MB 2 0
59,684 59,684 000000000af0ebd282392f868dcc15fe2a0ecb2ecdf0c260d5a1d635933234ff 0.00 MB 1 0
59,683 59,683 000000000f303ecc7764fd2ee8d9a40c09b92bd22b8180d39894cbd1b8150c61 0.00 MB 1 0
59,682 59,682 0000000003c0847acab187ab54c4bd50016f26393e13c546575d34e52440b2c3 0.00 MB 1 0
59,681 59,681 000000000ec292babc6dbb6b5731ef3103cc6c4acfcc0bb9835c794ebaa3721f 0.00 MB 1 0
59,680 59,680 00000000068f372b926d07b4c2bed83f3ff920cd37a5ddf9a27bdf5b6ba0d564 0.00 MB 1 0
59,679 59,679 000000000493f20877bb26a6c2eda1348c676ffa7040dc452d10bdf98a903550 0.00 MB 1 0
59,678 59,678 0000000005bad7ce7be12dc17ba45a6fc21e8e236423c5549985d45ae5ed3b69 0.00 MB 1 0
59,677 59,677 0000000004f92ad88bd9117fbcb2307a6678b8741817b304de864847a648bf1a 0.00 MB 2 0
59,676 59,676 00000000042888a619cf0cb74ccf03f8316d431e527b3b7fb8d281318e75d6ca 0.00 MB 1 0
59,675 59,675 00000000092d3f77cd4e8c8589a3cc177119ac035f85019035501f6015beb7d7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.65 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,897.32 GB sent, 105.74 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.