Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

611 transactions (0.17 vMB)

Priority:

  • 1 sats/vbyte = (4 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
909,625 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,624 (883,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,633 25,633 00000000bcbb459e5d3f8e4c25079cd83358e6d9e651e90fce056227e3edfe5a 0.00 MB 1 0
25,632 25,632 00000000874e47ad218729eea0d03a554c73ea2d8d3683a837ba885da0320039 0.00 MB 1 0
25,631 25,631 00000000233bc1d2cd636126dbc7da0bf4d332d6ee4c0cf704a566cbe0effe3d 0.00 MB 1 0
25,630 25,630 00000000bbc0b364bd5c200c6f885d788442e9c40d709bdda55d3a1a7ef7677c 0.00 MB 1 0
25,629 25,629 0000000044fa898838f7d7da4d717485a746b6c48420e590023db554577e9333 0.00 MB 1 0
25,628 25,628 000000004409dd3f68d655f418d0d3353e7d10921c8a864ad96296921ead9b0b 0.00 MB 1 0
25,627 25,627 000000004fae958026ad917cdb6bd3a7676a75a9b09110c20c506eb096f16ca4 0.00 MB 1 0
25,626 25,626 00000000008630ca9f58abbd25977a6099a587baa9c2e31953bd68b8f5ad4753 0.00 MB 1 0
25,625 25,625 000000005633634fbf846deefe57a489d853d6a45b83d3041906d4243a2df001 0.00 MB 1 0
25,624 25,624 00000000d33844bc849fa5b141eb73d7763d33240deb40dea236241fa9fa5765 0.00 MB 1 0
25,623 25,623 000000004a72ab1dfd993105e535da1194425556d6241782330bc0d26fb17ef4 0.00 MB 1 0
25,622 25,622 000000003393070e613e39917ff3b348f47d297202a29b8468015af98e5e4d1f 0.00 MB 1 0
25,621 25,621 00000000eff4bdbfbf5a109a51fb8c556b46ee1253c9f49ef44b89b9eac2cdc6 0.00 MB 1 0
25,620 25,620 0000000011e11e6a77c270b6502513fbe1efa387f6f07c60c29d22f88fbabb1b 0.00 MB 1 0
25,619 25,619 000000009cd3f7e945c151a51baeb89f292f908999b0bb299022b5606aa1ba84 0.00 MB 1 0
25,618 25,618 00000000b18c51f04de831076d2576881b504f45c772e2741c97fa494715b8ed 0.00 MB 2 0
25,617 25,617 000000000c09c170940e2f565971970ce21104d4e55caa5ed83c392c45d93a3e 0.00 MB 1 0
25,616 25,616 00000000d2cbaa57cf3e30c00c012738ef8cc41c8b8eaf66d8779c530f3b7b3b 0.00 MB 1 0
25,615 25,615 00000000c1b1bd839cf48cbf4253fe456d8002f289139ad5f27f921f2ad1366a 0.00 MB 1 0
25,614 25,614 000000007858a007ad24ea1fdbab3647191a6117aa8953dcd7c69c71fb27729b 0.00 MB 1 0
25,613 25,613 00000000e29c9443019e4ab42bbaf494f23ce4c006f496e43f291c4dde6085ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.71 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,104.03 GB sent, 111.85 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.