Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,853 transactions (2.00 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,906 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,912 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,905 (879,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,039 30,039 000000005344a735d1bbfd6dd134698f5c4310f2c98ae36841b87cc4522bda52 0.00 MB 1 0
30,038 30,038 000000007a29143423551eeeb1ea4cc0ce3e0049dcd639cc24afd506a4a0fc3d 0.00 MB 1 0
30,037 30,037 000000003ebc38e7b7d0a1041272bdf509b78d842cd414baf6bbf94835a73857 0.00 MB 1 0
30,036 30,036 000000007d1428312f7ea00c7deec0f8c89ca19441be5defa799ed03fb448b8c 0.00 MB 1 0
30,035 30,035 00000000e375dd4449d71f19383127abc97959925f6debde0287da883e969f99 0.00 MB 1 0
30,034 30,034 000000004b43f958c69af9c980e97ed5af08a6189d29482fe05158f081461642 0.00 MB 1 0
30,033 30,033 000000004c8821a4661fa88c33fc14f254797dd23aef2ccb4be8ceb2f90844cf 0.00 MB 1 0
30,032 30,032 000000001d034f89ed2d622df2cf74e6c66352c300361c188fce9f5249c14524 0.00 MB 1 0
30,031 30,031 00000000d029571530450fe459a402529ab18c2091c0b15d51f818c8e9bca7d4 0.00 MB 1 0
30,030 30,030 000000003797e7f06504ba0eed3ec70fc7433900eff148de11e651e3792408e6 0.00 MB 1 0
30,029 30,029 000000006da92d704ed212a8da8df0647828d1a7f8780192320a4695c747ba6f 0.00 MB 1 0
30,028 30,028 000000008e3476cdfed1c127166dd81747b74b6b494ce44f5c174037e150cbf8 0.00 MB 1 0
30,027 30,027 00000000983b4f7f36d92c1c8dc2080c6776487de41880a8b7804b179a122a4c 0.00 MB 1 0
30,026 30,026 00000000920fbbd354a982d3aee5a4010e5716bbcce71b44978b747c1dbcc5d5 0.00 MB 1 0
30,025 30,025 00000000ed54977439108ad5d9132ebe11287ace2d50216e881910ee10f34969 0.00 MB 1 0
30,024 30,024 00000000b3437956ed8f3e44573d7a9e638bee3c53783eaa8e1a8e0680a841b1 0.00 MB 1 0
30,023 30,023 000000004f84844939a7d22c64c953bdb0058c71865e1b7ad96abf18babf59a2 0.00 MB 1 0
30,022 30,022 000000007fa68b28f7321042404bb93af7489677b71f154b7c2b53a829c20207 0.00 MB 1 0
30,021 30,021 00000000db4ad755d7933f58b63d66156e911b16574a7c1589e8a58ff62d37e9 0.00 MB 1 0
30,020 30,020 000000002cbb8e150af0d5d776fe5d4abc186e5de9e7c643666fb2299525929d 0.00 MB 1 0
30,019 30,019 00000000281627a12ff8838e7fbcc3fd60ccd2798e84e4b54e00cc46e39777f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.50 GB sent, 114.52 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.