Loading Tool

Explorer IconExplorer

Memory Pool

79,057 transactions
29.27 vMB
0.08678030 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt c3cd70e37a6660d288456c263eb3b5f4bbff979262b55fc7f4c948ecee86cf89
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root fa0974f67506904d8c8eb71a0068ebe86af75174e43e5973c87a947b47dd4fe0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,461
Size: 1.00 vMB
Total Fees: 0.02543788 BTC
Feerates: 178.73 > 2.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (361,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,169 553,169 0000000000000000002f4744f4c5b70f57f97c9dad333f38c0c629d1c28fc318 1,062 0.91/1.00 vMB 6
553,168 553,168 00000000000000000018c2238c282e137495252e9de64e89be9d50b70f76eca2 2,802 1.00/1.00 vMB 12
553,167 553,167 0000000000000000002a82283c66c28b29340e2686528f0da9c0d6791f3349bf 3,024 1.00/1.00 vMB 18
553,166 553,166 0000000000000000001b75847b33155b8eea759c54a687f1090d3c5272580ae9 3,031 1.00/1.00 vMB 23
553,165 553,165 0000000000000000002a9922968c5e3cda3c1e96f4ff67d00568580295dba133 3,034 1.00/1.00 vMB 19
553,164 553,164 000000000000000000291111c3c8cc6ebae5efdf4aae2aa527ad880a2d414335 1,915 0.78/1.00 vMB 13
553,163 553,163 0000000000000000000dca17c5f7d3c7cf894e746803344108c00c525a609a20 352 0.14/1.00 vMB 10
553,162 553,162 0000000000000000002d9bef8dcdc7eae4ccd244ab8281a183b8512b6dc12061 184 0.18/1.00 vMB 4
553,161 553,161 0000000000000000002a93f741e763d519a6e05b8f4f61a00aa0160aa17ae32d 1,152 0.45/1.00 vMB 16
553,160 553,160 0000000000000000001c75116c120a274b458b6b3b55a87c9bd530f1b727ad89 803 0.44/1.00 vMB 12
553,159 553,159 0000000000000000001604a95a397dd6139e1171bc0cfbde8bb257c351d1bb14 2,009 1.00/1.00 vMB 12
553,158 553,158 000000000000000000240b87b34b2bee2000500789b9ea849c820ca63dbdefa7 1,711 1.00/1.00 vMB 16
553,157 553,157 00000000000000000025c64fd4f41902fc5bf74564823fe5157f53163bbbc561 1,820 1.00/1.00 vMB 9
553,156 553,156 0000000000000000002a703577e9238bdc905da0a8a7f4e5c98db90fa6e5b809 2,321 1.00/1.00 vMB 4
553,155 553,155 0000000000000000000ac45489a3baf0e42ea38e692d2fb432ac8e9abb52ccf0 2,427 1.00/1.00 vMB 27
553,154 553,154 0000000000000000000b9aadc1c6bdbdcc61b3691defbb542b67a5e4b6315058 3,016 1.00/1.00 vMB 33
553,153 553,153 00000000000000000024c1cf0986ec68c2a3309acd124c5509ac8b217339bf4c 2,212 1.00/1.00 vMB 17
553,152 553,152 0000000000000000001eede0b9860eee4887f04d9ecb6d05c5ad4e3826e985f6 1,635 1.00/1.00 vMB 3
553,151 553,151 0000000000000000002dab85d7495d08978706a71b0e95bdbf00860f4fec2274 1,583 1.00/1.00 vMB 11
553,150 553,150 0000000000000000001c357f8fea8f120ddf3b34293eed807c18f482e913a97a 1,852 1.00/1.00 vMB 12
553,149 553,149 0000000000000000000020e9d040d437b3215aa0b3d70657f48dddb7e93f5358 1,629 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.68 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: 679.44 GB
    • Received: 16.44 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.