Loading Tool

Explorer IconExplorer

Memory Pool

75,319 transactions
29.90 vMB
0.11066763 BTC
Random Selection Loading Transactions
Max Size: 173.64/200 MB

Candidate Block

Mining Attempt 9f6cd93288a7922dc15114b690fd2afd5e4b0572c96fa87000aea8642f2921ee
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 32418cc13a7ba4383422a330f2cf39287d260a5860918461772b80035587ece0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,040
Size: 1.00 vMB
Total Fees: 0.03880419 BTC
Feerates: 101.64 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (570,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,296 344,296 0000000000000000180b78a9cf51d077025850d4581411cf226e2d9adb7f42c1 477 0.24/1.00 vMB 25
344,295 344,295 00000000000000000ec587c01abf8322154dbd44ecfbcad013bb72858ba2e515 103 0.10/1.00 vMB 7
344,294 344,294 00000000000000000290ede5a27ea623b890c0e4578849bba31ec2c070ec24cd 737 0.44/1.00 vMB 23
344,293 344,293 00000000000000000013dab39c231fc44e4bab1dcf298e929131f96d5e30ca7f 1,383 0.73/1.00 vMB 25
344,292 344,292 00000000000000001339444dac9926b39bd9ab50da427747570482f2f58924ce 560 0.41/1.00 vMB 26
344,291 344,291 00000000000000000e9820d8521fe763ebf2837806ca492ce315d5295bd9911b 256 0.07/1.00 vMB 45
344,290 344,290 0000000000000000008805f204b5b2d344fde4117da1edcc80d2dedac1285668 437 0.44/1.00 vMB 16
344,289 344,289 000000000000000013b9ed462aeb36f96f77f43e6121439691bf88dead31f921 689 0.25/1.00 vMB 36
344,288 344,288 00000000000000000acace605c1cd7461ac6d1452080431b8845d356baa8fba7 108 0.05/1.00 vMB 15
344,287 344,287 0000000000000000015b11a48179755609e49ff9b4f35c16e790512f64ccb759 226 0.10/1.00 vMB 28
344,286 344,286 000000000000000007de0c7962095e6736a80ebdb15bf7fb696086d756803cd0 766 0.48/1.00 vMB 23
344,285 344,285 000000000000000017dc1d0443b7a1a351d16ccc0c37b8af0af9ffac90be2458 839 0.50/1.00 vMB 23
344,284 344,284 0000000000000000049c1d7fa83a74c56b197c642008ba0d3ced9232cda3be78 317 0.15/1.00 vMB 26
344,283 344,283 00000000000000001108976cdb3be8b12ff16b1280ddf47d843db8f45ce6ff63 257 0.14/1.00 vMB 22
344,282 344,282 00000000000000000020a6a6280401444ab61a9d4f35d436a50567935fcbf495 946 0.56/1.00 vMB 24
344,281 344,281 0000000000000000177cbc7146a225093ddf26f7ccc64677c7283c2bfc5a025e 434 0.25/1.00 vMB 22
344,280 344,280 000000000000000007bb39bf42c820becf0ad1fa9be57f544e7ad93b7edae0a9 622 0.32/1.00 vMB 26
344,279 344,279 0000000000000000127e180f593a23eece35c9fdd5ca807defff59c05bdab618 422 0.22/1.00 vMB 24
344,278 344,278 0000000000000000139b928cff545cb6c4a6691f6712ef341a1ceb377b740044 214 0.13/1.00 vMB 21
344,277 344,277 000000000000000012af6e11b58ff36c21ac3525a68bf59d68797ce234bcd112 926 0.67/1.00 vMB 20
344,276 344,276 000000000000000012447e25eaee61f962f230550b4e80a7ef89008db4af074f 512 0.17/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.