Loading Tool

Explorer IconExplorer

Memory Pool

42,571 transactions
29.01 vMB
0.06302592 BTC
Random Selection Loading Transactions
Max Size: 149.31/200 MB

Candidate Block

Mining Attempt 82a77eeab8379e2b7ea3b49c3285c186f8152c6004befa1920279202c47fc4c3
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root c0ec5a34c681cfdc4af1cd1b423ff65a76876703f77b4c9277685b0119f6472d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,608
Size: 1.00 vMB
Total Fees: 0.00636412 BTC
Feerates: 17.21 > 0.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (75,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,974 838,974 000000000000000000020a1245900a8f3d0652a9995022039e64369f832d63df 1,213 1.00/1.00 vMB 46
838,973 838,973 000000000000000000033a00ef3239c18d4d3e048b9f25ce2ecc10a59d66fdde 1,862 1.00/1.00 vMB 54
838,972 838,972 00000000000000000001d44476c3557bc3cf11a5058d9cb11d17e4608e3e4dd3 2,493 1.00/1.00 vMB 63
838,971 838,971 000000000000000000005305e01fd3460c4ad6d88cf978bc17a9e018b5e0e896 2,546 1.00/1.00 vMB 59
838,970 838,970 000000000000000000022c94c2a46618765b73b2c2168b28cf40b8685eb75ce4 2,043 1.00/1.00 vMB 54
838,969 838,969 000000000000000000019b67356d6542acc54449b406bba34adcb2f83ccf4865 2,203 1.00/1.00 vMB 62
838,968 838,968 000000000000000000009dfd5c206aa18988a260ab4c5490598fab98c719fe09 2,624 1.00/1.00 vMB 49
838,967 838,967 0000000000000000000203356320d24f7d49162e767dba31119d3c8401e3241e 2,600 1.00/1.00 vMB 69
838,966 838,966 0000000000000000000033e0c4b34dd0b2aa9f687ec790d4cd430f73a0f6d666 1,831 1.00/1.00 vMB 39
838,965 838,965 00000000000000000002da7f80cebc83682fc860f0cb92c41d44309257e460c3 2,496 1.00/1.00 vMB 60
838,964 838,964 000000000000000000018ddf8a6484db391fb85c9f9ddc384f03a92729423aaf 2,187 1.00/1.00 vMB 58
838,963 838,963 000000000000000000021f8b96d34c0f223281d7d825dd3588c2858c96e689d4 3,574 1.00/1.00 vMB 76
838,962 838,962 00000000000000000001a1db9ec0144ff750d78ea5d9ff90eb5637e201227739 3,550 1.00/1.00 vMB 71
838,961 838,961 000000000000000000031f7cf67c4faaf5f9d96933d296dd6e4d07ac87780726 3,505 1.00/1.00 vMB 63
838,960 838,960 00000000000000000000c7df88d26893db457afcc0a9c0c4f3ad07e575da22dd 3,650 1.00/1.00 vMB 81
838,959 838,959 00000000000000000002737741061c9a03e36b9ab58927ca43674efde7b4dcac 2,812 1.00/1.00 vMB 143
838,958 838,958 00000000000000000001fc6263f6980587083df87778863385e4dc5411c3fa6f 2,654 1.00/1.00 vMB 54
838,957 838,957 00000000000000000001e37fdc4e8b171e7f2ea1a94353cfe023cb2300903635 3,450 1.00/1.00 vMB 99
838,956 838,956 0000000000000000000159d8ee13332260d6585abce7fe7324a9838e1e3fe95c 3,020 1.00/1.00 vMB 62
838,955 838,955 00000000000000000001519744229dc6aa6f89ee030afb76ef86944fa69a3cd4 2,979 1.00/1.00 vMB 100
838,954 838,954 0000000000000000000301f7e59f967593b4ee12c0cea9cdd8666dfa071a80bc 2,731 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.