Loading Tool

Explorer IconExplorer

Memory Pool

81,833 transactions
31.00 vMB
0.11634562 BTC
Random Selection Loading Transactions
Max Size: 185.52/200 MB

Candidate Block

Mining Attempt 82e9c97a22c2745e5234e1d9ed0d34a37f6a35f52cb4ebcb5b1dadb7006909fe
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (202,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,682 712,682 00000000000000000000c292678f899911f549e78b4ab4b9e142a70f8c128cf5 373 0.11/1.00 vMB 23
712,681 712,681 00000000000000000005f74726cc3239f68c7359aad3cdc1c5219d8f22e0b01b 371 0.17/1.00 vMB 14
712,680 712,680 00000000000000000005f8e8e07534dfec40ceec2875ebcff8a3defd1894169e 487 0.16/1.00 vMB 22
712,679 712,679 00000000000000000006cb0ec15337b070b5b647c546929ca740cd59f3f9894a 727 0.61/1.00 vMB 4
712,678 712,678 00000000000000000003100ad2b3d0d936489a17c6dfba700b59b3031fd6f1fb 1,457 1.00/1.00 vMB 3
712,677 712,677 0000000000000000000085f3e629f3e82191cc44dd391757e74829a16d9ee6b7 1,080 1.00/1.00 vMB 4
712,676 712,676 00000000000000000009802c75a92ac4e5f5efee96ab83700176f37b138d4b9f 2,210 1.00/1.00 vMB 17
712,675 712,675 0000000000000000000c67a7df8a5a295244479c84ae50d2b6b037dee883ecb2 1,750 1.00/1.00 vMB 14
712,674 712,674 00000000000000000008c8d27c4e237c5bb8968074b2a4f04adc32c05f549060 1,622 1.00/1.00 vMB 6
712,673 712,673 00000000000000000001ce751b604f93e8003a3764091efe95b0911189bf5ad1 2,685 1.00/1.00 vMB 5
712,672 712,672 000000000000000000008c90c083f3e33e9677a71b8f582bdc21db09bfb5a31a 2,092 1.00/1.00 vMB 7
712,671 712,671 000000000000000000025417aab47c367ed085cbd0efd81bed6c96f81f56139b 2,253 1.00/1.00 vMB 7
712,670 712,670 00000000000000000005b5152b32625bf4e1b43230416450aba52c13f1688e23 2,226 1.00/1.00 vMB 12
712,669 712,669 00000000000000000009a2f2c6371af783bb1b2bd7aabcbffbd8e666c6e1fdf0 2,875 1.00/1.00 vMB 15
712,668 712,668 0000000000000000000b84d18ae6ba40dd49e14c46cc0edac74fbf4378bc861b 3,312 1.00/1.00 vMB 17
712,667 712,667 00000000000000000006a3f79121e740979f57763c9afade8d0bb071a1230c36 2,411 1.00/1.00 vMB 26
712,666 712,666 0000000000000000000bf8eaaaf46f01506ad0632807bf479848b35e01846332 897 1.00/1.00 vMB 22
712,665 712,665 00000000000000000003ebe71146fef04d7087a68681a8069b0f0866a551fe8f 648 1.00/1.00 vMB 26
712,664 712,664 0000000000000000000504fe7051450b64166875ec4340081244a19b857bcd0e 915 1.00/1.00 vMB 22
712,663 712,663 000000000000000000002b95901f12e621c6f82d82f2a7235012bced8bbc317b 129 1.00/1.00 vMB 20
712,662 712,662 00000000000000000006d30e12a11b8cb399dd782baba6386a4be00083fc16c8 268 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.