Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,600 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,786 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,785 (888,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,558 22,558 000000001244a3843fc8236d573e43d593993f49e7121569d50b82445e1cf065 0.00 MB 1 0
22,557 22,557 0000000096da832a868bae7bd7c2c0acdc5ddc002838b60088e543595a93c20b 0.00 MB 1 0
22,556 22,556 000000008dee5202c84406f0abca368e84744a2101d665c069eec662fa514596 0.00 MB 1 0
22,555 22,555 000000008db522095fa8a07a0cefb54ecb5a91848d2a2a43462d4387aa4afa7d 0.00 MB 1 0
22,554 22,554 000000006b4c5847afab6bdc6c82355088521a41342c1feaa13e1cd70efc732c 0.00 MB 1 0
22,553 22,553 00000000b52db864dbbeb6136e71129fdbae4923dd9f500074b701964089a45e 0.00 MB 1 0
22,552 22,552 000000004968e5845056468e537cae8505353b06508a0d7ab1e7fb418dcf9054 0.00 MB 1 0
22,551 22,551 000000008caaccf76aec0946720653c24535a1ed610349f7e87396cb3f3398a5 0.00 MB 1 0
22,550 22,550 000000003198132c86e6708efd76b6d4e10006ab68760ed84c42815dbf54a570 0.00 MB 1 0
22,549 22,549 0000000004c0963507d2edc2cb275a8231379e7dbf0083a7a4a2b6b106eb36aa 0.00 MB 1 0
22,548 22,548 00000000301c4aaa2576aadfae18190c6667986b5d1b45e04f74310ed1e66673 0.00 MB 1 0
22,547 22,547 0000000091bd475f96e50a73e68f026241539dca11c44fa1370130554617470e 0.00 MB 1 0
22,546 22,546 00000000447b81d8a8c3baf3e4369ca59dae60796f5ac8be99b2f3711e678181 0.00 MB 1 0
22,545 22,545 00000000a7259656f94e6f4ec9045c9c72a7e96439a05798fa9fe2762a8562d1 0.00 MB 1 0
22,544 22,544 0000000069d9d0ededf7a8ec62bb80a5e97f7590c8049d6feb201bc18fb86344 0.00 MB 1 0
22,543 22,543 000000001568b942f1e31f514924acfe75ed8b17e29f80b86d9855554ddcf48c 0.00 MB 1 0
22,542 22,542 00000000bc4f467b42b80afa32a323b57bba02ebf48f3456c374cff48baa6606 0.00 MB 1 0
22,541 22,541 000000003d91cfe5d8224dad920eea52c1ec24eab7b0fff7b22a1379c0a5ee7b 0.00 MB 1 0
22,540 22,540 0000000058f7f3aa39ccef4bbbaa792220b3e581548bbae5dab116453b888d4a 0.00 MB 1 0
22,539 22,539 000000002c6c3237cad686b88ffd9086a9fb65852aa293c03c287c8b8ac5e7be 0.00 MB 1 0
22,538 22,538 00000000a66dd4d4eb4ea7579993e7ceb88344686403066b972943458bb60383 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.84 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,295.31 GB sent, 122.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.