Loading Tool

Explorer IconExplorer

Memory Pool

51,892 transactions
29.26 vMB
0.08605402 BTC
Random Selection Loading Transactions
Max Size: 156.77/200 MB

Candidate Block

Mining Attempt 29231e93c34fcb2d01b31814bb59c8d4fa098c4c34bdb180a0c4a9220689ca82
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d075d71aa9647bf2b5034048c6e1d93a22a958b02d930c2789d7198b1f29df76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01857357 BTC
Feerates: 70.37 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (145,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,395 769,395 000000000000000000042c3c5624f851a2a113b86e0baaeb63c2ccf378d206f6 1,922 1.00/1.00 vMB 10
769,394 769,394 0000000000000000000251e46ff0d9b9cb260d4fd9b4e37ea8c76f55306c7cd2 3,073 1.00/1.00 vMB 16
769,393 769,393 00000000000000000001c5c95672fce28c6e053c03e392d6828f08c071690f35 3,324 1.00/1.00 vMB 22
769,392 769,392 000000000000000000003845f9cf52a6984903b4816db2c634b3d73cfced54c9 3,118 1.00/1.00 vMB 25
769,391 769,391 00000000000000000001bbe62a22acaac2517ea0e4e75321a5926107c77c09a3 2,652 1.00/1.00 vMB 14
769,390 769,390 00000000000000000001d1710e5dec23001ad6de7623107540ce1457b1b02673 1,849 1.00/1.00 vMB 21
769,389 769,389 00000000000000000003888b15b104469c2ae0aa0a2d8f72a673f0118035ca85 1,978 1.00/1.00 vMB 28
769,388 769,388 000000000000000000035d26ebe75a7bc57da62b483edf8dc1c68218007eb22b 2,433 1.00/1.00 vMB 4
769,387 769,387 000000000000000000002dd563e9036aa39443a0a2f23aac3f5161cb54bfe260 3,164 1.00/1.00 vMB 18
769,386 769,386 00000000000000000003447546b47717cb25f0440babed7bc2f5fca29437443e 2,948 1.00/1.00 vMB 22
769,385 769,385 00000000000000000003ce896b0c39deba53a8e273ea6bcffd5fd9680dfe4178 3,126 1.00/1.00 vMB 28
769,384 769,384 000000000000000000009f3126a5b82698c55b659f0d19bc206faee7a3620832 2,999 1.00/1.00 vMB 24
769,383 769,383 00000000000000000005117b3b9d374cabf194e3c21c5d4aa1f77215e7d6bf8c 835 0.26/1.00 vMB 18
769,382 769,382 0000000000000000000191bcec3b1a2b87517ae459035741487b570d52fca0a9 2,143 0.86/1.00 vMB 16
769,381 769,381 00000000000000000001f61cd5e525286d5b0626e255abe8419a47b25dd17864 1,424 0.63/1.00 vMB 20
769,380 769,380 00000000000000000005f2e177af8c7c4ccc47ab684f7fdb5403df9eae71ce98 1,717 0.99/1.00 vMB 14
769,379 769,379 000000000000000000070330265b66d05fb78da6e0442e771f076c838f499f65 1,307 1.00/1.00 vMB 21
769,378 769,378 00000000000000000003d6eda8a7075623dfcb0df7fea561ede4bd3f268daebd 1,225 0.47/1.00 vMB 17
769,377 769,377 00000000000000000000184b28cb95a6107cf58ed5d344f1b3629f92f37d4c5a 1,101 0.82/1.00 vMB 10
769,376 769,376 0000000000000000000549a7a3eb092d9aa2d4fdb2ad1c1c87587da47f34e9aa 2,563 0.97/1.00 vMB 18
769,375 769,375 00000000000000000001d6f325e2e5bb5dc89e96ff20125f9c5b3245581b653f 2,284 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.