Loading Tool

Explorer IconExplorer

Memory Pool

41,900 transactions
28.98 vMB
0.07078970 BTC
Random Selection Loading Transactions
Max Size: 148.52/200 MB

Candidate Block

Mining Attempt 1297e43a9780c9ebc16e7584438c6bae9555b25a234b41cc1de0eebf0ddde963
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 3b5fe63af39da9cdd23a2de8b4e7fb4eae8260fba129545d9c63c0322e3da81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01434673 BTC
Feerates: 100.36 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (148,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,634 765,634 000000000000000000043e82ca802a532950586f97a7078388b4940b473288ab 3,045 1.00/1.00 vMB 30
765,633 765,633 000000000000000000074f788cd94fba3d557a27afe6b0b061045e65e6eda978 3,201 1.00/1.00 vMB 39
765,632 765,632 000000000000000000006101807f407bc6f384cc2983bc2bc6d96263f09ed8f3 2,156 1.00/1.00 vMB 25
765,631 765,631 000000000000000000017f32781d4b0bcf69d10729629a6e097ee55066b2d84c 2,813 1.00/1.00 vMB 28
765,630 765,630 0000000000000000000702d2c06633b9673c1a8ac4d575a9718c4dcaaf34ffec 2,778 1.00/1.00 vMB 30
765,629 765,629 0000000000000000000042e43b5c592f6026f9e47be9d616693d7f7fa61f1729 3,045 1.00/1.00 vMB 43
765,628 765,628 00000000000000000004c8c6e5c939a73903603a9ccbf7242e69a13cb6c72d40 2,294 1.00/1.00 vMB 30
765,627 765,627 00000000000000000006ef394feeb40a1c3c3a14c44a3c2ba444511519d0de81 3,790 1.00/1.00 vMB 35
765,626 765,626 00000000000000000002e04c50841adb07a39eea8a77853b7d5154fd4c9d27e9 3,030 1.00/1.00 vMB 35
765,625 765,625 00000000000000000006cbed8da4cdd43872b1a01e4aa05627f95b410fc62055 1,895 1.00/1.00 vMB 40
765,624 765,624 00000000000000000003ae4f2c2a1c50ccd36d3d7d85c6da7b87879d7fc8b0b7 3,160 1.00/1.00 vMB 36
765,623 765,623 00000000000000000001a26e2af700e10c3846fda82fdbec75caba27f8430f9e 3,088 1.00/1.00 vMB 37
765,622 765,622 0000000000000000000337569808be33a6cf9b125656483965597da74fcbff68 2,958 1.00/1.00 vMB 39
765,621 765,621 00000000000000000001430d80fde9943757d9d4723456c0600a7439d4afc4f9 2,710 1.00/1.00 vMB 50
765,620 765,620 000000000000000000050fc23d3a89b8dbf6d08d4e0983a14237de674a65e54b 3,281 1.00/1.00 vMB 34
765,619 765,619 000000000000000000068e582c4013d695942cdd449fd58557406bb8ebe284cc 2,215 1.00/1.00 vMB 41
765,618 765,618 000000000000000000002c9116dbab48efe814085ea14f353018f147e20cd62b 1,772 1.00/1.00 vMB 13
765,617 765,617 00000000000000000002522a15310738b92fb41b7ddd3bbef9d76a84ed10967e 2,226 1.00/1.00 vMB 15
765,616 765,616 000000000000000000078260fbd678c79de315251469721825b87ab70fb895f2 3,399 1.00/1.00 vMB 34
765,615 765,615 0000000000000000000234d779697cd926a5665893fc25133962ba86c5d94c6f 1,353 1.00/1.00 vMB 7
765,614 765,614 000000000000000000035f94ba1ed9b3adb6eeac74811227fafcaed4b5b61559 2,802 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.30 GB
    • Received: 11.90 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.