Loading Tool

Explorer IconExplorer

Memory Pool

41,562 transactions
26.02 vMB
0.05322456 BTC
Random Selection Loading Transactions
Max Size: 136.25/200 MB

Candidate Block

Mining Attempt 0001b149abaddbc0eb00c61a9fbc6be61771169c298e10a20a2c9a53214cd624
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 0bbf94061521ba491085774935a0972d4d706412b3294ca7999c430eca182a9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,911
Size: 1.00 vMB
Total Fees: 0.00587377 BTC
Feerates: 61.00 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (226,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,660 688,660 00000000000000000006c79426f82e52fc97d040e828e596c0a6be556ad13981 1,073 1.00/1.00 vMB 6
688,659 688,659 00000000000000000003e0e9bacce3c837945ffccdaa25f10d0c82b82c32fd97 1,965 1.00/1.00 vMB 30
688,658 688,658 000000000000000000063c80575afbeda63d5d5c0591a93757ab0c81c4b37084 2,759 1.00/1.00 vMB 21
688,657 688,657 000000000000000000071c706db81c69f90f9f2f35beed626a9bef598f4cb0e0 1,661 1.00/1.00 vMB 32
688,656 688,656 0000000000000000000264c795c5f63dd1827fd76cc3df76faeb435bf57a7aeb 2,118 1.00/1.00 vMB 37
688,655 688,655 0000000000000000000302fddf805b7eff85b21ec1788216391162c5f84d13e5 1,732 1.00/1.00 vMB 12
688,654 688,654 000000000000000000063d51700f452edf16bdba0c3da3cbcad02b17591316b7 1,633 1.00/1.00 vMB 29
688,653 688,653 0000000000000000000d3de577fc93ead402e07cc923ecc92abcc1a59a42f4fb 1,396 1.00/1.00 vMB 66
688,652 688,652 0000000000000000000cf8a4dd24f061a67476b98c91587260046d7a4c26456b 638 1.00/1.00 vMB 15
688,651 688,651 00000000000000000007335f3629338608287f556f2a4c3ae99d6f6939efbf5a 1 0.00/1.00 vMB 0
688,650 688,650 0000000000000000000a8d837c2f3399b276932841157631b66e29a2fa7a20dd 2,410 1.00/1.00 vMB 21
688,649 688,649 000000000000000000003eb2acca8937a5a0cc360ace2906c8d4e87df4aec0ad 1,228 1.00/1.00 vMB 22
688,648 688,648 00000000000000000003561d028c61b53279aa266715e4e8fd4fdacd688fdc5e 1,854 1.00/1.00 vMB 39
688,647 688,647 0000000000000000000ce1769fb8a49b0f4748392e31b507a7c7c43abb80b1bd 2,549 1.00/1.00 vMB 60
688,646 688,646 0000000000000000000dc672fb67500e0ad9d15e37575608e6bfc5e1dc9a473e 1,661 1.00/1.00 vMB 48
688,645 688,645 00000000000000000005602620da7fc0d344b45f46f955fcdfc0c4b23ba2981a 1,627 1.00/1.00 vMB 47
688,644 688,644 00000000000000000001c5c67efb544b54d2d7fb57e45154bfe663fb7f99d90a 1,937 1.00/1.00 vMB 75
688,643 688,643 0000000000000000000d7495b85fde5560277192d694d2163845168b73efc84c 2,865 1.00/1.00 vMB 58
688,642 688,642 000000000000000000061d2b8d3794b342314f4cecc3893846437d52ad23d8f4 2,106 1.00/1.00 vMB 74
688,641 688,641 0000000000000000000c12042e29399f89def32dfd1963fb5d8d5adc4a26f928 2,035 1.00/1.00 vMB 71
688,640 688,640 0000000000000000000ae5388eadfb19cf1aeba4d94b6460eea9f47759a382bc 1,860 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.