Loading Tool

Explorer IconExplorer

Memory Pool

80,427 transactions
29.55 vMB
0.13681222 BTC
Random Selection Loading Transactions
Max Size: 178.53/200 MB

Candidate Block

Mining Attempt 12e2c4c895d2b9cf30a37f56490e5be02a33f558044f4d3f70e8489f42ede73b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e83b88e5ee788e01c85fb80804997c825ce7f80a057c8e76b3e5a9ac2e69933
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.05047125 BTC
Feerates: 602.26 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (234,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,149 681,149 00000000000000000004e9e764353ddb32f787055c31e649ad25be0a790b3db3 822 1.00/1.00 vMB 74
681,148 681,148 000000000000000000088fe159581d4b46169f408d3f4effa1a71d60b3ae731e 969 1.00/1.00 vMB 80
681,147 681,147 00000000000000000008e268b9c84af311e6447c90dfedfee62a498c46eab21a 2,124 1.00/1.00 vMB 90
681,146 681,146 0000000000000000000b1720a825c74b9181459694a949830d206d6e00f13b42 2,659 1.00/1.00 vMB 90
681,145 681,145 0000000000000000000280bc052828b7f30ccc07014e764bbc27391342cb304c 1,722 1.00/1.00 vMB 118
681,144 681,144 00000000000000000004d4096d1881e9d8f8de4567ddc3fa78f8616f49e7f389 2,915 1.00/1.00 vMB 183
681,143 681,143 000000000000000000018dbce6c755a2751bd01d2d367a18d9b285f6d59de5f1 731 1.00/1.00 vMB 90
681,142 681,142 000000000000000000078a87c2559880fec7df5e0dd5ed5ea7928c98f93a0375 453 1.00/1.00 vMB 59
681,141 681,141 000000000000000000096df393b28032ec99d48f08bfdc1b4979f5164de351f6 979 1.00/1.00 vMB 73
681,140 681,140 000000000000000000054e06b595941dad874cdcfc1adc39e48828c9ff9de865 1,390 1.00/1.00 vMB 83
681,139 681,139 000000000000000000087f67965fb96d4797cb93d5a71b8e2c22ba58b9fc807e 817 1.00/1.00 vMB 69
681,138 681,138 000000000000000000054b224fe02e6f55af4b647ccc4cf4e932baf49ffa4f03 1,754 1.00/1.00 vMB 91
681,137 681,137 00000000000000000003d07264d09875a90c5f3dce9dbb67f867838ed21e3dcc 2,062 1.00/1.00 vMB 122
681,136 681,136 000000000000000000078c6c1a3c9cd312c1b8a64bfe12e7e354e250fd9f6467 1,564 1.00/1.00 vMB 128
681,135 681,135 0000000000000000000850a4375c06aef77a5f3d767a95de70350daa9805f244 2,305 1.00/1.00 vMB 123
681,134 681,134 00000000000000000007776dd9a67a7b260f060fc96e5d160b230bb596068c4b 2,411 1.00/1.00 vMB 103
681,133 681,133 000000000000000000023a393d93880b6ca74a5b9f25318af4472cc9a8de4cef 1,738 1.00/1.00 vMB 81
681,132 681,132 0000000000000000000053ba809cd9a6214e08c58efb8f15ade93f3c35432449 863 1.00/1.00 vMB 101
681,131 681,131 000000000000000000019826a8e2a4c8788c057a83f2faed85628bf8109d6635 1,276 1.00/1.00 vMB 105
681,130 681,130 0000000000000000000a49dea5dc951f9787b28dd8443cac3cbd196f7231ebf1 1,837 1.00/1.00 vMB 121
681,129 681,129 00000000000000000006a9b27b3aa6bc8b76a103f9bb8b030ab7e93917814bbc 812 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.