Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,691 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,088 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (888,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,948 20,948 00000000668bf606cb2c43ec7b189a093b1a68cca65fecfb19f2490d02a05fad 0.00 MB 1 0
20,947 20,947 00000000890219bf7f3b585809e3cc54d5e056968c2302c6fdd6eba2589bb3e5 0.00 MB 1 0
20,946 20,946 0000000062e5ac0b93168413af4c69bcd18b4c57bac843f0d3c27652541ccb1d 0.00 MB 1 0
20,945 20,945 000000005e2e42685d9bb7b71d1579c808b4cc82ba252d687813179ea5a74ca9 0.00 MB 1 0
20,944 20,944 00000000b6ee0577b5cced7f583a6334593b230f07b64ba4a9dff1404df89c1c 0.00 MB 1 0
20,943 20,943 00000000a068b1a2a1944f23b1f0481c82397224a63d295d35f50076f6a21523 0.00 MB 1 0
20,942 20,942 000000007db8510fc06a07436c360d3a527901e9c67ede54af78cae65deeb2b0 0.00 MB 1 0
20,941 20,941 00000000282d2f128710773a46d98e88c60c7244c1c3a4ed6b5643869ebcfa58 0.00 MB 1 0
20,940 20,940 00000000c3e6709c83ecbe40e62c0158b991399aa5910680463cfe3ee98da670 0.00 MB 1 0
20,939 20,939 000000004059cd7ee86e6676b9953e96703a21be2cfc34645697ab1f8079a637 0.00 MB 1 0
20,938 20,938 00000000cfc3653db45d895c1f5a73b861742647300c7932675d4db1a91f5b8e 0.00 MB 1 0
20,937 20,937 0000000008d87bcdebd6fbc7b55da1844f989082c97cebd2aa1a87e67f0bbf1a 0.00 MB 1 0
20,936 20,936 00000000d77354206430faa60dda23a2f15dffd7c96b242755b9ad65725e1ac5 0.00 MB 1 0
20,935 20,935 00000000371503c0fedc2229d40ad396907c81ab47e6a1f09b8130384be32d69 0.00 MB 1 0
20,934 20,934 00000000c23cf4ba74bbc15f2a11690c69864331a000eb311ccc3d48c583ba28 0.00 MB 1 0
20,933 20,933 000000007435cebda11ee1b735a4e4b620974168e14eb263b11eb70d43c9fe7e 0.00 MB 1 0
20,932 20,932 00000000fe4aa1eae0d5bd6ba8f65c5010ec966c70bbd2b686ee6fb9c1b6d695 0.00 MB 1 0
20,931 20,931 00000000e1676b168ba805fcaef8d19680ecf35f3483671518b572f11eb53fb9 0.00 MB 1 0
20,930 20,930 0000000006354087739afa651f6f0f992ee14f88d4396aa41c060feec7fe65bd 0.00 MB 1 0
20,929 20,929 000000008e391466e3c7d9591736f666017ef20409b1822a08b863e3d6be1ea0 0.00 MB 1 0
20,928 20,928 00000000de3556f91d28ea64ca850ea0b21e1229091ad4bcdc4934ed06da2f1d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.95 GB sent, 112.23 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.