Loading Tool

Explorer IconExplorer

Memory Pool

76,130 transactions
28.39 vMB
0.06420367 BTC
Random Selection Loading Transactions
Max Size: 172.11/200 MB

Candidate Block

Mining Attempt 9df80a9f0914ced428e428c136fd4f8f7e72d1c69db0dd21bc0e88ada9b0b0d5
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0afb13feb252c6770fc37e5d3dde649ac2614ace8632ad28d9f68f6ee3985073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.00542519 BTC
Feerates: 41.50 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (155,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,633 759,633 000000000000000000068dc8f5136ac40fa565b3db8fda29f2af7e9e2a2ef210 2,273 1.00/1.00 vMB 8
759,632 759,632 000000000000000000002b66fe318aef8b4e00a354320c4c833cd83ba7aee529 1,813 1.00/1.00 vMB 2
759,631 759,631 000000000000000000006bba33e53e6be601541aefa599edda6b8d4175b8066b 2,886 1.00/1.00 vMB 10
759,630 759,630 00000000000000000003541334b19e72b55ba52fe38b8252d1bf2e7c59c5e5cf 1,167 1.00/1.00 vMB 3
759,629 759,629 000000000000000000006c058d369c1a8e9fc83706554bf5cd4934c3466329c3 2,245 1.00/1.00 vMB 13
759,628 759,628 0000000000000000000272b04ef0c2bdc0e5f1c9a543d1fe5ea5a570f28e7302 1,929 1.00/1.00 vMB 9
759,627 759,627 0000000000000000000507f726cbcc78cc6af585ae8f8b2a072eae78f9898861 1,772 1.00/1.00 vMB 16
759,626 759,626 00000000000000000000bffba9ffacfae1b0036a7a27997de937bb213047168c 2,048 1.00/1.00 vMB 11
759,625 759,625 000000000000000000079f01b006f4975d202e6e3064829b74adb06ed04b32ef 1,439 1.00/1.00 vMB 16
759,624 759,624 0000000000000000000327c16eb9384df71c7e64ec6ab2063f8bfae829153e0b 2,031 1.00/1.00 vMB 13
759,623 759,623 00000000000000000005c0c73f98fbe41a4bd9c727dda60197ed2c34c92bb3fa 103 0.03/1.00 vMB 8
759,622 759,622 0000000000000000000210cd5d798c5307adff3bb4d86ed338aff9fa43256f68 1,618 0.61/1.00 vMB 10
759,621 759,621 0000000000000000000204b06a6d2d8fc078ab90e6464d980b889ec9c394e6e2 377 0.57/1.00 vMB 2
759,620 759,620 0000000000000000000656da12f7a4e7860ef28b1cf99da2d1d27768255d72de 1,402 1.00/1.00 vMB 6
759,619 759,619 00000000000000000007d4df87df7be8eff0a0da91f462efc6e74d057b12e9dd 1,860 1.00/1.00 vMB 7
759,618 759,618 0000000000000000000746c50c7303417bdc99acb8c19e9580db2b05c57a79a8 1,471 1.00/1.00 vMB 9
759,617 759,617 0000000000000000000782f2e60c451951cdda733b255ff9bf8473bad29f9015 1,810 1.00/1.00 vMB 3
759,616 759,616 000000000000000000057a89bcde2c9c99a47abebe9471e03b6548995093854a 1,921 1.00/1.00 vMB 7
759,615 759,615 0000000000000000000456a744874b68fb3f6a327f769560c909c57c95b663b1 3,089 1.00/1.00 vMB 16
759,614 759,614 000000000000000000007befd77aba306d67edf7fd3e52c1fb6deefceb93e354 2,257 1.00/1.00 vMB 13
759,613 759,613 000000000000000000029d09f21a51cf254b94d5a5c11228807d9890dfe20899 2,491 1.00/1.00 vMB 13
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.40 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.