Loading Tool

Explorer IconExplorer

Memory Pool

84,183 transactions
31.19 vMB
0.14522484 BTC
Random Selection Loading Transactions
Max Size: 188.24/200 MB

Candidate Block

Mining Attempt bc6fb27b8c40bd812d23310f2783c5978f8d5fd1a7e75df2f58fd9d2514c2da6
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root e055cb38bcb9019597066c0f1b8d0401771f7e6dcbc0d3090c4b47ae5ac52566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,509
Size: 1.00 vMB
Total Fees: 0.07526199 BTC
Feerates: 366.60 > 7.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (514,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,358 400,358 0000000000000000049ca54b6d3307d83ef6ef94109a59de318a2145832c9c0f 2,492 0.93/1.00 vMB 41
400,357 400,357 000000000000000001fbe10e67f485b3412a5b16ee33ddc38835182727ad2484 2,039 1.00/1.00 vMB 35
400,356 400,356 0000000000000000021de6a49ccf8906e6edce8d0dd062cfc7a90464fb7bf279 1,099 1.00/1.00 vMB 24
400,355 400,355 000000000000000004adcb53fcf083166c3dd48a6ccd103a8588eeb2beb93076 2,338 1.00/1.00 vMB 43
400,354 400,354 0000000000000000017b36e016c5c57a43be7e94801e0f85680c4babb6e738a8 1,516 1.00/1.00 vMB 26
400,353 400,353 0000000000000000003980ab06d3769e34a1731d4a8692f8412f7aa530e8e8b9 1 0.00/1.00 vMB 0
400,352 400,352 0000000000000000003171b2578bf3feb216e8b529070ab28ea59ea2f30b4e3b 1,663 1.00/1.00 vMB 37
400,351 400,351 000000000000000004aeec321a6556cc7e3a5b1056dd0fe63570feead6ff8bfd 1,013 0.75/1.00 vMB 19
400,350 400,350 000000000000000004a462839be0995fdd3c9491fc588068de748a0e6976cc3e 1,920 1.00/1.00 vMB 42
400,349 400,349 0000000000000000037afcd6a495ed3e7636c1baf51988691f23a344ad2199da 1,606 1.00/1.00 vMB 23
400,348 400,348 00000000000000000467153f9622e50b5aaea34f14f4e3e06a6cc94e4691bbca 2,329 1.00/1.00 vMB 44
400,347 400,347 0000000000000000001aa941442446942fc0003c501d502cbe27984779f9107f 2,577 1.00/1.00 vMB 42
400,346 400,346 000000000000000003258863f6b7eb0b103cc9d7887562a64463a7b5f16a33fc 2,443 0.95/1.00 vMB 39
400,345 400,345 00000000000000000399bc05bf0abda0008f5bc58640f41d54c46b4abafc05ae 2,276 1.00/1.00 vMB 38
400,344 400,344 00000000000000000481c201c6f6c8f0ae946e40c4256db858fed518fe88d72f 2,493 1.00/1.00 vMB 88
400,343 400,343 00000000000000000413823b8a1e316741aa912ea3100cdf1fcd0dafe8c53121 1,929 0.75/1.00 vMB 65
400,342 400,342 0000000000000000060f6ccee9cb274088af964e3091d6e368ac8cd55849b431 2,990 0.93/1.00 vMB 65
400,341 400,341 00000000000000000401b0b234a585b0f80b170f4d8f18cb3a214bff40634783 2,950 1.00/1.00 vMB 67
400,340 400,340 00000000000000000367e234229def3bd1c16abb7d6ec591d5a76939d002d0de 2,519 0.93/1.00 vMB 46
400,339 400,339 00000000000000000594aa355cfc050db30d1d852b1d348bc636805175325aca 735 0.34/1.00 vMB 40
400,338 400,338 00000000000000000271079d5b3374557f814f7b8db700d6e891e33c0c6b5a16 849 0.36/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.34 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: 661.61 GB
    • Received: 14.82 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.