Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,335 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,498 000000000000000000022b910000000000000000000000000000000000000000 0.75 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,497 (42,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,189 869,189 00000000000000000001e70652721e8c4ab9de956393cc6ec3abc2d0b292c926 1.82 MB 3,965 3
869,188 869,188 000000000000000000018a54e612d87f7012bea22247c5649ce047e7e13c9a54 1.49 MB 5,613 6
869,187 869,187 00000000000000000000b466ff1f82159da1b741d4af041470e5c84895dd634b 1.54 MB 4,587 5
869,186 869,186 0000000000000000000073323b0f5d17ecb0e6d1269a6b89aa40d5caab54e652 1.53 MB 5,082 5
869,185 869,185 00000000000000000001a63932c16bac43d80222a0b609caaa51680131e720aa 1.34 MB 2,910 8
869,184 869,184 000000000000000000013a8efcc55113e8fb3b718a4a8ad467cedbd6efbb7822 1.65 MB 4,199 3
869,183 869,183 000000000000000000003a2fe78aa87d195f242a8537cce372d791f3cc75bda1 1.54 MB 3,848 6
869,182 869,182 00000000000000000001e933dd9c6b6e9ede0dc68acda6ffb2f955febdafc234 1.65 MB 3,840 4
869,181 869,181 000000000000000000019c91bec410560ca6c463c24bcc857bbb041f7b9c5c06 1.52 MB 3,460 9
869,180 869,180 00000000000000000000d7be182c718affd6f5137c479ee5d80fbb45cbb6cddd 1.74 MB 2,769 3
869,179 869,179 0000000000000000000153dfa90eab5a1df4fcc82b2fb4e4b697856e5a9a394b 1.56 MB 3,666 6
869,178 869,178 0000000000000000000136af0c214a4b003f43bd80a3198a1cce5529a26b2c9a 1.47 MB 3,228 7
869,177 869,177 000000000000000000015e0f5cdbc5da74412e6864d9277589240bec56593631 1.45 MB 2,953 7
869,176 869,176 0000000000000000000133f4ff14a132cce554e837f8bb787e6b2d512d8d4c1e 1.54 MB 3,284 6
869,175 869,175 00000000000000000001a62015fcb13f35696c3bd2a4778269c98e8cd99e33c9 1.73 MB 2,965 6
869,174 869,174 000000000000000000020459400c0fd6d237ddf0bc6d831234e25b9b8707cdd1 1.65 MB 2,996 3
869,173 869,173 0000000000000000000294013714f221cd25929ad95168ac3b7c19d6ed8f424d 1.58 MB 3,059 10
869,172 869,172 0000000000000000000090bb95bc92b6f8940abc28184d4cf6bff49c2e5fc58d 1.55 MB 3,861 7
869,171 869,171 00000000000000000000c5309c207c4f3487f9ca9f2bb1f682f606b472d92722 1.64 MB 3,188 5
869,170 869,170 00000000000000000001dc334acad51f426da8b414628a85656e487ad12e4acc 1.89 MB 1,793 2
869,169 869,169 0000000000000000000274fcdb2164bf1401963917c88ab83c4a72978a8249d2 1.97 MB 2,080 3
Previous 10 blocks ↓
Total Size: 776.16 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,412.10 GB sent, 129.50 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.