Loading Tool

Explorer IconExplorer

Memory Pool

38,595 transactions
27.32 vMB
0.06229333 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt 88f2279e71b775df14a8e6214de708f101ade97fdaf405834266c28d05b33dc0
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root c93f87d04a2a6f0e38331ed59ec56108e28c9abebe9b2f9d1f4c50ee497d11de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.01062095 BTC
Feerates: 60.16 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (338,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,084 576,084 00000000000000000005cefded9ce483b0c7f3db625bc33e26f802f97e8b5d56 2,037 1.00/1.00 vMB 78
576,083 576,083 000000000000000000057ea8d711e7f917d85c940788f5ff762e8baedb3e7dcf 2,767 1.00/1.00 vMB 124
576,082 576,082 00000000000000000012fce3d6641a3ab04d0020d4a9e3d0e5d2abcf95dfcf2a 1,571 1.00/1.00 vMB 86
576,081 576,081 000000000000000000162d5f544983811dcc23b854502cefda77813c366f32e5 2,202 1.00/1.00 vMB 80
576,080 576,080 00000000000000000012b99f72fa60d1727203e00edeb59fca01edd6c9940324 2,649 1.00/1.00 vMB 81
576,079 576,079 0000000000000000001fc5051fb363f9ddda0da5df856b63199b79cf2ddf8dff 3,071 1.00/1.00 vMB 79
576,078 576,078 00000000000000000007c7db5a704164cb68dbe4ab08484099031b124b9b911b 2,686 1.00/1.00 vMB 99
576,077 576,077 00000000000000000005645ffcffbb4ea5f9d45ac0a384c97d922766e0cc9f1e 2,439 1.00/1.00 vMB 108
576,076 576,076 000000000000000000224df183884002061292e820df7df5376eb1ea4ef12bd7 2,219 1.00/1.00 vMB 81
576,075 576,075 00000000000000000005b7a15e31dfbcc818e649e9d73170ba3f482907ae0005 2,734 1.00/1.00 vMB 97
576,074 576,074 0000000000000000000f32ee4a336e9fa6aa32682eb0852beabaa1c51f16a0d9 2,576 1.00/1.00 vMB 95
576,073 576,073 000000000000000000296376276b83c9dd7dbbe7ecadf6b9a69f0be4822b695b 2,907 1.00/1.00 vMB 81
576,072 576,072 00000000000000000003f305aea45eb7d866ffc30f8400e76b24aed69ec2b3f4 2,824 1.00/1.00 vMB 96
576,071 576,071 00000000000000000021cfb6743bda75064dc2a2222f870f1264e0791ca3178b 2,938 1.00/1.00 vMB 92
576,070 576,070 00000000000000000025530e68fb88658fac44cf1470073fb7dc967ea1a7ad64 3,414 1.00/1.00 vMB 127
576,069 576,069 00000000000000000004e1f560fe7733bf8cd29d12a3238d10f8e665ab364fb3 2,349 1.00/1.00 vMB 94
576,068 576,068 00000000000000000018a4e015a9f438d8c0184adc02d26c6b90cfa42e47ec12 3,123 1.00/1.00 vMB 102
576,067 576,067 00000000000000000020aa3f1c794d6ec39231f9dc61cf8909dcd9c4b3fd7778 3,468 1.00/1.00 vMB 104
576,066 576,066 000000000000000000183d7f16d9881f43619813ed12b704286d53013984b81c 2,813 1.00/1.00 vMB 133
576,065 576,065 00000000000000000029df6716dc1c34d57e17ac8acc9b3dcf694f21152208c7 3,163 1.00/1.00 vMB 93
576,064 576,064 000000000000000000057470a612ea65e69540b00ae5179bc8c8ecfdb88bb178 2,785 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.