Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,969 transactions (6.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,698 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,686 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,697 (833,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,062 76,062 00000000006de2f88cd14af963c52f87a3650d906f3f6b83bb2cdbc0ec1b3b51 0.00 MB 1 0
76,061 76,061 000000000049501bb8d30f4363448c796cfea68820e7227f43b92b19d8cadc2c 0.00 MB 1 0
76,060 76,060 000000000066ab5eab4b82127cc7214a628f78138d5f29b0aa8d46a60afefca3 0.00 MB 1 0
76,059 76,059 00000000005fa8af6862322e5779b5ec533165ecc0eae70a5ad8929509354e05 0.00 MB 2 0
76,058 76,058 00000000003451acf6448412c5ec410bd125925ba6e958dc44b81ed0f68dbe89 0.00 MB 1 0
76,057 76,057 00000000000a61914b5303275445392e4f8ddaa4e35a4e6193df32a797450edd 0.00 MB 1 0
76,056 76,056 00000000001d0b022d982a745bd44d5b84ceb16495b62fdf32d75be0968fafa7 0.00 MB 1 0
76,055 76,055 000000000000ff475e96cd90bb0836bbbf06e7374435446f153d9a0d5c10ad3f 0.00 MB 1 0
76,054 76,054 00000000006ae444d1756c40e8ac3c12c01613232514a45486c44e1b775d5206 0.00 MB 3 0
76,053 76,053 0000000000251b107d66327eb383e8132d371f90d0643b19e3c3512193233d84 0.00 MB 1 0
76,052 76,052 000000000041bebdc1ef402b54eb81e4edfae1320826aebc7bc54336cc89f4c9 0.00 MB 1 0
76,051 76,051 000000000075a8b50c94b91b3bef4a8796d4763c9dff2d94b9b20c1a3e50d4e7 0.00 MB 2 0
76,050 76,050 000000000006aae5e724ebf7bbac12e85d85737123f09c44894f4130606efcfc 0.00 MB 2 0
76,049 76,049 000000000059529171b9c395269da287cf7e4fff3420e5f9cabcb879a0f2a2b5 0.00 MB 1 0
76,048 76,048 000000000068e37bcae43908e3d65e8f8431a397c69d6d5af3a189dd2b143c68 0.00 MB 1 0
76,047 76,047 00000000003fdf4cdaf2588de850eff8ad1ba5e4250550d4db648c8d5cb60af8 0.00 MB 1 0
76,046 76,046 00000000001376e256a7a2857d3d6ee22d0b3ad0b351b0d7b45921b02a54bad6 0.00 MB 1 0
76,045 76,045 0000000000237ec79ed0e4235feff351bcd2a018ecb7523ee4d829874da9d981 0.00 MB 1 0
76,044 76,044 00000000004e8dba8250b721f6fe22eaafc329103205902ae695efd666d36c85 0.00 MB 2 0
76,043 76,043 00000000003f3c11c7af98b06e266345864b076a72f540aa85c5557a5333afbc 0.00 MB 1 0
76,042 76,042 00000000001e81ddd9ebec138d89cd6c5a0c56875905b849cf70540cb8af87cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.85 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,155.79 GB sent, 112.63 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.