Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

725 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,636 000000000000000000022cb30000000000000000000000000000000000000000 0.25 vMB 722 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,635 (841,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,321 68,321 000000000333833c2fdd37d0f90821e39d8836dc89d8eb8afb6b501f7146359b 0.00 MB 2 0
68,320 68,320 0000000002fdd7df510b7c73ccc045a0df7808c3d228cd804b6418da891783b7 0.00 MB 2 0
68,319 68,319 0000000003d6c2732775ddabe42e15d9274b5f2c33163f1b54df951715fa72e3 0.00 MB 1 0
68,318 68,318 00000000044220f8742bd8417babcc3ec1603293420779ea46e2c1b26eb281c0 0.00 MB 2 0
68,317 68,317 00000000045f822d37f88a1ad8a531ffc3176c8d4a69bc301da2d1bc7b7343a3 0.00 MB 1 0
68,316 68,316 0000000002a586abfb2690cd0e25e282ef28207f7398df3140ced88e13026f69 0.00 MB 1 0
68,315 68,315 000000000328fda3102caf0dc4a734a9e085ca9c4a2fa9a10a4a087743319da5 0.00 MB 7 0
68,314 68,314 0000000000e61013273b943c58a1d98477470fb2cf9d5e3a3df6691d6b79761f 0.00 MB 2 0
68,313 68,313 000000000036eb10bbf93cac46e01e30f60841f270b597a6e6c5a5b625e28cf2 0.00 MB 1 0
68,312 68,312 0000000000f9fcfee0246694b693ab59c4561e57d66843130c70468092cded50 0.00 MB 3 0
68,311 68,311 00000000057349e685747269fcace9f79f232bb0fb669c76252bfe0dd45f3174 0.00 MB 1 0
68,310 68,310 00000000026be4a9b1ff9accfddb4c1b9660ba74478ec72db548d66be7273d8a 0.00 MB 3 0
68,309 68,309 000000000156f2fa34b71eea8b7351b9f3d8367abf9f55336517ef9fec31db38 0.00 MB 1 0
68,308 68,308 0000000002561b3d5d42927a826c5e1f594cbbfd7573ac37f50ac2fc7e64f65e 0.00 MB 1 0
68,307 68,307 0000000004f6bbd080cf4a370e8c41f668ea1b566f7c5fa882e4af35d4e24cef 0.00 MB 5 0
68,306 68,306 00000000034aa48134acdc855890d3ecc0f143adfd57caf72019f2702f92e515 0.00 MB 1 0
68,305 68,305 00000000049475b4f8128387ccebd4022372127c6212e3019a24cad06201867a 0.00 MB 1 0
68,304 68,304 000000000581c07e9fe4ac8916a8283aaae347f5559c44c536d6b4200e793aab 0.00 MB 1 0
68,303 68,303 0000000000a2ae431798941444740e6aa27de8834cb432ea6c7b74776a40282a 0.00 MB 2 0
68,302 68,302 00000000058cbb6d7cb7095fa11006251e970c2afbd302ac8920341971beaaf3 0.00 MB 1 0
68,301 68,301 0000000002d2df9529d99b1fdc6cfd6838d28e5065696b0ec911363593258bce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.74 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,114.64 GB sent, 111.99 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.