Loading Tool

Explorer IconExplorer

Memory Pool

79,903 transactions
33.79 vMB
0.12197718 BTC
Random Selection Loading Transactions
Max Size: 191.99/200 MB

Candidate Block

Mining Attempt 73721b3ded8dc656aeb88072a0ce82b342aed1baece4ef29263a4fee9d866031
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root 0be6c396ed94ec65c81edd2fb41a5582cae385c1911734c8e0b4882f22b8995f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,024
Size: 1.00 vMB
Total Fees: 0.01546091 BTC
Feerates: 13.21 > 1.55 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (479,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,290 436,290 0000000000000000013cf6ad4eeeb89ae4dd33c90b35d9e91f72916ad5dd1c47 1,957 1.00/1.00 vMB 93
436,289 436,289 00000000000000000253d430b330a9f0a261670f1d2762ae49d2a3ae162e1679 1,189 0.75/1.00 vMB 141
436,288 436,288 00000000000000000233bf62aa8c28adbfbbbff22bb8f854d8ad29ff85b7d2db 1,033 0.71/1.00 vMB 25
436,287 436,287 000000000000000001e63a8de28da0ec3b9a753a5ef9fa46d5bbe3d1effd67ec 2,936 1.00/1.00 vMB 60
436,286 436,286 00000000000000000270c9f1efc083d192bc02e26f1c8dfadaef0fca103eb682 1,994 0.75/1.00 vMB 62
436,285 436,285 000000000000000003365d970365a6563abcdfef1063e47af1160217663ddcc8 2,544 1.00/1.00 vMB 99
436,284 436,284 0000000000000000004b91aede9f7ba06aece68a4ca13bf2a99c707e505148d1 2,649 1.00/1.00 vMB 89
436,283 436,283 000000000000000002db8e61a2209b4697e893df4737cfe19a26a54d05981c68 2,559 1.00/1.00 vMB 88
436,282 436,282 000000000000000003dc65dad8a40bb723b68e72211e36ef4b2adc25c94dd9f8 938 0.46/1.00 vMB 64
436,281 436,281 0000000000000000009022e65e2a240bfbb6025c20e3562a3ec16d656fe1d9dd 430 0.21/1.00 vMB 64
436,280 436,280 00000000000000000351564313ff553a4cf02385f77e6eb0e424ee6d57036d0a 249 0.10/1.00 vMB 74
436,279 436,279 000000000000000001c1cc9ce11214cfc4d342beae149e5f73d412b9a69be498 688 0.30/1.00 vMB 78
436,278 436,278 000000000000000001e29476bab7ce1459de79293c1cc29cb022dd6ef9072411 1,779 1.00/1.00 vMB 55
436,277 436,277 000000000000000003cef5d5acbdebe7b8602fb9c5bd816e51ef76fbf59d8bcb 1,885 0.77/1.00 vMB 72
436,276 436,276 000000000000000002942f4a8813147f124725956433444350f4c64d58c4893c 1,928 0.78/1.00 vMB 76
436,275 436,275 0000000000000000020636cec2c5ea4a6b9d444b8bc26abe214ed66c5f004f3c 836 0.98/1.00 vMB 27
436,274 436,274 0000000000000000021632b8ce69c11e2e5467cf4528967adc73536c83cd3f8e 436 0.16/1.00 vMB 78
436,273 436,273 000000000000000000b95b2fb75e8c7fe0e54dc429c425d0c058141a54bd78af 745 0.59/1.00 vMB 31
436,272 436,272 000000000000000000f6c70936540731ed4f8cc3a9cf339ad98322ddfaeb37a5 1,504 1.00/1.00 vMB 62
436,271 436,271 00000000000000000395388c9bccb3bdc19eb4513f6c58eceef9dae0012eb437 819 1.00/1.00 vMB 36
436,270 436,270 000000000000000002ab62c34d29e3de647d1d1a54cdb31852f683d8264edf0e 2,126 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.10 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: 728.33 GB
    • Received: 18.47 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.