Loading Tool

Explorer IconExplorer

Memory Pool

37,776 transactions
28.01 vMB
0.06674589 BTC
Random Selection Loading Transactions
Max Size: 141.72/200 MB

Candidate Block

Mining Attempt ccb386ab5df091134ad536b9c90fa86ec2d6485bfa84d34d551b989475af680e
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 614b06ab29afa8df82b52c22180d99015125958c6aed13d8a556f14fc03d0869
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,401
Size: 1.00 vMB
Total Fees: 0.01322739 BTC
Feerates: 150.93 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (417,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,633 496,633 000000000000000000466a266e6d43bf98148438ff7d2842c5c9ae04edbfb2c7 2,672 1.00/1.00 vMB 88
496,632 496,632 0000000000000000003891d5ec57078418141f46e4e893c4cea4bd517971a675 2,584 1.00/1.00 vMB 111
496,631 496,631 000000000000000000a91f56cf883a6fa2c63216d7386e0e580b04b11ec61d20 2,230 1.00/1.00 vMB 217
496,630 496,630 0000000000000000007b2690bc4ecee5197bd347910654c1dfaf476a0a584449 2,318 1.00/1.00 vMB 175
496,629 496,629 0000000000000000008ff9889781f8639fc31d71e6c2287c423e3e453c891de9 1,898 1.00/1.00 vMB 161
496,628 496,628 0000000000000000005a676c7970d152c4b4b2f2a3db0c9920527fb4c76881c8 2,154 1.00/1.00 vMB 213
496,627 496,627 000000000000000000b5b1a5a7729c97750cc4dc2ff1f00674b1228b332d473a 2,679 1.00/1.00 vMB 138
496,626 496,626 000000000000000000ae0eb37c69ecf45d8ed2dc30853f8559df0700e052c738 2,400 1.00/1.00 vMB 115
496,625 496,625 00000000000000000094f00065eb18adcaade0a73310c0977e37d1b3154f3165 2,108 1.00/1.00 vMB 135
496,624 496,624 0000000000000000008e432f5cee2cbb311515a8d832e3cbe6867364d8512127 2,376 1.00/1.00 vMB 187
496,623 496,623 0000000000000000005f4ba982328a263ae027e601863e9ff0e09bcbc2719c04 2,575 1.00/1.00 vMB 142
496,622 496,622 0000000000000000007470c35aad63398a98db8a6c9b94f4fea03bcaa270ab91 2,192 1.00/1.00 vMB 156
496,621 496,621 0000000000000000003709271c1768c8f9191892807cc74c82f55fcbc51de2e3 2,288 1.00/1.00 vMB 98
496,620 496,620 0000000000000000005421d8d8283c1a24093fc74926b8a2e030d2ae5905956e 1,482 1.00/1.00 vMB 129
496,619 496,619 00000000000000000051ed3192efd00d7545d9f4f9a57fff437be2d62d71cf80 2,209 1.00/1.00 vMB 112
496,618 496,618 00000000000000000040ebf4fdecc773e210bde91f8fddde0a50edc01ff29780 1 0.00/1.00 vMB 0
496,617 496,617 00000000000000000097e118225a4a3f91192dbc533eb860def7808d69163bde 2,568 1.00/1.00 vMB 142
496,616 496,616 000000000000000000a0acde0094df796c8beb241f406943b005b6db36b07a54 1,971 1.00/1.00 vMB 175
496,615 496,615 000000000000000000d075355714dc6ea58e6d06ffcf9a7e9de4e5d790ecd7fe 2,276 1.00/1.00 vMB 156
496,614 496,614 000000000000000000c95f9fdcd946a1b3e9e967d5fc2376dd737eb385f17349 2,104 1.00/1.00 vMB 169
496,613 496,613 000000000000000000ccbc14b5d5c27a29d0b0cea3e415614464ec2196114a1b 2,214 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.86 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.