Loading Tool

Explorer IconExplorer

Memory Pool

83,581 transactions
30.79 vMB
0.14961636 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt 155d83165e861516269320cbb8d0fb298e52f9571301af9498a6883b34a4c4e2
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 90e0dd460445cfd3f35dc52848f2d27ccd37b574dd0d061c2bd6066a640b3056
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.08352962 BTC
Feerates: 150.77 > 8.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (120,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,286 794,286 00000000000000000003ccba7d863ffac86445fb043d94ce10eafef5cf20680d 2,587 1.00/1.00 vMB 16
794,285 794,285 00000000000000000003fbf99204d761c4969deb217d2361ef8ee65c13e7a92d 3,174 1.00/1.00 vMB 15
794,284 794,284 00000000000000000005121bc030d6d4c5a704ff00258801a9977cc38e9cbe4b 2,577 1.00/1.00 vMB 20
794,283 794,283 00000000000000000004e575f0ffb58ac8da8cbb44b356a391c8d74c760e43e1 2,497 1.00/1.00 vMB 37
794,282 794,282 000000000000000000021ce5c971b85952b6699eb1c4d10bb1ac62fd0dee660d 1,704 1.00/1.00 vMB 25
794,281 794,281 000000000000000000039134322a226386f81cfe9aed2f4ef510a2a7efd44a40 2,376 1.00/1.00 vMB 22
794,280 794,280 0000000000000000000517fbd117cb38f00f3bcfcc1e9a2391b592a9613be69a 1,827 1.00/1.00 vMB 24
794,279 794,279 0000000000000000000250a6ac749890d41abdf4d048bf8d6e3f3167320bb408 2,368 1.00/1.00 vMB 28
794,278 794,278 0000000000000000000352f514b68b3865f33860dd1d5beeb34256d698a30f5f 1,676 1.00/1.00 vMB 15
794,277 794,277 0000000000000000000504ede78bf037c24e506dd388e8e8f8a118510fd02b89 1,637 1.00/1.00 vMB 19
794,276 794,276 00000000000000000000f3126998e9260852710bce3523f384fb80ac4e562450 2,498 1.00/1.00 vMB 36
794,275 794,275 00000000000000000001a615a0ff88f5c82b475e12efa4d660ee77710278762b 2,602 1.00/1.00 vMB 37
794,274 794,274 0000000000000000000125e20ef253cb5fe4c90683ac05d1f8b83a6b46e6f192 2,942 1.00/1.00 vMB 17
794,273 794,273 000000000000000000012779bd73ec3387b95b17f9daed9127e895ce2442903b 2,242 1.00/1.00 vMB 16
794,272 794,272 00000000000000000003bd0a78421d63727b544cfa860699b74644a367cca4d2 3,092 1.00/1.00 vMB 29
794,271 794,271 00000000000000000004c9c6b41c3d4ab501c7c6d20d8408471a747a09e4baa1 2,618 1.00/1.00 vMB 38
794,270 794,270 00000000000000000001fb6f65e18161eafa92e3d2643c43ef2cf2308b62b402 5,845 1.00/1.00 vMB 10
794,269 794,269 00000000000000000002ebc7163e08015c842ee4a91dbcd853f92eaaf75dfcc8 2,793 1.00/1.00 vMB 13
794,268 794,268 000000000000000000045de48728a6cc249444c0d29dbd29b9d5d785760fbca5 2,148 1.00/1.00 vMB 24
794,267 794,267 00000000000000000002ca881e2a6988268d952b81f28d48e4ca9d349c1782d5 2,206 1.00/1.00 vMB 13
794,266 794,266 0000000000000000000464029f4b426672fcc657dd16a9760c5a27b5d6bfa5e3 2,345 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.44 GB
    • Received: 14.75 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.