Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,169 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,660 (828,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,732 80,732 000000000019184fcb2fec145631833236eb5d11ea3bcbbeba948586ab845ea2 0.00 MB 2 0
80,731 80,731 000000000032ab6ac90a499c5541fcd4f3bbf578d8be6363051bd63af584dbc2 0.00 MB 4 0
80,730 80,730 00000000002600c6b55fb4e362c2c64029ada27b9bcdf56d4fbbdca0f0950709 0.00 MB 2 0
80,729 80,729 00000000000eb553368f1109a670643898cf6fee9c7600077f1410ea2adf2e2e 0.00 MB 2 0
80,728 80,728 00000000003dbdc582bb5c47389447ea58ce49931b1d6400933548931f99a472 0.00 MB 1 0
80,727 80,727 00000000004138e7fbdfb5430d33b6c27deaa93c3ba2d4035c302af26bd71c55 0.00 MB 1 0
80,726 80,726 00000000001b11ab1984f69970726daab4a96442808cf9c755eaa3f721f9bd0b 0.00 MB 1 0
80,725 80,725 00000000001b59edd8b22ba5010037748462c15470dc45c665aece7d182c0cab 0.00 MB 1 0
80,724 80,724 000000000025fa3e1302b331d71a0efec43dcbd1068972a3a813fb65226e38fc 0.00 MB 2 0
80,723 80,723 000000000039a6a9ff76079bd992526a01f4e324662f4ff806b1a8e31ad86537 0.00 MB 1 0
80,722 80,722 0000000000060b3204c55bf289617c4aeb8783fa59c019cbd21a86512a14606f 0.00 MB 1 0
80,721 80,721 000000000015fc1b61356c34a881f40312db0b930aa72621741ff709db8a7b16 0.00 MB 1 0
80,720 80,720 00000000002bf22c561caca0c988a0abe145bdfdd6199b4ee9c85d34fab12a90 0.00 MB 1 0
80,719 80,719 00000000001b5b05abe97380f91b7af4e007c5ab277fd996fa3b298e06c8b0ff 0.00 MB 1 0
80,718 80,718 00000000003fec4119c5db5abb6659cb69bd1c65340ab21de721f4f0cd4f6a2c 0.00 MB 5 0
80,717 80,717 00000000002d191abbeee7cdaf3587426a8ae4409e1cc53fbfcab8585dcb0c49 0.00 MB 2 0
80,716 80,716 00000000000fbf239d878b43e99b49e358b484a189cb392b0b2cda1e22898f5c 0.00 MB 1 0
80,715 80,715 00000000000d0d89c9a712ee841f85295ff23e204b00daba726a1d7ee5067ba6 0.00 MB 3 0
80,714 80,714 00000000000509daa11f0a6c287158e9563dbec85ff159f6a6e91096d0d838c2 0.00 MB 2 0
80,713 80,713 00000000000d086eb22574e51d8a1b34e33accc791e2695cd58be7256c83d221 0.00 MB 3 0
80,712 80,712 000000000004a571dda5a4dc7d03fba2e3860dd578446dc85b820ab927f75856 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.73 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.