Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,242 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,192 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (880,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,019 30,019 00000000281627a12ff8838e7fbcc3fd60ccd2798e84e4b54e00cc46e39777f8 0.00 MB 1 0
30,018 30,018 00000000e22526c58c07a1ebe07c1836601e455be3424609be00e26d243f49cc 0.00 MB 1 0
30,017 30,017 000000002f72170118fbab51e17be8d8df169a25045badabfa081e091d7abfe4 0.00 MB 1 0
30,016 30,016 000000007510f0d88286fe8ca61716288fa3acc8516cdd18d453a941ee6774e0 0.00 MB 1 0
30,015 30,015 000000003d0e4045cc98d31bd40b72c6d1a4372fa3a5cfff4bf5e5791d1aa6a8 0.00 MB 1 0
30,014 30,014 000000009b364419c36af23623e8b32ae515f79bbe3841089af3f7370c6aeb2d 0.00 MB 1 0
30,013 30,013 00000000b95e90a4c31d2afa2e5929c8486fce808b866f1c9889739f1b73c735 0.00 MB 1 0
30,012 30,012 0000000052ddd880e933e4bae5df9f2ec88d49049ab391745dc072dee84f79fc 0.00 MB 1 0
30,011 30,011 00000000ebe40e74637b49bfa09d0b62a6ef203d27662488a9628d56146fa27e 0.00 MB 1 0
30,010 30,010 00000000bb3214cf9cd6f4833bcdf28ac1daa642ca197b92f4ddbb4e036ab5ee 0.00 MB 1 0
30,009 30,009 000000004a702c6a7fd08fdbcc8284be3b21dc2a5c180ab88301a188f6a01b17 0.00 MB 1 0
30,008 30,008 00000000bd38d8b12fcceb2713ef0b6830a05c4d83610e9f1073b97334d21dbd 0.00 MB 1 0
30,007 30,007 00000000ed77a72ae3ac9e22ca34fcbce59744b9c70581e4f6ff34bb2235e31d 0.00 MB 1 0
30,006 30,006 000000000e18985dcdf14f1acbdb207d8f08c01e08582d8276073340f3e57ff4 0.00 MB 1 0
30,005 30,005 0000000088095a0cf263da6d3f74d4b9588d8bc2d431a47f31b5e4352d4a7e74 0.00 MB 1 0
30,004 30,004 0000000092a112695f23b9e72533c9b6d867ad5bb8a94e3f925c64aff99bf9df 0.00 MB 1 0
30,003 30,003 0000000015c334f36aa95fd5cc344bb50f7941065d565ea49ffa5686c4d788d0 0.00 MB 1 0
30,002 30,002 0000000023bf4f53c57ce91eb9e1280bba7133f6042b05d4d2e6d7fbc362db48 0.00 MB 1 0
30,001 30,001 0000000050a8248e6eda4db7b5919491746c06e2ca458b22c35d8d72b3f3e5b6 0.00 MB 1 0
30,000 30,000 00000000de1250dc2df5cf4d877e055f338d6ed1ab504d5b71c097cdccd00e13 0.00 MB 1 0
29,999 29,999 00000000b3cc5384f93014f783d86d6e209ad5ca7dc5a613c4f994fa984168c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.70 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.