Loading Tool

Explorer IconExplorer

Memory Pool

24,202 transactions
6.70 vMB
0.03493267 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.08/200 MB

Candidate Block

Mining Attempt f110f4ed63798a776088820b3cea10e999a8191f4e2abdb7a10917599e080e03
Version 20000000
Previous Block 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f
Merkle Root 0992de15065736d61ae31610e9bd6dc71b2c83f70328cb25fc0118ae9efb3341
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,374
Size: 0.45 vMB
Total Fees: 0.01751169 BTC
Avg Feerate: 2.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,101 (766,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,355 146,355 00000000000004768489dd0bfe97308f8597e2a8ddcd6e94c216393f1b01bd5b 0.02 MB 25 790
146,354 146,354 00000000000005793acd441df59cde817d900a454ab50246eaabfd8b7239b80c 0.01 MB 15 204
146,353 146,353 00000000000005e9fdeeab896f3dc9024f3db2df270bdb0419df12b74a32e528 0.09 MB 17 122
146,352 146,352 0000000000000565c0d7aca282d573a4881bd9cbc4a83c0beb88c49a0e0c99ac 0.02 MB 32 59
146,351 146,351 0000000000000371fbb124bc661cddb01ee00433ff1f810a057eac60e145ce52 0.01 MB 24 267
146,350 146,350 000000000000067aaed592438ed6672b42e0da56387d3f0680724126b248fadb 0.02 MB 74 28
146,349 146,349 00000000000008147a720f1cf9ff2f206e3a6489eed1479ac9b6aa4ffab3b308 0.00 MB 10 17
146,348 146,348 00000000000006b5ade75f874994a0f320becfe8b5ae4ff48aac56738a14e8a9 0.04 MB 103 128
146,347 146,347 000000000000013f41c87e0b36987d5837b03648291527d48d2f7208316e534e 0.03 MB 116 218
146,346 146,346 0000000000000000d17d059bee3cc75a547e8093f40ee85cd5ded0686096e408 0.05 MB 146 201
146,345 146,345 000000000000048cfb7d5ad8ec865097b2f1adce37e726dbbbbba53e97baf047 0.01 MB 22 104
146,344 146,344 00000000000001c3f33890ff20356dbb266bac1eed226fbe890c968991f51d58 0.03 MB 102 189
146,343 146,343 00000000000003ebe8536ca463024d3907aacf6f8fa837917f7d2273d1621ec1 0.01 MB 15 144
146,342 146,342 0000000000000281b05f2a71489571cf3418606064a7bba21ce54600033412de 0.03 MB 96 125
146,341 146,341 00000000000008965b3e0e20ac98b5373ddd500b82342d39d2492c5c56619fe2 0.01 MB 12 44
146,340 146,340 000000000000049f4d5d5c438bfe6ff576d78537d24b429103de25b7040d34bc 0.05 MB 122 188
146,339 146,339 0000000000000696a913720a31348192e73704afd89efd02d18946244aa81c71 0.01 MB 16 328
146,338 146,338 00000000000004ca205bad8e7d85f33dc71d7113516eb1e2c2e5fcf78859f8d7 0.00 MB 6 36
146,337 146,337 00000000000003a08f3634051ac907d64e892ac1239e7b39068e904dabab7a88 0.00 MB 7 40
146,336 146,336 000000000000061672979e4674494dbe1bb5c889c04e04b105fdde1777a661f0 0.05 MB 127 235
146,335 146,335 00000000000000ed52e43b2073bc184d31df46394ae6a6c5e6b23486d4618bab 0.01 MB 16 47
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

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