Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,958 transactions (2.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,310 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (857,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,660 52,660 0000000012ef05fbf4d1c543676349b5dd5c515cc253fb3741d7c5396eb50c3c 0.00 MB 3 0
52,659 52,659 000000000374ba75f2ef257081271a1a3b233e149f1e4d53c591b5c1b5c43a20 0.00 MB 1 0
52,658 52,658 0000000007e6de4e119a5806236bf4584b1a1b45d5183189bef0ab832ea55f3e 0.00 MB 1 0
52,657 52,657 00000000104160cf70490c78ac02a45540150cb32e18266c8707589e39843eb3 0.00 MB 1 0
52,656 52,656 000000001569a0ab541c51cdbe071a648e778ec2f588a79747e174e52b3f9c62 0.00 MB 1 0
52,655 52,655 000000000bd88b755d84fa66763c5f35e7def558620aada6439acb06403bddec 0.00 MB 1 0
52,654 52,654 0000000001ef22ef8bd8ec88f3963ad2475e4515f42314599f00aad9ec8789c7 0.00 MB 1 0
52,653 52,653 0000000000b793229a9e337fd3b8a8d865e648e76b26a58ef896eac865ab12f2 0.00 MB 1 0
52,652 52,652 0000000001ef61d7fddee2cc56eaca7a775bb5f1ba884d11d79c596cd42e97f2 0.00 MB 1 0
52,651 52,651 000000001078d4b3533e932a7e8f43dc2dcbd707343fee787e237c5634d0d6c9 0.00 MB 1 0
52,650 52,650 000000000b57e1073076c27d034be64831574e6a0ae060de05a89c513267635c 0.00 MB 1 0
52,649 52,649 0000000014c8ee22fa0e327e4dc6714bef60c0d5314ca23a3accd0bd32cadc84 0.00 MB 1 0
52,648 52,648 00000000005ffe84117103f8197a1663ae3604052f07f9fa81fe9b57f893365e 0.00 MB 1 0
52,647 52,647 000000000ffd8cbcdb5b26b324b3285ca98ad83ce9efedd53d98773918e6ac32 0.00 MB 2 0
52,646 52,646 000000000a3f80938aa874df3a3199398d8ffcd765184834a5f07d3af9a6c2ad 0.00 MB 1 0
52,645 52,645 0000000010c3c5b6b9815ffb3949a5b4f1801d091ad0d39a2d8a0ecbdaafe0e0 0.00 MB 1 0
52,644 52,644 0000000003a8fbb12cc39e85470c69388b7ec732da178889bfebcbd148a1971e 0.00 MB 1 0
52,643 52,643 00000000027b544f8a2739cd4401909ba76d5e6d07a715a7d24dbb3ab04cae3b 0.00 MB 1 0
52,642 52,642 0000000009b710a2d1b42e80df792cfb8000ce0ce5b0ede9b7d92af29ef556f6 0.00 MB 1 0
52,641 52,641 000000000d21e2a30e9e578c34a9edbe549e47de27e77af69444aabde45fe8d1 0.00 MB 1 0
52,640 52,640 00000000131677614ac6534f0f7364dece6c9d5a0a7a5e2fc849e79d948382f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.70 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.