Loading Tool

Explorer IconExplorer

Memory Pool

83,545 transactions
30.71 vMB
0.12088259 BTC
Random Selection Loading Transactions
Max Size: 184.92/200 MB

Candidate Block

Mining Attempt 52708161e85cc515307b096f98bc0cf33a67d40a9f7a07b41b97d21376d3bbbc
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 3808343a11e71e14f9de5c40ff2a691f0431bd722a0398eec11d4c146184028d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.05565811 BTC
Feerates: 526.32 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (707,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,574 207,574 000000000000018bb33eed28a94d1b240f810f7c52c47f3c7c41755d1692d649 302 0.13/1.00 vMB 192
207,573 207,573 0000000000000335dcfb6341c2d66e4eeb818ea1051441e7fc26958f5e7b5fd8 115 0.04/1.00 vMB 161
207,572 207,572 000000000000010a5e520adf716c0515f7697483055e30186453b961c85b65f6 347 0.13/1.00 vMB 176
207,571 207,571 000000000000013ce5de61b9208316c421f10f1d532217025cca2c801ebe77cb 111 0.11/1.00 vMB 73
207,570 207,570 000000000000009f58d921df83cf49d6fa77fb862f308ff3bd7dcad74b9e630a 14 0.00/1.00 vMB 29
207,569 207,569 000000000000032c0fddc304ae19598e40ca390e1022f8bb8b35914d8ec3d643 673 0.25/1.00 vMB 195
207,568 207,568 00000000000000863bb7beae9f5dba761681ca1bc093225a23e1345d59b5a10f 47 0.02/1.00 vMB 116
207,567 207,567 00000000000004f8b9994f2739181f7965d9efacde41a50840e6c9d6a7620d83 311 0.13/1.00 vMB 223
207,566 207,566 000000000000026a8ded86eb5f085b52e4000fe9f0b76c4fb4530b07ae750b4e 33 0.02/1.00 vMB 194
207,565 207,565 00000000000003d441d62503d452b00f6b542c9713e8ec1f57ca3595c4fcf2df 105 0.04/1.00 vMB 137
207,564 207,564 0000000000000478ac5c17eae56477f5131f2d946428ec20e9c37fd94289ddbf 156 0.07/1.00 vMB 143
207,563 207,563 00000000000004510b68bc49f0722286e4a64a0b0b407032b13d6d177e0780d8 13 0.00/1.00 vMB 0
207,562 207,562 0000000000000451b2d67d9eff0c364549a40feeb9ce365ccf069e514384f3c8 193 0.12/1.00 vMB 122
207,561 207,561 00000000000004baab7154f44ba73ec88255e7d3c863416e16e51543c8ceaac7 472 0.16/1.00 vMB 275
207,560 207,560 00000000000001de9bb4b28406e59728c0912f6d88306c96a892e4ead7bafdad 116 0.05/1.00 vMB 178
207,559 207,559 00000000000000f2f9621bc57055eb1e0ded35bcc95dafc5c333b03858da441f 33 0.01/1.00 vMB 38
207,558 207,558 0000000000000426e83c79179bc513c3b5aa660b1af2bab1b39d0af1a2352c14 134 0.06/1.00 vMB 142
207,557 207,557 00000000000000f9322c6670178437bed995a832f1d14c46b294198121b9c54b 339 0.13/1.00 vMB 190
207,556 207,556 000000000000029d61988cd8705dca193e19e9c00b3a65be2720e9cf62857bcd 6 0.00/1.00 vMB 6
207,555 207,555 00000000000001d0100b76aaccc47e89ebcc16b92ef4b8d9acb8a153a5af6282 440 0.15/1.00 vMB 206
207,554 207,554 00000000000004006e9ddb71c0f7bccd4742d8a2cea25af52dc7d64c0317e58d 70 0.03/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.73 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.