Loading Tool

Explorer IconExplorer

Memory Pool

77,988 transactions
29.10 vMB
0.08671914 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 0ee35cba7cabcaabff32555c230d801f09afd677a9c33d0ed18f893628131d2c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b4e0e7e1ba960cf43b6a22200a93ead4c1dab3e7168dfb9be0992bf990afd36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02206016 BTC
Feerates: 81.07 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (144,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
770,383 770,383 0000000000000000000526c807fce5adf7ad856a1e38e523cab55022b5b6fdb0 2,486 1.00/1.00 vMB 8
770,382 770,382 00000000000000000005c7eb2e68c99ef3efd4838da8861c76d9ef1f852b8370 3,389 1.00/1.00 vMB 22
770,381 770,381 00000000000000000000aa2242f7a0225382ce23a3b5965af0c21525abffb857 2,431 1.00/1.00 vMB 5
770,380 770,380 0000000000000000000534d53e43ce1965dd28ac619445eb8745b19061944d95 2,545 1.00/1.00 vMB 8
770,379 770,379 00000000000000000006ae1c47a50c742ba87a7a57fc7f96a5b51d5f16803f9c 3,400 1.00/1.00 vMB 21
770,378 770,378 0000000000000000000755d7da197b9ea984d75d1e379746f8ada1f1f8ee32df 2,091 1.00/1.00 vMB 5
770,377 770,377 00000000000000000003770b00d41e8a071c713b109db07bb5a47d195d006a35 2,167 1.00/1.00 vMB 10
770,376 770,376 000000000000000000044abe4b7f1f84211044ab0bed36224b024b6a2f4aea0f 2,236 1.00/1.00 vMB 17
770,375 770,375 0000000000000000000231e6756638a4490beafb2ce1243d543a42ebcf628271 1,616 1.00/1.00 vMB 3
770,374 770,374 00000000000000000007c04dfb3be4af6107a80559bb83f792b71999198b400b 2,864 1.00/1.00 vMB 9
770,373 770,373 000000000000000000077d9b4f39691eb07cc79d62e0b2baa0fde584fc012fac 963 1.00/1.00 vMB 13
770,372 770,372 000000000000000000003aa58c0a863302d88a4573186486d1d85f08fdcff8d4 2,244 1.00/1.00 vMB 14
770,371 770,371 000000000000000000062689771f7db8eae7f82bd7ae7b1dc52470d52025eb16 3,274 1.00/1.00 vMB 14
770,370 770,370 0000000000000000000070d9582f7a4abcc33c305cdf4fdf782e722338a59ac8 2,982 1.00/1.00 vMB 27
770,369 770,369 00000000000000000007ab8d680cd0c2ca6f91aaebd85e75e8ede9db34942f53 2,901 1.00/1.00 vMB 10
770,368 770,368 00000000000000000007e031cfe2332dddf1727c06f8fd9837e0fab9bedda493 2,829 1.00/1.00 vMB 15
770,367 770,367 00000000000000000006456c33b966402d21aaf9294886b48f936e1aae6ff129 3,667 1.00/1.00 vMB 18
770,366 770,366 00000000000000000004321c8795d7ce14794a2d7368cd3d12bcab09fcd2796b 2,907 1.00/1.00 vMB 25
770,365 770,365 00000000000000000007047412d43cf78881a9645dcb1e9c9e875b6c273b2cae 2,345 1.00/1.00 vMB 19
770,364 770,364 00000000000000000007829f6b9205afee3abc003ff0823df8f1a98ccaecf92e 2,029 1.00/1.00 vMB 10
770,363 770,363 00000000000000000004ef573a473fc9513dac251d76b69af59b849ac1ea3c4b 1,518 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.