Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,109 transactions (3.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,163 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,060 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,162 (864,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,208 45,208 0000000028bdb3f69d18951ccc52fd7e85e018dfb2642c2649bd52fe777a3ac3 0.00 MB 1 0
45,207 45,207 0000000027e87f7f2802211d3176c76c65f80a61a4f14438609028b4fbef85d5 0.00 MB 1 0
45,206 45,206 000000001ac9dbc7a9a71d75e9d698192692e8bd71c76d397ba3961d7311039e 0.00 MB 1 0
45,205 45,205 0000000003d5401cf53cbde7768898cb45a12368d9048b83e972b99ad0811858 0.00 MB 1 0
45,204 45,204 000000002bfd231bca8aa0b0d35bf381bdfc06a5f9d2e7c10fb8f5aec6b39408 0.00 MB 1 0
45,203 45,203 00000000357e75f8590111a17e040a3bc5378b83ff1342efa52e6d4423d6c759 0.00 MB 1 0
45,202 45,202 0000000031761ec4f71c9a0107ea8638e3865ef3f57ef7f5f6f23af89ecc6884 0.00 MB 1 0
45,201 45,201 000000001979d2242ec88e231036866072174d89b4d7022f791e3b90b7ef52c1 0.00 MB 1 0
45,200 45,200 0000000027f421e4a286d0503bb01190d85548c81df54323db696588770415c6 0.00 MB 2 0
45,199 45,199 0000000001cc3acdc6e0e128b418694a70ade5babdc2e34409197e9de908d37c 0.00 MB 1 0
45,198 45,198 000000002ea206478558d4bb2c74c872b7d56f0af1065a3e4894466eaa9d6f97 0.00 MB 1 0
45,197 45,197 000000002120a94a1ad565f70ed5001fa45581dbed7d139a4ee27dc0ad7d8af2 0.00 MB 1 0
45,196 45,196 0000000014598fe13de14cda036490aadd826230c20c4482e2807cdec2fec0d4 0.00 MB 1 0
45,195 45,195 000000002c26ff0b9bd3ee04642574759323f5632b31e89eff7604cfbecdd4b1 0.00 MB 1 0
45,194 45,194 000000001cf5bf389e7512fbb6db6c2bfa5ab69d1f2e5da32be732479eea4d8e 0.00 MB 1 0
45,193 45,193 00000000041bf4a6415736537c8b5aecb3800b0814fc8abc85eec5820fef094f 0.00 MB 1 0
45,192 45,192 000000000bde57a1669ff419bedf5c3e1e4f1f124605d1382fb3e885524d0bbb 0.00 MB 1 0
45,191 45,191 000000001378005747d83eb70f17a4dd37a86f73cc8ede58871c2a6931df6213 0.00 MB 1 0
45,190 45,190 0000000037d393e77fc30562a49af20a2ebe4a9e9138e8aa76c2a2e4e5950a3b 0.00 MB 1 0
45,189 45,189 000000002eb1a46f68524929da010a7449c5107ad55cfa09e5d478a78ce85b20 0.00 MB 2 0
45,188 45,188 000000002854496e2554bb099379e01eae0f6c4ccae9fad591d3a03ba6a9c1df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.94 GB sent, 117.01 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.