Loading Tool

Explorer IconExplorer

Memory Pool

79,529 transactions
29.68 vMB
0.06841224 BTC
Random Selection Loading Transactions
Max Size: 178.70/200 MB

Candidate Block

Mining Attempt 6692bc13641957d82081d66214600dc572905335d4e7cc890270b023ad3c0c1f
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root b5c5ae4c71adbe8dc01997202f8576946a696ffa507398c106e6961148fa8420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00791583 BTC
Feerates: 100.19 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (687,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,775 227,775 00000000000002ca068081e65ad28e9bec783c6fa19a47e6580cc66299183a46 268 0.10/1.00 vMB 194
227,774 227,774 000000000000011e4f58fb0c0233b9d2148d198cf974e941f36d6b78f000d7f7 117 0.06/1.00 vMB 183
227,773 227,773 000000000000008e7c533be13738487938c9182af9f7ce55bf460cceda49a727 366 0.16/1.00 vMB 205
227,772 227,772 000000000000007e1b1053dfea85a20fee0c80f0cb4c6fdc51f5c42a220e7938 307 0.15/1.00 vMB 188
227,771 227,771 000000000000007dcc576beb618e89ca53f1bcf3d157e0b6ea1f23491950411b 239 0.10/1.00 vMB 212
227,770 227,770 000000000000023c820258afc670cb9236be32ffab1978aebe5f3b495b0ba4c7 3 0.00/1.00 vMB 207
227,769 227,769 000000000000022a2a4a05636ebb9094962ec71dd7a0f0b2a59ca7d32f1be87c 328 0.11/1.00 vMB 258
227,768 227,768 00000000000002b06a86a53f0b93a7f3906566a27ba58caaeab3c566ed26d99f 326 0.17/1.00 vMB 111
227,767 227,767 00000000000001c22622843b023d0dfbf9442c1070a42f8f630a70192c888a89 114 0.08/1.00 vMB 106
227,766 227,766 00000000000001072ce40f6f1eaf4322fab29a7d2ba4f6e6444f027cec2cc511 12 0.00/1.00 vMB 51
227,765 227,765 0000000000000138474046dec5c9fecf72836ea3ee955792743770cb7f56b4cf 176 0.06/1.00 vMB 252
227,764 227,764 00000000000000f7f6fb1ab8b2d1b3199f72e38b19dbfaedf70135173a48e66a 61 0.03/1.00 vMB 146
227,763 227,763 00000000000001ee4207bd0580af34d06d28334139a5e9e0d76593f8e51f57e1 354 0.21/1.00 vMB 151
227,762 227,762 00000000000001e0804ba85e8833ab583a25d4164b02bcc2c4db8b7ac85e9b9c 245 0.11/1.00 vMB 193
227,761 227,761 000000000000004029e3ad3579fa0aba2783ec59e4870c7a094f6e55ed3b3223 424 0.23/1.00 vMB 146
227,760 227,760 00000000000002701dc3f0a0cc277c4e56df2e06b4ef27e7ebec78016525640e 1 0.00/1.00 vMB 0
227,759 227,759 0000000000000343c07990562d2d9e2a77a9b7694100fe33a834d3c85edb9ff6 13 0.00/1.00 vMB 213
227,758 227,758 00000000000002294eb4b3da14b89ad11d739a7d82ce217353c5fb085602a306 381 0.14/1.00 vMB 212
227,757 227,757 00000000000003271e7c4cdb70ad9a8bb6045f89a654fa3eb06de87fd0b98e0a 303 0.12/1.00 vMB 189
227,756 227,756 0000000000000037e544e21b06f2c8d23aa700d0b78954442d82ff0ff5fd950d 68 0.03/1.00 vMB 163
227,755 227,755 00000000000001b8712c9efeaff1101a931123c5622b393f088ea8c5868fdbb0 17 0.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.