Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,005 transactions (1.04 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,123 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,122 (15,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,733 896,733 000000000000000000015dc74b2f7efcdde2bf6d8cc58cd80d6e2b62d0cdb83b 3.40 MB 957 1
896,732 896,732 000000000000000000016a1190aed4e5bce1d44e9d56e42f25273f1adda7e7f6 3.78 MB 353 1
896,731 896,731 000000000000000000019f9bcc17db9c91b1d3e1568a700e411cb8f720466a6c 3.29 MB 720 1
896,730 896,730 000000000000000000023e67ec2c907ae311ba2553c6c33379cddcff22834c9a 3.60 MB 479 1
896,729 896,729 00000000000000000001eb648afd957c8aa798173526fa95d54c1d4e0ec80c2b 2.07 MB 2,225 2
896,728 896,728 0000000000000000000022a27f677986773ddb0d884e8f0cccd226afa5518dff 3.75 MB 416 1
896,727 896,727 00000000000000000001b121672a1fb75b6f820748cdc4a01899116c161d2b05 2.22 MB 1,205 1
896,726 896,726 00000000000000000000adfd9757306d29139fa56959c2a02d771e80715f306f 1.89 MB 1,747 3
896,725 896,725 000000000000000000004c9114b190bc9077953d20f7ad2d526bf137b45c7bd2 2.21 MB 289 1
896,724 896,724 000000000000000000025871c5a5504961b2a1eeb017c1509a605f9b6b478dd5 2.05 MB 1,098 1
896,723 896,723 00000000000000000002127582f02b8174d05c19fb732ff7ac15cf4c386ac699 1.57 MB 2,562 4
896,722 896,722 00000000000000000001475040e4cc63a0b580a81ccab1fe19e9f98b8bdb678a 1.00 MB 2 6
896,721 896,721 00000000000000000000574cad0ffb1d562d4aaf6efdc119a7d7e855ff06fa9a 1.75 MB 2,954 2
896,720 896,720 00000000000000000000375b3076b31d67dfb93c667d7a58741a30c71f686ed0 1.41 MB 2,499 3
896,719 896,719 000000000000000000022ec9de687da1efad3a50a09cf0f7ae0d588198eb25f8 1.91 MB 2,831 2
896,718 896,718 00000000000000000000f830502ef8c35acff73069f1379333f6be10cc755c69 1.58 MB 2,966 3
896,717 896,717 000000000000000000010d76f877d3cf3ce120cd85ebbd25d9b32b69487bbb75 1.90 MB 1,549 1
896,716 896,716 0000000000000000000160df07c34e8b507a83453a4ae8e82be01eb4644d1a71 1.87 MB 1,827 2
896,715 896,715 000000000000000000020136a999db9d91d619644519e746bcc435050bbf1772 1.26 MB 1,475 2
896,714 896,714 00000000000000000001abb4871459abfc2d6f8f0bb089e5e009454be64a6f2b 1.64 MB 3,252 4
896,713 896,713 00000000000000000001f09da0d10728c8de17c37cfff8e1a6d54049772b7f21 1.61 MB 3,656 6
Previous 10 blocks ↓
Total Size: 777.31 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: 2,525.30 GB sent, 134.95 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.