Loading Tool

Explorer IconExplorer

Memory Pool

46,924 transactions
29.02 vMB
0.14994737 BTC
Random Selection Loading Transactions
Max Size: 153.73/200 MB

Candidate Block

Mining Attempt 9c6e66e8ed80791e6e193c1413c37a765a55bfcc873cdd2bca0d9631f0f3652a
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 6bb9bd892259e193dbd2f717dcd67a54568bfd093018265897815a2e0dd5de00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,699
Size: 1.00 vMB
Total Fees: 0.08499640 BTC
Feerates: 15,654.48 > 8.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (846,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,138 68,138 0000000000750bdcf177652bda8f673efd49279fe6d3169c4120ec7e437a7156 2 0.00/1.00 vMB 0
68,137 68,137 00000000053431f53b6a668e0422f86c7438f0d7dde7db1a7bdae93d7ac8ceb8 2 0.00/1.00 vMB 0
68,136 68,136 000000000359cbe41a06d1579e5a4f2038518ba76284117b1c738f848168293d 2 0.00/1.00 vMB 0
68,135 68,135 0000000000ec51b9d4e960fcac2fcb2bec2f4221e772b47fc513f9616ce940d8 1 0.00/1.00 vMB 0
68,134 68,134 0000000002462ebf6f787685d4beb79a106a37a9f56c16823b54ab2d6f3e4a47 2 0.00/1.00 vMB 0
68,133 68,133 00000000054a6752d3c4c165fce5f93b30412e2d677ca25f031cce37e0676957 1 0.00/1.00 vMB 0
68,132 68,132 00000000006d18bc89cecc44d5bb4f772ab8c160613a5d682292fc6943447a3b 1 0.00/1.00 vMB 0
68,131 68,131 00000000008ff7ec919257b9dccd71f18189b96601e212eede97451ac1e76e61 1 0.00/1.00 vMB 0
68,130 68,130 0000000003a80e16a1192c4f32e8ac3703e3461450e1729d854be17a5b0c57f3 2 0.00/1.00 vMB 0
68,129 68,129 00000000000900004f74aadad2a844ad5041bc3949609d9c2d02578447bee2d0 1 0.00/1.00 vMB 0
68,128 68,128 000000000521e6e46af2650538f12cf8775b2c711292fe5645ff4c08ed751992 2 0.00/1.00 vMB 0
68,127 68,127 0000000003f1ece23080c4d96de855cf0bc13c69ae614e132ad59befdd21d0cf 1 0.00/1.00 vMB 0
68,126 68,126 000000000384f32825a2ddd9daa8fc35ec614d589d2846c63aa9ad75311d94d4 1 0.00/1.00 vMB 0
68,125 68,125 00000000054fa245005bdbbaca6c84274abf23b816154ad0cc1e6824c1ddc6ec 1 0.00/1.00 vMB 0
68,124 68,124 00000000005b2998d0c2797b1365bd6024500235c253de884d399c20540b0d97 1 0.00/1.00 vMB 0
68,123 68,123 0000000002a79b679ed88c1a25a26256c953840c23a1245fc9a6f5276e4ea07c 1 0.00/1.00 vMB 0
68,122 68,122 0000000002d07aa6a412349f71615b44346aeb013ca21e57b5e4184f947cce2c 2 0.00/1.00 vMB 0
68,121 68,121 000000000317faf7c98fa8c2ec6ad9828246fed281a291059a0682275abd9548 3 0.00/1.00 vMB 0
68,120 68,120 0000000004505f1d50d0ccd69cda6ef77f19fd7359913d63e0238bf47d35c527 1 0.00/1.00 vMB 0
68,119 68,119 00000000033ece9e573e22b1fcbda4d6ce950af5881b70a764e668dce1d03465 1 0.00/1.00 vMB 0
68,118 68,118 000000000555498e1ca88ac4b7883f9076319c5a6fbde2ebb95b1e9d6be592e1 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.