Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,638 transactions (1.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (880,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,922 30,922 000000003b1a357a02af9499af6ae1065779940a051ac9335ad691b76e3a1436 0.00 MB 1 0
30,921 30,921 00000000669335662091c5ed1255c5c85fe11c0087081a7377cede706fbbde56 0.00 MB 1 0
30,920 30,920 00000000986f666ead63e63c022fd1006f520fb2c70f4dd4c8d865781088b371 0.00 MB 1 0
30,919 30,919 0000000009bfde4fb1f753d02a7c01cb9adc82f51724c32d2a9caa86b356c03a 0.00 MB 1 0
30,918 30,918 00000000e591ee121ae8b0109c2906158af84c3b5a37d8210488a26e5ae44cd0 0.00 MB 1 0
30,917 30,917 000000005bd276e460b15b835dc63742c5ac3fe1c0027612eb1ebd2621c90098 0.00 MB 1 0
30,916 30,916 00000000cb6b3682f4e7967abe84b3a37c4717057011f6ef20b9c19d54ad322b 0.00 MB 1 0
30,915 30,915 0000000017b0bf74e0ac35c8ab92f71a829d55d1a09c381b856cf02d6eb37119 0.00 MB 1 0
30,914 30,914 00000000657cb891736cdc254bdc5e3bb7cce6a4c5001cd2e362da44e608b633 0.00 MB 1 0
30,913 30,913 00000000c799c7fff5613b1b18528de9e834332f5d148703796c03db37a082eb 0.00 MB 1 0
30,912 30,912 0000000013cb33bfc7f5da8b256b3d0649c1cbb30bf4443ff241239e3c986554 0.00 MB 1 0
30,911 30,911 00000000b9bb963dbb1b35675468f18056d7d2e73366f50aa7b09c1c1157fb7c 0.00 MB 1 0
30,910 30,910 0000000075033676d471991b20c303f83d3b8b804c074ae27b64eae71142feb6 0.00 MB 1 0
30,909 30,909 00000000c5401afe748d844d120ddb01bc4237e7c080e86e1a4fe4098e1e2aa1 0.00 MB 1 0
30,908 30,908 000000008ff58ca2cc098b88261a2e48d78a323a4b1bee51f6bfa349fddb12ea 0.00 MB 1 0
30,907 30,907 00000000c07ec98e9004244297f73a5f46b7cd2a271a9db984621e924ed305c5 0.00 MB 1 0
30,906 30,906 0000000002b940a5a880f46e6598c9b869afaa6f56673f19aed70b497ccfa53e 0.00 MB 1 0
30,905 30,905 000000007c7e3a679e915ce499dc323bcc6c9b131137feed5a37d0846886f4d7 0.00 MB 1 0
30,904 30,904 0000000048812edc6948b6e03a0627b0f0edb7f0b483097240d54767fb739540 0.00 MB 1 0
30,903 30,903 000000000e22eeebdccb826cdeef0c8ee3e67073701c529804ce736c1038fb5c 0.00 MB 1 0
30,902 30,902 00000000c52b67f7320dc865791de577a9887d1da4fd69ae46ee4295b7f3d0ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.46 GB sent, 128.37 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.