Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,649 transactions (1.70 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 3 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
910,973 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,972 (839,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,688 71,688 000000000006d9144c33ecd1226a2666e4e5b8efdd62bddc05f2e05dac7735a6 0.00 MB 1 0
71,687 71,687 000000000018bc3f6d50be86d3b5849c497904464f44e2fcb0d1ed707c4ebd54 0.00 MB 1 0
71,686 71,686 0000000000d9dee48cf98744ea3f59ee0bea9330aaaeb05dbb64b0716e79d3f0 0.00 MB 1 0
71,685 71,685 000000000034efd295600c63099678e3953d2fea041605cee46d147f72cac8b4 0.00 MB 1 0
71,684 71,684 0000000000cf7a886ae21605629c856bdc5753ea4488b22588b8498a96db8acf 0.00 MB 2 0
71,683 71,683 00000000009aaa046895f3a61b3be69908acb559738de7fea462521d09cc4bed 0.00 MB 1 0
71,682 71,682 00000000002c7dfbac8fb2c43982452adae1ca618dd750f837f4ba1cd33f7a35 0.00 MB 1 0
71,681 71,681 00000000006c87d88d40056474be3d6c96103cef470081a4c791cb6b764eba87 0.00 MB 1 0
71,680 71,680 00000000003c36c105a17354642f6e4b0a08a2a5edd1911850a7f0fb5b47db29 0.00 MB 1 0
71,679 71,679 000000000099e5269695278e8ecbbfc2c97ae0630c39c32a0d49499ce63bf894 0.00 MB 1 0
71,678 71,678 00000000007d2174cbcd95c17ffd46f3f1633fb21a5a0e88681ec092e5959d7e 0.00 MB 1 0
71,677 71,677 0000000000e57a45b0bb5d40d474c8ec01d5b702c773ddc33fb0dc45a94566a1 0.00 MB 4 0
71,676 71,676 0000000000ab9c6983a75cdd8ad002bf01d5977dbd5f232f81d6ad80635f1b00 0.00 MB 1 0
71,675 71,675 0000000000ebf052e4b8632aec29f18eaeccd949be6f35c06556cb2fc20d21b9 0.00 MB 1 0
71,674 71,674 000000000011d6d6ffadc28331f2cea4db7b6725fee89e3df5e1b1005b414461 0.00 MB 1 0
71,673 71,673 0000000000b409d10526c6e907db4db76326f043b366648b0d04541f82865835 0.00 MB 1 0
71,672 71,672 00000000003e44cfe0df7c7368f870dd09b764f4f1e438fbf1cccf91f1ce0075 0.00 MB 1 0
71,671 71,671 00000000005e0b7397c77672879d9660564e747e2b5cbfbf3d00cd5ed39d8d0b 0.00 MB 1 0
71,670 71,670 0000000000a343e5f6eb379df7998c69ed17974bffc0c4a583d6346c2dbd9dd1 0.00 MB 1 0
71,669 71,669 0000000000ec9a61ebc1393d55b9619a28f2b1fb7855a50fd1b76112a4587e39 0.00 MB 1 0
71,668 71,668 0000000000db96634657d52de598546105034a2de83cf15501a16a9c63ca80c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.19 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,359.46 GB sent, 124.69 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.