Loading Tool

Explorer IconExplorer

Memory Pool

79,165 transactions
29.68 vMB
0.07482114 BTC
Random Selection Loading Transactions
Max Size: 178.00/200 MB

Candidate Block

Mining Attempt 7f3b63963a045eb7f8e5488d89087d554171ea1776c14fadb2829f546aabe170
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root e2cf98e43157fa962e8f45a50b9d4af3e560cadc56179b90e0a9f3fc6688a832
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,911
Size: 1.00 vMB
Total Fees: 0.01437633 BTC
Feerates: 150.77 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (389,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,197 525,197 00000000000000000009d1abdd9d9290e5c29993c5f5553d74e6b7cb24bee643 2,808 1.00/1.00 vMB 30
525,196 525,196 000000000000000000172489d35673b4685417f941964e5bdd3e2c2cf11fb332 1,428 0.52/1.00 vMB 27
525,195 525,195 0000000000000000003435ebd451822ad585e6ec7fac692c309fb88dfeb39182 39 0.01/1.00 vMB 17
525,194 525,194 0000000000000000001056a0b83ccb8d2fc3e25547757b3c48763332be0f24a5 1,051 0.35/1.00 vMB 20
525,193 525,193 00000000000000000023dfcc4e75e50c5455a20fbeac72fafdaf39362a7d0634 688 0.26/1.00 vMB 32
525,192 525,192 000000000000000000399aba0531c87e5643d1cf32057ab614b5f5064c2c0ac7 24 0.01/1.00 vMB 11
525,191 525,191 0000000000000000002260ca58bbd3533ac83f0193932d18060a6098d3c73a50 348 0.16/1.00 vMB 57
525,190 525,190 0000000000000000001a3e648bbba0f5efbed0adcee777c05d8abfe1dcdfb578 344 0.12/1.00 vMB 20
525,189 525,189 0000000000000000000cf0fecf5ec51866babe010634c6101c3d4c8e0f7347f7 1,032 0.52/1.00 vMB 28
525,188 525,188 0000000000000000003d04f70e9b4f43655f35bea20281f7b1a83c2d054cb6c5 1,733 0.79/1.00 vMB 22
525,187 525,187 0000000000000000003c2ab5ae6a17524779743f7515cfb8b7b80dd63ffd40a6 285 0.12/1.00 vMB 49
525,186 525,186 00000000000000000018d57dd8b6fa6949c005bbe9bb5da4e4ad9f1b7fe4ce91 2,059 0.74/1.00 vMB 25
525,185 525,185 00000000000000000027f94d8a2b5f04fff8f3b01d4eaf9d25ca1b3547e16a6b 74 0.02/1.00 vMB 30
525,184 525,184 000000000000000000384edda34614b7516ddd599c33c60138ff7d70d0ba6164 695 0.21/1.00 vMB 19
525,183 525,183 0000000000000000000ce978f215318f5e98823dc6bd90401f3334d8bbe88cf7 804 0.38/1.00 vMB 35
525,182 525,182 000000000000000000266fc80a8ad94e13d1aa5a774ae0460ae2ccdeeede8837 1,535 0.58/1.00 vMB 16
525,181 525,181 000000000000000000268de5ba1b9665440cf765e03bfcc5a2890df1cc778b74 1,485 0.56/1.00 vMB 21
525,180 525,180 00000000000000000015f0881bda4b3c45fc527594a394a8db74a391ff7801fd 1,648 0.65/1.00 vMB 13
525,179 525,179 0000000000000000000d79588dff846196188bf5ca578e7ded5ff4a62e156fff 458 0.21/1.00 vMB 20
525,178 525,178 0000000000000000003ffe5ad36048f0ded792d9214e6ca5d2af3acd615cf2c7 1,572 0.58/1.00 vMB 24
525,177 525,177 0000000000000000000aa5e91f278e40830ddc10518b9d8dc7fefa60eac8913e 418 0.17/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.