Loading Tool

Explorer IconExplorer

Memory Pool

39,042 transactions
27.46 vMB
0.06144294 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 48a2d17d6a7526609a5350b6a9c0aff04254a7ea1c86b2a5b6d1d0ce2f986a12
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 3a4c0de0b070a1475b04b910245596f7f34fd56108cc4d5c85f926708be1402f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.00920023 BTC
Feerates: 101.49 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (352,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,197 562,197 00000000000000000025d5b35e578d8eeb291f2ade6d024846f2c6aa37d6b6e9 3,316 1.00/1.00 vMB 16
562,196 562,196 0000000000000000002b737bca3fbd0dcc307095319e3145e0d5b3fa53efc800 2,971 1.00/1.00 vMB 38
562,195 562,195 00000000000000000018ecafe45151df9fe0fc4e0c40206019f13e3d2eca9075 2,948 1.00/1.00 vMB 22
562,194 562,194 000000000000000000004e84053d492c86458ccf032cef77e3eb1fc3677763cf 2,633 1.00/1.00 vMB 20
562,193 562,193 00000000000000000008a4be49799ee5066ff0482e9005ec614cbca6cb53693d 2,519 1.00/1.00 vMB 6
562,192 562,192 0000000000000000001ea068fe7ac7837632ef3c57c7b04c52f1393b5c10ba9d 2,141 1.00/1.00 vMB 20
562,191 562,191 00000000000000000012d880afc8da50e195958dbb2795e3c73253f1687e1af2 2,377 1.00/1.00 vMB 19
562,190 562,190 00000000000000000028372fa021e5a29c7f1f55bccd1c7f334d00fb6c2e7b43 2,991 1.00/1.00 vMB 29
562,189 562,189 00000000000000000028271c0e727d4dce8eada472be9e1084ddb427c00f794c 3,197 1.00/1.00 vMB 29
562,188 562,188 000000000000000000062a22c6b9b74328dcbabee23748c6979fbb8d16c29d1e 2,974 1.00/1.00 vMB 24
562,187 562,187 00000000000000000015d468c15f436af4645c3001cd4ee69ea218f746755596 2,435 1.00/1.00 vMB 20
562,186 562,186 0000000000000000001a85df8c4a78199a550ce73a100384f28827d7cb60f989 1,196 1.00/1.00 vMB 5
562,185 562,185 000000000000000000217676b59165f3374cc14e2e37a28697fdb640de375a40 2,357 1.00/1.00 vMB 6
562,184 562,184 0000000000000000002a75c81e45e67bdc4d2b95688fcf57a72def3fa3e385bd 3,045 1.00/1.00 vMB 20
562,183 562,183 00000000000000000009acbc31a0cc611b26552bf19150a816b423fb72cca501 2,587 1.00/1.00 vMB 30
562,182 562,182 0000000000000000002aa3dc7ec6d47a457237d3e22fa58f1e2adf55c7951c47 2,727 1.00/1.00 vMB 16
562,181 562,181 00000000000000000027f442923a648e30e04708134bbb1e0ff8df507c6f23e3 1,706 1.00/1.00 vMB 19
562,180 562,180 00000000000000000014dc1d89217b8feaa583c389b4df4cd2a8272185154cc8 2,382 1.00/1.00 vMB 28
562,179 562,179 0000000000000000000284ce2aa36cff6d3cd9fcfc15db6b76303f616e449094 2,890 1.00/1.00 vMB 23
562,178 562,178 000000000000000000156ad438263fcfe79c2c11f766e296bfef5c29c0522765 2,825 1.00/1.00 vMB 22
562,177 562,177 0000000000000000001104347deed70c5acb9d7eec176368ff9501b404f8e062 2,348 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.49 GB
    • Received: 12.12 GB
  • Uptime:

Notes

  • 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.