Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
29.28 vMB
0.09833280 BTC
Random Selection Loading Transactions
Max Size: 176.93/200 MB

Candidate Block

Mining Attempt b42bd93ca680f5329a1cb7aace94a3ccdde64eb00f5da502b6537b161d150376
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1d99f61eac0cb3b82f78403b6ee1048a7af85d4b22df71779ca8b64db8ec6661
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03619697 BTC
Feerates: 477.45 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (85,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,750 829,750 000000000000000000027c37012c99b1ce42d0567f4d9e2fcaa7936688150cd3 1,754 1.00/1.00 vMB 25
829,749 829,749 00000000000000000000d3ee00bead3689ea901aa1c210ba9880089e0b35bcae 951 1.00/1.00 vMB 23
829,748 829,748 000000000000000000011b7079c2384a3d9bf86b3399d15adab7f118cf54a31f 2,592 1.00/1.00 vMB 30
829,747 829,747 00000000000000000003290d7e4a0ad48ae315696e72fb8a3089dfeb1701a077 1,675 1.00/1.00 vMB 26
829,746 829,746 00000000000000000001a3353a17a9310e3877a3bf1bd127fb29b74fa5314fb1 311 1.00/1.00 vMB 20
829,745 829,745 0000000000000000000006fef1a3b7456e3c88b54e9813bfdaa01727c7ed1f10 2,606 1.00/1.00 vMB 27
829,744 829,744 00000000000000000001e9d1d3dbd9c41933732547428ae23f75ad83a6f1ea5c 3,371 1.00/1.00 vMB 29
829,743 829,743 00000000000000000000db2cd5112ee0425cdc104d1159a45ccab3b8e6e2b6f4 3,289 1.00/1.00 vMB 38
829,742 829,742 00000000000000000003a1ef301fd639d37e2c488333a4c17087ecc5d2b3649f 1,018 1.00/1.00 vMB 22
829,741 829,741 00000000000000000003a9011999ad7b6da0b03d6265272ac861727642cc2c1d 2,169 1.00/1.00 vMB 27
829,740 829,740 00000000000000000001954504d657a9f81a15632a89e16658696e52f2a41a98 251 1.00/1.00 vMB 21
829,739 829,739 00000000000000000000b92e086e5f3e434e0635a5f5d3477d443891f0b284e3 474 1.00/1.00 vMB 21
829,738 829,738 00000000000000000001af0498385ebad0a72938db0553564bd79b8153ad0b33 671 1.00/1.00 vMB 21
829,737 829,737 00000000000000000000b95cf1f6306782adaaff1cf768bb21316d53a7fd33be 2,520 1.00/1.00 vMB 30
829,736 829,736 00000000000000000000b2927d2c7665dd513e8b2552427f3af4d231f92297cf 1,316 1.00/1.00 vMB 25
829,735 829,735 000000000000000000023a703d098d58373f6d3ce6e1bf09b1df4e67634140bf 1,412 1.00/1.00 vMB 27
829,734 829,734 00000000000000000000ba9c1f42199c9f111ac9d116faeecc6701206176072f 1,193 1.00/1.00 vMB 21
829,733 829,733 00000000000000000000aa2e7f60d4cc545e357103fbbf4fc36e6dcf51ee0a1f 2,822 1.00/1.00 vMB 38
829,732 829,732 00000000000000000000f2390d74f47adb746e3a7c71174366efa032c569ef79 1,132 1.00/1.00 vMB 22
829,731 829,731 00000000000000000001ca149a8c833bc97e8e24626819d96aef169cf456530a 3,447 1.00/1.00 vMB 36
829,730 829,730 00000000000000000001545fa2a1ffde5b57ffb735133b535d929b7e6c7bf615 2,077 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.63 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.17 GB
    • Received: 16.17 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.