Loading Tool

Explorer IconExplorer

Memory Pool

83,758 transactions
31.88 vMB
0.08532737 BTC
Random Selection Loading Transactions
Max Size: 193.88/200 MB

Candidate Block

Mining Attempt f9885b454972d8c6c9ec57e18bfe29a9c73296009025e1b467d2425b11f4d9c4
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root ee388bb33609ed3653987556c6c50ec213a7bc07631c87e772dd2f0be5b9b439
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,303
Size: 1.00 vMB
Total Fees: 0.01583104 BTC
Feerates: 40.00 > 1.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (90,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,455 824,455 000000000000000000030c6384f44e840d4626e0ba6fd42a25ceb7e8b8c7771c 3,520 1.00/1.00 vMB 64
824,454 824,454 00000000000000000000f7ff24d375fc0bd57e9d35e1773e18ba50eec3277b67 3,437 1.00/1.00 vMB 108
824,453 824,453 00000000000000000002a38ebcb9ba113b59371307eb3727848fd17edc4e6632 3,281 1.00/1.00 vMB 82
824,452 824,452 000000000000000000011e34d43aa1056c7655b9fdd6516b35294669d530c6be 3,408 1.00/1.00 vMB 100
824,451 824,451 00000000000000000002e5f6440ae741bd59d07c9b324600062bd92cdf2acb47 3,368 1.00/1.00 vMB 88
824,450 824,450 0000000000000000000371cfe1274d0a5ea8784779f64e34c98065a6dae5280d 3,953 1.00/1.00 vMB 77
824,449 824,449 00000000000000000002b00c29ae5826fbf68d87295bf392dfab6f3a548cba11 3,894 1.00/1.00 vMB 79
824,448 824,448 000000000000000000037a0f895f3e496e3cd3019663d770c2edee62cc66602e 3,589 1.00/1.00 vMB 92
824,447 824,447 000000000000000000011f1cc3c97cfb005f9d68f021c0e8250c0f00b2148f05 3,286 1.00/1.00 vMB 90
824,446 824,446 0000000000000000000379c7aefeaf9657f68e46474a66f0063277f56cea4003 3,318 1.00/1.00 vMB 88
824,445 824,445 00000000000000000000239c7b4d334afc0f1701c7d76a4695fca9fa340d0765 2,631 1.00/1.00 vMB 59
824,444 824,444 000000000000000000016e1916d655ad057b871654ba1006d267b2f7c8f6ab9f 3,698 1.00/1.00 vMB 90
824,443 824,443 000000000000000000026902dc2d988f14ea982703e69012f82b825f3e35b169 2,686 1.00/1.00 vMB 59
824,442 824,442 00000000000000000002a27d5b20fe333d1ea0cf4940d39e9f34a7dfb5390a7b 3,846 1.00/1.00 vMB 85
824,441 824,441 00000000000000000003da8102f1721418d2a3d6a51a73ce628b333e9253e2e2 2,701 1.00/1.00 vMB 81
824,440 824,440 0000000000000000000364407edb24ddbc95fd3b711a9ed24606db73bd3604ad 2,914 1.00/1.00 vMB 123
824,439 824,439 000000000000000000021f9f716d5ae1b9c7cd74f363fff4df12834ef60b98cd 3,310 1.00/1.00 vMB 109
824,438 824,438 00000000000000000001d19813185663ed93b7f6a22bab8646b6f8e548ef0764 3,482 1.00/1.00 vMB 101
824,437 824,437 0000000000000000000190422c2833d809300537eff5575ee3e5dab3456214b2 2,636 1.00/1.00 vMB 76
824,436 824,436 0000000000000000000277333cd071a806e592ac7f45933b91706f5fdf32ae3d 2,043 1.00/1.00 vMB 74
824,435 824,435 00000000000000000003170552d640231d13478bf4eb1f043490390cefcf8a66 1,662 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.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: 708.85 GB
    • Received: 16.78 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.