Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

23,303 transactions (5.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,067 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,519 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,066 (845,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,747 64,747 00000000072cfe66bd378012e8d50928c9ee9a5a36989858ff4461fcd316ea34 0.00 MB 1 0
64,746 64,746 00000000044b47e1625cb71fc7cce5d2bce613be9ae193295fcbd6a4d83e1a24 0.00 MB 1 0
64,745 64,745 000000000a5d1acac963f0d64eaf9e5b2068b2748098dffe6dc30653bf7ac505 0.00 MB 2 0
64,744 64,744 0000000001a6b57d55024a8819645ee88382592d903e62ad3312b8733938adfe 0.00 MB 2 0
64,743 64,743 000000000376b75657beb6a6bd1109a594a0f469f6c6200b7ffe877cd37f9418 0.00 MB 1 0
64,742 64,742 000000000764f52bda5c54f828fb5b2e8191aaca9754b09bb0b7a2c4a754be5b 0.00 MB 1 0
64,741 64,741 00000000010985aeafa79d95dcba6b9da2d6a0fb837781bd9f50eaaa31ad9844 0.00 MB 1 0
64,740 64,740 00000000000306f4530c630c580652b942d05b7f7de700bb970be0ff5cf086b4 0.00 MB 4 0
64,739 64,739 0000000009dd2b75af9b64e104291588af8e30eab83c97347ace6cf4351cfd1c 0.00 MB 1 0
64,738 64,738 0000000005c3088d973e72f273b91232b5b9c11089940548b291850b9eae7ea7 0.00 MB 1 0
64,737 64,737 0000000005a1495469c5251850447811460a6bbe5e930e5a7c4015fe3e93e722 0.00 MB 1 0
64,736 64,736 000000000448f66dd2dce965cfa9913417c1732737eb9f3a4d6a02cf33c17189 0.00 MB 2 0
64,735 64,735 00000000061b3a8611025b4679a8e8f7f89203658389f5804cfc210941b2fe19 0.00 MB 1 0
64,734 64,734 000000000477c254b875543f88d700bf4d2920748c80505f46b128e686846dc7 0.00 MB 1 0
64,733 64,733 0000000007764c2463e7b2c104830b335f8f033b96a36cd09af20274577cabdc 0.00 MB 2 0
64,732 64,732 0000000004ab9cc5394f3983b5b8f90d0af730c5db58356ecd6da959b4392f1c 0.00 MB 3 0
64,731 64,731 000000000216224026bf9e331adae517301325809bda3e0851149c572a40430f 0.00 MB 3 0
64,730 64,730 000000000870e79dbaa8380494a0c93fb0d0fb8442f6f1600ab126102999c865 0.00 MB 1 0
64,729 64,729 0000000008b34044775a8e221511ccaaeee04571fe63dc3b7d5ac997f860e615 0.00 MB 1 0
64,728 64,728 00000000057a0d23cbfaa264cbf353ce4d04d8c0e5b6e34eba11b8e3be7ff703 0.00 MB 5 0
64,727 64,727 00000000027f0d9469e314599d57e33b67aa65ebf71b12171ce402a3dc7f6ec1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.62 GB sent, 116.08 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.