Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

555 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,150 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 535 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,149 (847,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,262 62,262 0000000004ae9f77b2ef490e6c10a4c81155197e75d63eb4256fbb70b26a4878 0.00 MB 1 0
62,261 62,261 000000000bd06ca18d3814e1f600da5b806709a499cead0aa978d14ffeb9da1c 0.00 MB 1 0
62,260 62,260 00000000066c525a0a13ba3905ae53dcce933ad586a23a675735db932b7f17c8 0.00 MB 1 0
62,259 62,259 0000000004ca6668a7ffac9679f4216e5c6d27688d9b669e7d4d70bb06881b5d 0.00 MB 1 0
62,258 62,258 0000000003078020f47b923fcb92a6a22a83267d6a0a93d2777a2300057e3cb5 0.00 MB 1 0
62,257 62,257 00000000002591a342f6fcf23a9329b9dd0e4d64e0e9285d18ff0c76ceeb0ffc 0.00 MB 2 0
62,256 62,256 000000000b5b8112b1b784036040555f99fe735ffade4a04dd589e5ce5415ea3 0.00 MB 1 0
62,255 62,255 000000000d7db84d3e4924c1b9ecd5efc5372138227702cd71d1c4a12ac87e08 0.00 MB 1 0
62,254 62,254 000000000a2dc01025cb618a97f9f47bcaea602d8515f80dbfed97597d5f1c9b 0.00 MB 1 0
62,253 62,253 000000000a7661b0e5004b18febd69b5319eaf01439ee9283478203bc8ad54e7 0.00 MB 1 0
62,252 62,252 000000000be6ddbcfb21b2b6695c33f43c9c579d654d2c990beeb7ee66062d95 0.00 MB 1 0
62,251 62,251 000000000990c7d958844fec3aaa0f761378c879edc82e8ff6d8bcfa7cd9f27d 0.00 MB 1 0
62,250 62,250 0000000006cd2497fdaf4d75af717d4a0ee19eb5f1972a1a719de0694c5c81b1 0.00 MB 1 0
62,249 62,249 0000000003d722b1057dddb1c6b998ab50fc603901b2aae16d01c3af294dd072 0.00 MB 1 0
62,248 62,248 0000000005ad992e6a89614502d212a84f071b6d4526536ed5761ef1b68492e0 0.00 MB 1 0
62,247 62,247 000000000c799ef2e74d11417af28cf8a1410c3f0b8ff1621b5f85faf4541eea 0.00 MB 1 0
62,246 62,246 000000000bbb1573ecfacd225d036cd75a45ef6b8863caf2a86e42721fee4e00 0.00 MB 1 0
62,245 62,245 00000000064f06e82ce7143bbb7ef89bb3d04af1b595f2641ff525ce28b34bc2 0.00 MB 1 0
62,244 62,244 000000000d49a6d515dd1271e6157217666d163b53ee25eaf191ae130b1f1bc3 0.00 MB 1 0
62,243 62,243 000000000705cdad053d5fcb65e4cc83d8fbe398423b026c6689bd0db4f569d6 0.00 MB 1 0
62,242 62,242 0000000005bc9b118eeb3428b4f963ee7c3322dd4c0b9928b6851080afe51ed9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.35 GB sent, 116.82 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.