Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,164 transactions (2.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,297 (830,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,311 80,311 0000000000442d963f197a75e096e889c8f686434b2a0d33b5c7166390f826bc 0.00 MB 8 0
80,310 80,310 0000000000007861caebcd89c2e72fcc395b7ddff561a91d46e32fca7cf83fe7 0.00 MB 1 0
80,309 80,309 00000000001c725c2cfc821b59df2148c155053750dd095863cba7bbdf2a8e1b 0.00 MB 1 0
80,308 80,308 000000000003d9b7ec28e005585d54a6f44a92d7594975d720fb445cb3a481a7 0.00 MB 1 0
80,307 80,307 00000000002255c8b12608dcb46794d618c7b06a3d71739c999c32c3fb8ad58c 0.00 MB 2 0
80,306 80,306 000000000011002a0bcbd001b6071a490dac80a05d7d4c98bc0a53a57b317746 0.00 MB 2 0
80,305 80,305 0000000000275778b4e856bcc378021b1d5d59bc8cd6882a1c4fab5c80135c7f 0.00 MB 1 0
80,304 80,304 0000000000134da026e24f0deaa99005f146e85d8ff7391206967471b9aefdb9 0.00 MB 1 0
80,303 80,303 00000000002220883bd5604764a5a689b1b8ab323a55edd151e23b74a0c09d79 0.00 MB 1 0
80,302 80,302 000000000030ddae0aa0ae6ea03ac9652966a3f3d069327379447edac83f9366 0.00 MB 3 0
80,301 80,301 00000000002291b6fda2bc7b5aab35a62b38ddc1303e62e2fbc9934df6a2a87b 0.00 MB 1 0
80,300 80,300 0000000000463ed65d7e63dba9fc4673db1c156d7896a12dc02e278c179173c4 0.00 MB 1 0
80,299 80,299 0000000000587e419bca19e5f321a6ee9af332eaf9abaf5748c7471411ff2180 0.00 MB 1 0
80,298 80,298 0000000000588c674e77ca41a3ab58fc5b1012450e949d01393ec40c84b77807 0.00 MB 3 0
80,297 80,297 0000000000343cc93ebe805b927b0931e47962a8ece0ae4fe3fc93d0f472d87d 0.00 MB 4 0
80,296 80,296 00000000003695e666ad40425912ae21217bcc762df0e94c2f84db6e2a921806 0.00 MB 3 0
80,295 80,295 000000000044c9a2d950fa61f4c3961b0d744b8f24d06546838d4943d5597386 0.00 MB 1 0
80,294 80,294 0000000000396e09e07bea026ca2b9902e5db5c2d0f969ec47b75eea9e53adf2 0.00 MB 1 0
80,293 80,293 0000000000028c45e56cabeecf135761010dad4a0d6110ae4a5297e656666e3b 0.00 MB 1 0
80,292 80,292 00000000000b776555a41dff8b8fe267f50e64fd78b626309f98547c8947d81e 0.00 MB 1 0
80,291 80,291 00000000004a1dc1507d082ecb7d4cce432c89cbefabdbb2de7f1f22398d4146 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.