Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,069 transactions (4.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,111 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (33,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,306 878,306 000000000000000000028935b161cb8e76d107441ce469e1ec2ccc49fcab3cb4 1.44 MB 2,484 2
878,305 878,305 0000000000000000000228e16495075da8a687640a65eb035bf81682b4a11559 1.78 MB 3,014 4
878,304 878,304 000000000000000000006b77c21b64392dd6a4154ef33c836b6f9e065486c4b9 1.67 MB 2,946 6
878,303 878,303 000000000000000000005b1b107dad9ad36d19475e93456dd3b61653895d4c93 1.05 MB 243 2
878,302 878,302 0000000000000000000064c6959cb907083e276f7fc2fed953cf5496663489d5 1.58 MB 3,007 2
878,301 878,301 00000000000000000000cd0e798e34e29018909d914f8c316c7ba90e810bf4cc 1.51 MB 2,524 5
878,300 878,300 00000000000000000000cf11d273f61cabefb8ace47174dde91310767b3854d3 1.66 MB 2,667 9
878,299 878,299 000000000000000000000b623c682da4495827e0d1fcdc2c214199b517e32e49 1.53 MB 2,888 3
878,298 878,298 000000000000000000000fbcf94326929c32b2d005b7bc7b0c7c91ba2f909408 1.67 MB 4,076 2
878,297 878,297 00000000000000000001eecea6da5520d04632b8b7dd02c6c8f696506a9450b6 1.74 MB 1,697 3
878,296 878,296 0000000000000000000047f5d30d7816481cce81b0321154954c0cbd062eec67 1.70 MB 2,677 2
878,295 878,295 00000000000000000001e84c52a177493e2581e05ee1bdf071f9eaa8db215f96 1.69 MB 1,900 3
878,294 878,294 00000000000000000001ae122be84a5b03a6107969187f2242340adbbf710b64 1.74 MB 4,486 4
878,293 878,293 0000000000000000000243ebe301c25e7bc64f4885f082e7d9e8832a4cdb6e58 1.71 MB 3,420 4
878,292 878,292 00000000000000000001db71a42a3a88204d070b729b1ea11fc1ec7cbd170a59 1.57 MB 3,380 5
878,291 878,291 0000000000000000000162c54faab478dabb799ab498f9ace45a4e47810bd909 1.51 MB 2,718 5
878,290 878,290 000000000000000000011bff2b14a48002161faf80b0f8dc99ad620aaed16474 2.05 MB 2,252 3
878,289 878,289 000000000000000000005b087d00f60adef065a576c5be07d14f1b88e885d13c 1.86 MB 2,242 6
878,288 878,288 00000000000000000001a8e03397828f27b8503c32e62eb7275881ba85ef0640 1.59 MB 1,285 4
878,287 878,287 000000000000000000021c31d6aa3f2e4675c3ea141844ea356f977f9673e280 1.60 MB 2,311 7
878,286 878,286 0000000000000000000160ec2dbebaa1e8706156102d3120f42597cc993826a4 1.61 MB 2,427 4
Previous 10 blocks ↓
Total Size: 776.96 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,493.34 GB sent, 133.31 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.