Loading Tool

Explorer IconExplorer

Memory Pool

78,618 transactions
28.87 vMB
0.11016228 BTC
Random Selection Loading Transactions
Max Size: 175.27/200 MB

Candidate Block

Mining Attempt 56eb4f1901fe5c8d5389e0ca1d71e6d15449b09d521508e5cd079bc2b02c5b3e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 156e2e57fd304f04cd7e5774967ed33bb779427cff7292f3132a88e8abaf958f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.03929605 BTC
Feerates: 602.26 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (209,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,147 706,147 0000000000000000000c2de932e110722e48309a16787e481a54d0f2a810025f 1,284 0.50/1.00 vMB 12
706,146 706,146 000000000000000000054c15c6b6870593fcd4341365e088402a0dfe296fc2c7 539 0.41/1.00 vMB 10
706,145 706,145 0000000000000000000d07c1a83859d4fee5c69126eb59389489ae2dc9b2ace5 1,255 0.43/1.00 vMB 13
706,144 706,144 000000000000000000069b66ea375129645ec30bc579e2f365e074f7382837ae 908 0.30/1.00 vMB 13
706,143 706,143 0000000000000000000a7a67b7ddcfb64663c13ca332869d1f47497010300e27 1,456 0.55/1.00 vMB 11
706,142 706,142 0000000000000000000c84524b385ed6660b5ba08ebebc912109a94de84d0a8d 588 0.52/1.00 vMB 4
706,141 706,141 000000000000000000002efcb8fbb9aaa2f0466816140e90f388e1f282224c0e 2,400 1.00/1.00 vMB 2
706,140 706,140 000000000000000000010875be01a0f4c63441e4585a45495e59b3f717f9eca9 985 1.00/1.00 vMB 13
706,139 706,139 000000000000000000070a89fd922446e37f4b303deae16efedc42cfa8d50e90 1,445 1.00/1.00 vMB 16
706,138 706,138 0000000000000000000a2455e48d067dfe6fd5a677178f7aefd573d1d3a9cef3 3,102 1.00/1.00 vMB 17
706,137 706,137 0000000000000000000d2b0c6cc4a30b7ab45d0dfbe9ab60caa2a6cdfa6d18af 1,205 1.00/1.00 vMB 5
706,136 706,136 00000000000000000003e79935ea65ded5de38ff45862899f13187b1f5bc430c 3,355 1.00/1.00 vMB 8
706,135 706,135 0000000000000000000b2c973677d66dc9c551c027b974979dd2b166e3191e2d 2,820 1.00/1.00 vMB 21
706,134 706,134 00000000000000000009c46770c0f17f6034b1b6fe465936e5397b91cd404725 3,462 1.00/1.00 vMB 11
706,133 706,133 0000000000000000000a5a3f682b9f4c4a9f28842d61fe9e48143e2225e9fa35 1,150 1.00/1.00 vMB 10
706,132 706,132 00000000000000000006c35d241c8affc9f276b46ffd69bca02d38bf624f5e05 2,187 1.00/1.00 vMB 19
706,131 706,131 0000000000000000000651c8a5f91880f2a588d5fadf9bd649180dab823314e6 1,766 0.59/1.00 vMB 17
706,130 706,130 00000000000000000005d80f76c8b310e76d90ce3edfc8f95b0af8bad1a9dfe7 2,562 1.00/1.00 vMB 17
706,129 706,129 0000000000000000000dce7c38b57ba6eb3bb6e44341d211a0691eb87f53a788 1,649 0.73/1.00 vMB 8
706,128 706,128 00000000000000000008816b1c767f70b0ce1f3248dd58e12a1d08e93475b7f4 2,943 1.00/1.00 vMB 6
706,127 706,127 000000000000000000047a93cd2ec3dba17e340c5769fa1131690270076110db 2,879 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.