Loading Tool

Explorer IconExplorer

Memory Pool

49,644 transactions
29.98 vMB
0.09514206 BTC
Random Selection Loading Transactions
Max Size: 160.47/200 MB

Candidate Block

Mining Attempt 3794a7a111d08cedada76fe99f1ac0546ce06a192eb21b3f729faaa76e238400
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 435b3a7fec4f2889262a0f692691a0c73aebaaad430cf5fa1c80bc74f135c79c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.02802075 BTC
Feerates: 73.20 > 2.81 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (133,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,195 781,195 000000000000000000022ea6e891c4a315eaed2f7c31078b4d3784184947dece 3,419 1.00/1.00 vMB 31
781,194 781,194 00000000000000000003f0afd3df615601ece993282eb07a07d70c565d1f9d3b 2,677 1.00/1.00 vMB 52
781,193 781,193 00000000000000000000cc5a3dfe6428161a06661199e5afc6b69ae3dfb56711 2,731 1.00/1.00 vMB 47
781,192 781,192 00000000000000000002ef1393f3a8c99a5f11b4d0a798720765b66586de2718 2,992 1.00/1.00 vMB 32
781,191 781,191 000000000000000000045bd6b330fb9b8c42eae8cfa31073abfd335e24ff0cd8 3,430 1.00/1.00 vMB 32
781,190 781,190 00000000000000000002f29347693f0ddb3164ed3c1d1f275b5d4ccfd553d583 2,981 1.00/1.00 vMB 20
781,189 781,189 00000000000000000003659937c04f45df0b82ccb069ad547c0bc82be137f4de 3,345 1.00/1.00 vMB 43
781,188 781,188 00000000000000000003fffc0a67e0b307161dc3170ec379c8aea4ea393a83a3 3,350 1.00/1.00 vMB 32
781,187 781,187 000000000000000000028586f52337558ca0bb2c12d2e0b7bdfea08cd435561e 3,634 1.00/1.00 vMB 41
781,186 781,186 000000000000000000020e4140e27d42f0d633bef090a6fe49e329a1197b08d0 1,276 1.00/1.00 vMB 9
781,185 781,185 00000000000000000003c44d43b16539c209b6b1f46bd8bc4510af76b7c3c8ce 1,359 1.00/1.00 vMB 15
781,184 781,184 000000000000000000051cdec7bb548b835b3ffba3f8879ec47a101d9c97c0ec 2,621 1.00/1.00 vMB 23
781,183 781,183 00000000000000000002b27302088797668b4d28ade1753e6d3eef53987a6fb4 2,192 1.00/1.00 vMB 21
781,182 781,182 00000000000000000002b6c244525b54db36f4aecc2c8ec9c7fa98d03946cae0 3,254 1.00/1.00 vMB 34
781,181 781,181 00000000000000000000556d66a47a32007175c0ff8de15e1e000e9be78195c8 2,548 1.00/1.00 vMB 46
781,180 781,180 00000000000000000001250ad776b0073a31db3001f3cd42156e505de6e4bf8e 1,781 1.00/1.00 vMB 11
781,179 781,179 000000000000000000011dab74c40d4b7f53cd4dee8f26e349a21fc301dc103e 2,173 1.00/1.00 vMB 21
781,178 781,178 00000000000000000000b586c3347bf932121dfc749ff974410d1d31276524c1 3,005 1.00/1.00 vMB 27
781,177 781,177 00000000000000000005868542579529b88d15a3ab299cdfacbc8be2f63a5e19 1,785 1.00/1.00 vMB 22
781,176 781,176 00000000000000000005843d565b72115750c6596bcedf8ab99248af5ea86f6a 2,427 1.00/1.00 vMB 28
781,175 781,175 00000000000000000004b48876505bcf4cf71a3af46471c14653175443cfa22c 2,014 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.06 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: 651.09 GB
    • Received: 13.40 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.