Loading Tool

Explorer IconExplorer

Memory Pool

40,633 transactions
26.12 vMB
0.07000256 BTC
Random Selection Loading Transactions
Max Size: 135.87/200 MB

Candidate Block

Mining Attempt 5907f4ad598410e54ceb120e9f8d73267720e3a5774568582f171fa85c808f16
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 53f7ab448c3f45b77fde3017c19e9980d310772b512d6c937a035bd563ac883a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,259
Size: 1.00 vMB
Total Fees: 0.02171150 BTC
Feerates: 150.98 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (140,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,768 774,768 000000000000000000025914338f2b9d508f2835d0a31b564c26d448da87ff7a 2,478 1.00/1.00 vMB 6
774,767 774,767 0000000000000000000377a766b8d65a880a5d52d0b3e83a646dcebc72fb6ebb 1,432 1.00/1.00 vMB 22
774,766 774,766 0000000000000000000622d71e81bf6139bf942f467070bb63d7abfc8a5d6afc 3,128 1.00/1.00 vMB 11
774,765 774,765 0000000000000000000257fc5dbde0032d0a77455a14785787c8d8752893629f 3,700 1.00/1.00 vMB 29
774,764 774,764 00000000000000000004db51eb82e6b27adb4e7fc35ca5edbf81ea34e3294378 3,549 1.00/1.00 vMB 21
774,763 774,763 00000000000000000002b9790f8467e3b306721568201c946855b33b3149d87c 3,602 1.00/1.00 vMB 25
774,762 774,762 0000000000000000000517ac6f67284e90cdec7cfd6fb61a3cf125a9c4b616c5 3,254 1.00/1.00 vMB 14
774,761 774,761 000000000000000000026f2665d1866c35fdc77e9460d8ccc3e44becb8ef1224 2,873 1.00/1.00 vMB 21
774,760 774,760 00000000000000000000e45c16d6f85a98445e642decbce94192e098f7318a8b 2,876 1.00/1.00 vMB 15
774,759 774,759 00000000000000000001517e0a5ed73b8d516cd4c0cb6324920a2699f65c1a8b 3,332 1.00/1.00 vMB 32
774,758 774,758 00000000000000000002d91d606b17dae6d08c390debbdc0d6850b4ef49edb79 3,355 1.00/1.00 vMB 16
774,757 774,757 00000000000000000005a5b773d7d8c6b3ff7ed5e5ba7b8f25479312365f9c1d 1,886 1.00/1.00 vMB 14
774,756 774,756 00000000000000000006fb8eda9fa3ec5e79f1fe723f3bf50a4d2bb3eff3cbdc 3,053 1.00/1.00 vMB 20
774,755 774,755 00000000000000000002dd4c62ee4874ec6bb5aa504089a8ee4479b2e397edd1 2,903 1.00/1.00 vMB 22
774,754 774,754 00000000000000000003b51ab7510d3518efcb32ea34719c1ae7fb143cf6bb76 4,103 1.00/1.00 vMB 26
774,753 774,753 00000000000000000000fa57f24997714991ffecdba38c036086350aa28c927e 2,622 1.00/1.00 vMB 30
774,752 774,752 000000000000000000001ff1e12bba9dbbd95e68853b3c3a4ae61a1bdb2e9622 2,988 1.00/1.00 vMB 40
774,751 774,751 000000000000000000023f9f06a5f500f44454ef132fa1b6f5533c7a2467512a 3,163 1.00/1.00 vMB 24
774,750 774,750 00000000000000000000e4314f4e7cadd7222d0ef34311c732f7a44d7e6aa652 3,562 1.00/1.00 vMB 26
774,749 774,749 00000000000000000003e2fa8f378fee23be337d44161d31f177ddfd53a5d7ec 1,779 1.00/1.00 vMB 25
774,748 774,748 00000000000000000003f71ef658426a253cfbc213b197d2551a2d4416ad0cfa 3,258 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.