Loading Tool

Explorer IconExplorer

Memory Pool

17,407 transactions
9.52 vMB
0.05661571 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.56/200 MB

Candidate Block

Mining Attempt bff9cd8fff9024bb295404c8b0c302326d8eb504288b3e993ca79d19cada0ff9
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 78af2bb0a065a22d89b68478eca5fb1a70982e08fe970945bd048ac6dd1a49e7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.03367384 BTC
Median Feerate: 3.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (717,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,116 196,116 000000000000018338252bc5b749c11324c87ef24a50fbcd4122a08cbf19381e 11 0.00 vMB 0
196,115 196,115 00000000000003ab9e62da7a2add0d4483a43314586aeb06fd546b49e81ceefb 62 0.03 vMB 246
196,114 196,114 00000000000004047be00609c61baab3bd633088b5930648577bdbd4f8aa6b8e 398 0.25 vMB 562
196,113 196,113 00000000000006314982bfafaaa9465dbe1a6589de8ee2d58d33819c6fcd1d5a 1 0.00 vMB 0
196,112 196,112 000000000000066f671b487140219847c39a62745bef8ad517fc3ec76fee1fb7 341 0.15 vMB 133
196,111 196,111 000000000000022a81d284dc772d0b87b281b85d6fbfc87afbd87608489eba12 506 0.20 vMB 194
196,110 196,110 00000000000004232b458dc852e5f7895f646b9c2edb5b39ead939e0a0a54dc7 141 0.05 vMB 242
196,109 196,109 0000000000000012c6c47dc749525c7b182e6036c13d7698fc9adb5d001fc61b 95 0.03 vMB 156
196,108 196,108 00000000000005d9ec066f50e10f62389b742378075338a73a6f80fca5a5fcc1 194 0.08 vMB 289
196,107 196,107 000000000000043519766a12fee219582b15d1c1f014247be57957485b5cdb1b 187 0.08 vMB 118
196,106 196,106 00000000000002c725e0ca4958317c3688f9a82b98f76eb39f2a1d55d8bbbd63 356 0.14 vMB 168
196,105 196,105 00000000000002f589f56891b4797df6adca4dfab153f94a7e2d4b8075cf34c3 32 0.02 vMB 102
196,104 196,104 000000000000056364fa4b8cd30838aa7856f25115f1b1b45a7c960402c9a27a 122 0.05 vMB 182
196,103 196,103 000000000000057ef1ecc0ca6a79d45538995ccb52123ba4273fab8b3b59c990 57 0.03 vMB 90
196,102 196,102 000000000000066b4a42a7aa376b7f75fafacd7c4afcfee41a6f2f3dab74a491 133 0.05 vMB 763
196,101 196,101 000000000000044fb44e0fbdfbb5944d6a4c2129916df4f168218b73256a1e93 40 0.02 vMB 202
196,100 196,100 0000000000000299bd84a24da62aa17b5702133bae85ba3018f67952ce1fac6a 465 0.20 vMB 245
196,099 196,099 00000000000003227a633d90aff7bcc3b5b2fcbdef35a685ff81e8fc1bdc5aef 151 0.05 vMB 43
196,098 196,098 000000000000028f94857a714f2c815aee57daf589c2f5c557c5c5f789fdd779 641 0.25 vMB 129
196,097 196,097 00000000000006cb88a69e10e08794d71377f73836796f8f7f3a594a53e38773 133 0.06 vMB 477
196,096 196,096 000000000000048299d68517ca086572e9ecd3b463ee8e14a1b18f2be4c140ea 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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