Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,255 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,483 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (836,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,221 74,221 0000000000401a2e0e38154cf6c6ac0d037d3ba14b37d6001ddf4a0921e1237d 0.00 MB 1 0
74,220 74,220 00000000006c169ed4f4d6f79e761c77f106975b25880f0b5beaf3cad4279c36 0.00 MB 2 0
74,219 74,219 00000000000d66b371f1f61ad17cfec11df5ff79370421c131055f102b7e65c0 0.00 MB 1 0
74,218 74,218 00000000007a8d9e1f2722c93321e05e4759b65ea6c8a2aab9f2385884a1e513 0.00 MB 1 0
74,217 74,217 00000000000c0c761ec5cbc64cd063788d4fd033e0b8d442be35a773bdc2e482 0.00 MB 1 0
74,216 74,216 000000000063ce8a227508fd677d2386e34e5355aa3e78cb435f9981f908668b 0.00 MB 1 0
74,215 74,215 000000000092e387d4a62eee427aa2be394fe419b093f83dc3904daf0946df9a 0.00 MB 1 0
74,214 74,214 00000000008731fbb88192feb3404df457a0c4ed09a7d243b7a219efbee73991 0.00 MB 1 0
74,213 74,213 0000000000a981a4d8af35fc6abd393ad090c9c80a1e262ee65726d39cdb8a7f 0.00 MB 1 0
74,212 74,212 0000000000a7d2fe09f406a6969bf0ba0a93ccb88750c487ab851c60b68434a2 0.00 MB 2 0
74,211 74,211 000000000002eaae527896ab3f2bfd6447626bdd3753aaeb67cf7097462081ff 0.00 MB 1 0
74,210 74,210 000000000015581818dcdd4379adee3a716f78984c9495b484ec5d2372d430bf 0.00 MB 3 0
74,209 74,209 00000000007034dbdedf0fae855c2d486821ff7783c63373edb3e9954b706188 0.00 MB 1 0
74,208 74,208 000000000088f00e3c530c7035664089cc53f36958ae6fcaddb7f80c9dda1f43 0.00 MB 1 0
74,207 74,207 00000000001b15a4e49b5d657d677b42a6d668b1ecef7c3f980cc9ddf3113a44 0.00 MB 1 0
74,206 74,206 000000000047c7a11466b82f602ab5f753000c43dbca4c9830246a8139e27ca1 0.00 MB 1 0
74,205 74,205 00000000002e38fa290c8335ff83d49f65c1e32f891ee0ef5b2b79b85284fdf7 0.00 MB 1 0
74,204 74,204 0000000000346eff82b858b9c4e46c093c59ae3bbbae721150ef415d2f116206 0.00 MB 1 0
74,203 74,203 00000000001146f1b01b07daf3d7b30ff97b79a7fd65f8ced555f4be41623196 0.00 MB 1 0
74,202 74,202 00000000006667e64307658882dde49c31358e2b758092782847ec73dea8409a 0.00 MB 2 0
74,201 74,201 00000000006ce11306f55f8974c9e0dd33b952c4763934b42a92e147664ac379 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.37 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,367.51 GB sent, 125.63 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.