Loading Tool

Explorer IconExplorer

Memory Pool

45,680 transactions
28.44 vMB
0.06431374 BTC
Random Selection Loading Transactions
Max Size: 151.51/200 MB

Candidate Block

Mining Attempt eb94db65c49591976d653f95fdf56a009c4b05e4b44f9f0cefa880aac57248eb
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root e1c8b0a06f26b5d66a655f08fe59fecf93d54a9e14441ddb9a7219380a960ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01021404 BTC
Feerates: 50.42 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (738,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,312 176,312 00000000000009c647e740158f4d1989e1f52b83b13aa07182cbb13413517a32 31 0.01/1.00 vMB 165
176,311 176,311 00000000000008ed8c1ab254eaccc6523859b091cf1376d414a412c5c5aa3bee 15 0.01/1.00 vMB 11
176,310 176,310 00000000000004474840539c3963332c2105ae243bd88aab4fc9892625785a9f 45 0.02/1.00 vMB 171
176,309 176,309 0000000000000789a9b7b9dc0d07b6afd0812f82de812189be55f3c7d1a6d7f6 81 0.04/1.00 vMB 958
176,308 176,308 0000000000000589a2cb43202d9b6d5529189912d05d2b96e13c1827cb606e98 22 0.01/1.00 vMB 150
176,307 176,307 00000000000004cd71febb4423d448c9ba5d108fa5d12cbcf41b92fd3d9a5afa 79 0.02/1.00 vMB 93
176,306 176,306 000000000000046684c147710c3adc03a90ab1d9ef5fa2e0cc98333fa3021614 6 0.00/1.00 vMB 949
176,305 176,305 00000000000006702178e2bb5c35a7a83595ffc8510506c6a755ae58d0316e6a 11 0.00/1.00 vMB 15
176,304 176,304 000000000000060969e735c9916c586d3e21a49c067e3e715a9f7c200e3d49ab 28 0.02/1.00 vMB 145
176,303 176,303 0000000000000080d6f48c63387f6905c82e87d81771c6d967f3493b9d80c5df 72 0.03/1.00 vMB 93
176,302 176,302 00000000000001ce7e2bf121d4a4eb63ddc73249f42cb9a52d7ca20b09d67c89 30 0.01/1.00 vMB 233
176,301 176,301 00000000000005db12794c33c7c78e552f40f48d93b7cbe8fb05c4ac52057505 40 0.01/1.00 vMB 14
176,300 176,300 000000000000015564802a0ec0fb01b49eff0603ce4872ffd2580dfe64f24985 38 0.02/1.00 vMB 102
176,299 176,299 00000000000006f95499ba1ca3844065a373e62a6ae3a64cdbb359f23c7e9dca 97 0.04/1.00 vMB 171
176,298 176,298 00000000000005768139c79535c59e2ae455a562eb12a38f4cfdbe89c601e133 20 0.01/1.00 vMB 216
176,297 176,297 00000000000009bbc0374e1c135b565a31ad685bbf3f74eafb34d3ace5fc50c0 106 0.03/1.00 vMB 77
176,296 176,296 00000000000002e1c46a9cd7305f91127966b5cd32c1274b498c9f693fb5020a 66 0.03/1.00 vMB 188
176,295 176,295 000000000000035db721a874633facf22ad841b359b423857ee981fc308b90ba 34 0.02/1.00 vMB 85
176,294 176,294 000000000000015cfa32651c1e4885b9a52ffdc8406d7fb973b72d057bc773bb 13 0.00/1.00 vMB 16
176,293 176,293 0000000000000014af8cda864b7d82e55f97a7dba14bc3e9af7214f66ac7220a 33 0.02/1.00 vMB 120
176,292 176,292 000000000000081b318e24bce8a45f4d1a96186eb9976c72f2eea6af65c132c8 43 0.02/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.