Loading Tool

Explorer IconExplorer

Memory Pool

35,785 transactions
27.57 vMB
0.06001919 BTC
Random Selection Loading Transactions
Max Size: 138.69/200 MB

Candidate Block

Mining Attempt c7e80da6b9c27b0e2b1df2ce2a2a6da9712b68fee623402bfa3d3cf79712850d
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 65153539e5482b594a14b2606043a42e6aa5ede5505dcb74bae44e8c33812366
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,484
Size: 1.00 vMB
Total Fees: 0.00777398 BTC
Feerates: 203.60 > 0.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (836,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,307 78,307 0000000000116074ff8167d16507e2804a814fd7512659727f9f041c157bb0b2 1 0.00/1.00 vMB 0
78,306 78,306 00000000003de3d8e8815e98a8aa967ccff45bf7795f9feeeb38ca0d37f4a21d 3 0.00/1.00 vMB 0
78,305 78,305 0000000000227b5cfb10295df758cc20872bd1762704e9ef8c2e9760399b8a32 1 0.00/1.00 vMB 0
78,304 78,304 000000000061d35558906b6d6e05b66f1b759cb7095b99e76aeb8981e55f21f5 1 0.00/1.00 vMB 0
78,303 78,303 00000000005e3c970941853d850ab269f2943e56ce19cf6423c3a651fdb2356b 1 0.00/1.00 vMB 0
78,302 78,302 0000000000492a3f5bd351f68af9ff12c851ca8b24aae9a7eb3e5ade12ef76b7 1 0.00/1.00 vMB 0
78,301 78,301 0000000000142cb3affab394abac43fc40d40fb258090ba056a80aa662cb4ea1 1 0.00/1.00 vMB 0
78,300 78,300 00000000005360088e2e663df167c975d4af725cd7d938d1ca959abfbf836a05 1 0.00/1.00 vMB 0
78,299 78,299 00000000001d13bd64dd2b06428f939109ee4cfb6e038bcff8d81476deae59c7 1 0.00/1.00 vMB 0
78,298 78,298 00000000003702ce7ea5bc37ed026e2dd15460808ce7ac1776e54da7f44d32bd 3 0.00/1.00 vMB 0
78,297 78,297 000000000027c2921ede246d0299911d93d0c6468709f1c87a8c578772e13f5c 1 0.00/1.00 vMB 0
78,296 78,296 000000000026f92345645554ce971266b4f3c6da0a86fc90108d0acc26ead7d5 4 0.00/1.00 vMB 0
78,295 78,295 00000000005cc354625533a8ba2d03452963b38305f5d5d9d2aab5e1e8c98b8d 1 0.00/1.00 vMB 0
78,294 78,294 0000000000458f70a6fb9c645b069e0a1a7901bf2491ea1479a1700c60817dd9 2 0.00/1.00 vMB 0
78,293 78,293 0000000000115587c33272fa9ed2b2eaeda0a4e1ea2ac777fa4e08206519743d 1 0.00/1.00 vMB 0
78,292 78,292 00000000003a20ed70bfd925c0bc043dc9c2fc6d9b43d8440b6ff68a10441d96 1 0.00/1.00 vMB 0
78,291 78,291 000000000064b79293a6be4498ad49e85c50f20630a84720c5ca1ec9f829a1a6 1 0.00/1.00 vMB 0
78,290 78,290 000000000062432975a1ec65609396f1d43264ba3491c67666206891cc69c9ed 1 0.00/1.00 vMB 0
78,289 78,289 000000000068f73c661499bb045348cc4d8389a45f917c660bde16b2bb4249c5 3 0.00/1.00 vMB 0
78,288 78,288 00000000004c9abc13cfe4ca158a344344566c0c8fa9e2eb8630888ed92e0578 2 0.00/1.00 vMB 0
78,287 78,287 000000000007bd7b8e3cd239ef689b1906b2a05f3efe2716d7eb90b79d3dfe0f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.49 GB
    • Received: 11.80 GB
  • Uptime:

Notes

  • 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.