Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,816 transactions (1.59 vMB)

Priority:

  • 1 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
911,119 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,118 (579,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,631 331,631 000000000000000016e0db7887b7b2244ca4c60879b9e2a81a3b046732c7a1c1 0.06 MB 108 16
331,630 331,630 000000000000000009e0c8d0e971b38ca2a656258f012c08c144ff8a1668f723 0.30 MB 433 21
331,629 331,629 000000000000000017703d7d1ef4c6e0074fad105ccb0d90c3d433b110c4504b 0.34 MB 621 24
331,628 331,628 0000000000000000117369989a5babc13c80e2963aed020ec1cae1511f8278ae 0.25 MB 462 22
331,627 331,627 000000000000000011dbf817f4bcb25885039cafd346e11fc4cdf551a99f588c 0.75 MB 841 22
331,626 331,626 00000000000000000f8aa78927ff7aee6122dee7835abebb5c3260a8c6fa176f 0.57 MB 1,667 44
331,625 331,625 0000000000000000118cce4ffec48d2b22103ce732f76e1313380e39c42b1b84 0.18 MB 362 26
331,624 331,624 00000000000000000d2415d39c20eb8a24814a34de66d4ff5c4c6e07158ba15b 0.09 MB 192 28
331,623 331,623 00000000000000000ba5e238e66de072fc5e39b6783c7c35ed5074271850eabb 0.41 MB 822 25
331,622 331,622 0000000000000000123f9cf1619019a353eb1d560d07330692763b3b54d6484f 0.01 MB 35 22
331,621 331,621 00000000000000000b6616491e2080d5221f2ee47f341ec62eda21a00ff14649 0.12 MB 187 13
331,620 331,620 000000000000000018358343163f8527d0e1d746e40cc31b6216772d9ff9b104 0.21 MB 339 37
331,619 331,619 0000000000000000167045af02f9f16b78fed61ee54e41de1b96157deb5bc076 0.61 MB 712 16
331,618 331,618 00000000000000000ecf7441cbc6291b71fad876a51ec0b4a4e3be393abbeaa9 1.00 MB 1,913 26
331,617 331,617 000000000000000009ffea283e7ae4e32e64bb48d0174c7f1229f44efdbd96bb 0.00 MB 1 0
331,616 331,616 000000000000000000ad043beb408eada3930390a09f462ee6335bdec1d20519 0.48 MB 1,352 38
331,615 331,615 0000000000000000018761b2ced0449e3af0e7f4769cba72b83f05481a4ded98 0.05 MB 110 25
331,614 331,614 000000000000000003f1f73c1cfbeb941ea13ab2424d6d5da1ab7e2ff69d590f 0.22 MB 381 24
331,613 331,613 000000000000000009547c69932fa9cc2a8d2c9f6449ef23db13da3f71ac8d40 0.40 MB 582 23
331,612 331,612 00000000000000000775b876ee6d5ef4e74ec728d92ea37f249cf4183e8d8447 0.97 MB 1,736 27
331,611 331,611 000000000000000019ff0a26dd1c684661a624f52a78185ba60ad63a464be92e 0.10 MB 176 14
Previous 10 blocks ↓
Total Size: 775.46 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: 2,370.17 GB sent, 126.07 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.