Loading Tool

Explorer IconExplorer

Memory Pool

22,182 transactions
11.28 vMB
0.07336116 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.41/200 MB

Candidate Block

Mining Attempt 735464948027375b86d8aa97c9967bf002b9433483a172cc704dd6b7e090a539
Version 20000000
Previous Block 00000000000000000001b91c0ef384467c1091a9b2bb6c2b0bb8142febdb33c5
Merkle Root 1ccfce4e69ae0425edca8091c6e098957fe710a5b38f25910ffda7ef955b1c01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,693
Size: 0.99791325 1.00 vMB
Total Fees: 0.05492345 BTC
Feerates: 101.64 > 5.50 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,632 (877,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,396 36,396 000000009d405523eb02c0bd385da0282b56388139599d41beea64360e398f36 1 0.00/1.00 vMB 0
36,395 36,395 000000003737c4fce410e46df0e24b41951427a9c880b37dcd97d89c07c35361 1 0.00/1.00 vMB 0
36,394 36,394 0000000004155dd01119aeb1e7ed9effb649e042a79f8df3caeece058f18add5 1 0.00/1.00 vMB 0
36,393 36,393 000000004607985697f41fbcbc1ba2c978977e80f28eef9235eeeb95d04c0ed1 1 0.00/1.00 vMB 0
36,392 36,392 00000000ac0525906a64179f189fd6801016ae21a277241902561cecaf89014a 1 0.00/1.00 vMB 0
36,391 36,391 000000006aa05fec5b3bef73e5d623b394e935b6859d0183c97fc1288ee55527 1 0.00/1.00 vMB 0
36,390 36,390 00000000b44a4c4f8e1c5a014f76a33744cacfe790b8905895f88eeff47840bf 1 0.00/1.00 vMB 0
36,389 36,389 0000000003f3e9e2dcc407d54bead37c0e38783e7c0dea0624c7c74674b851a0 1 0.00/1.00 vMB 0
36,388 36,388 0000000090818c3ec900e8391bc0409c23858ab063a3c53e235fed196877f625 1 0.00/1.00 vMB 0
36,387 36,387 000000005ac3d13a359fd38384c37c586a549741f506d894ee97ec54857368f2 1 0.00/1.00 vMB 0
36,386 36,386 000000004eb897cdd066bc03485379ec4881725c2415c3af1b6890874c3309b5 1 0.00/1.00 vMB 0
36,385 36,385 000000006f925254eb71df901ca9ace715564dc3d39cb758e4f9f7e63b20aed0 1 0.00/1.00 vMB 0
36,384 36,384 0000000051d851cfb9f5f5fa3fe9181070972f85d583eb15f49daf82d798456f 1 0.00/1.00 vMB 0
36,383 36,383 000000001ee254d1a5f6b52c16e47e9187924e9834f454545c5c6809f995c927 1 0.00/1.00 vMB 0
36,382 36,382 00000000577e8ff0b92af60a8d3d28e362c6f3aee265de6982c7a2da71dbc15a 1 0.00/1.00 vMB 0
36,381 36,381 0000000039b30b5ec3f12b087c765b130965c7b84fd79761d148133d39f8db5c 1 0.00/1.00 vMB 0
36,380 36,380 000000006385f9e15f7216043651832e28cf8d7ca882680c22b89762b7e233b9 1 0.00/1.00 vMB 0
36,379 36,379 00000000110ca3ac5351b90676ef984adbc6a5a7f6f44486998c2d822afb8e32 1 0.00/1.00 vMB 0
36,378 36,378 00000000786bb752fbc9b3260e4d1e5f190086577eb3121876ada1de381990d8 1 0.00/1.00 vMB 0
36,377 36,377 00000000845d8a36e22b21c309e842571d765ff23acbd2858589403581d81ab1 1 0.00/1.00 vMB 0
36,376 36,376 00000000081191c689b6ff807b64b50164c0a17733fd03bf995ed44183d55096 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.96 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: 468.93 GB
    • Received: 2.91 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.