Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,163 transactions (2.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,177 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (888,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,959 20,959 00000000e916fc9790d9501b157d389e472159e2b6bad0c9dc7452d9698c05bb 0.00 MB 1 0
20,958 20,958 000000006eddfd3cb88a6271cb6937bbdae14d622821cbd9fe7cdbaf9c42a59f 0.00 MB 1 0
20,957 20,957 0000000091fdd9fdf0b8742560fc15a5a205312fe8d3260a0f94bc4cf4da1952 0.00 MB 1 0
20,956 20,956 000000008eeb67366dd90a09b39f19b335fed831581077e5eb242e382dabcfe5 0.00 MB 1 0
20,955 20,955 00000000272735a8eeb5ea7daa07489cfc69479d4a4c92930fd0e058824369de 0.00 MB 1 0
20,954 20,954 00000000193f917292800f4a138ca265aaf4a1df83c3049ea58e75ecd32b10ab 0.00 MB 1 0
20,953 20,953 000000000e2587cd3534342ddf04dc83ab4b850036335f227a858c6c95fdebbb 0.00 MB 1 0
20,952 20,952 00000000e2deddacaaa68e82d192c3911cfd391307f668affe95b9f12b5c54d5 0.00 MB 1 0
20,951 20,951 0000000008de3ffbb34759fd92fa0dbbd7bbec415ad053a16313ad4dd7bf4f7a 0.00 MB 1 0
20,950 20,950 0000000036ab05416bb9b0359f223b41fa1c2c0ad7e88aca63001e976fd8fc5d 0.00 MB 1 0
20,949 20,949 0000000093615e24521b16ec4df026afdccf2b1ff2e444a5118c66fb5f3786d2 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.