Loading Tool

Explorer IconExplorer

Memory Pool

79,745 transactions
29.51 vMB
0.06397758 BTC
Random Selection Loading Transactions
Max Size: 178.11/200 MB

Candidate Block

Mining Attempt 2ce1b7fb9e8b0497a2700ac0c7ee88577fca76e147211394da34eb9ef6004a12
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1d02214b193ed6d1e87a0e1595dc13c2847fdc59539bc1e719884ef632baceee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,698
Size: 1.00 vMB
Total Fees: 0.00394502 BTC
Feerates: 60.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (325,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,329 589,329 00000000000000000001b33645488685fdee44599cd69d6e4132d460b298c9cf 2,995 1.00/1.00 vMB 63
589,328 589,328 0000000000000000001917011984ca5a3c3c30a600494ed402fa3f1dac64a8da 2,877 1.00/1.00 vMB 29
589,327 589,327 000000000000000000183c91838c14f6afcab863f3ce840d18d5ced3edc1eeca 2,841 1.00/1.00 vMB 25
589,326 589,326 0000000000000000000bd2c48d3eaa7f807136133c7b9fa0246b689f861279f7 2,680 1.00/1.00 vMB 40
589,325 589,325 000000000000000000032ec41fbde0d018b43e059dd83ce83d568a5471d8114f 2,364 1.00/1.00 vMB 67
589,324 589,324 0000000000000000000f9dba07bc3461d28071b938254b318cc9bbfddb4c21a4 2,408 1.00/1.00 vMB 10
589,323 589,323 000000000000000000042d33fbcd954aedc904dded734934d553878fcf3caf34 2,662 1.00/1.00 vMB 33
589,322 589,322 000000000000000000157b43681548b79931002a9d14cd32297b0e1fe6e843ad 2,920 1.00/1.00 vMB 56
589,321 589,321 00000000000000000007e50c450bead3c6e6734c7d1fa31a3ee16a1c6b8e496c 3,205 1.00/1.00 vMB 80
589,320 589,320 00000000000000000017daf8bc764965ada395d601bc9ce8a4cacd66769f72b5 2,501 1.00/1.00 vMB 47
589,319 589,319 00000000000000000015e7f311e320969e6daf474029e0a54a9498daf6655e4e 3,084 1.00/1.00 vMB 76
589,318 589,318 00000000000000000016be0063be13db4112cb07a1bb69d369b8d26ace58dc52 2,908 1.00/1.00 vMB 96
589,317 589,317 00000000000000000013d057c866a78ec389714c3de544c51d9084710277a764 2,217 1.00/1.00 vMB 41
589,316 589,316 00000000000000000009caf0c5d2b9a200f4f63b1373766712806c16c5ad75a1 1,867 1.00/1.00 vMB 25
589,315 589,315 00000000000000000019f80d5eb38a80ca9a60fdd6f405eb5aeeb3157f122d0d 2,589 1.00/1.00 vMB 24
589,314 589,314 00000000000000000000de5b894a8f21a17cc855752b6cc14a4bfebd871ebc47 2,041 1.00/1.00 vMB 49
589,313 589,313 000000000000000000189a96e24cb4b3c951c05d38527aaae03f8f845f7f7a8b 1,153 1.00/1.00 vMB 28
589,312 589,312 00000000000000000009717d7b2631df2795ecee1368bb02e07fd37fdc3a2e4c 2,470 1.00/1.00 vMB 59
589,311 589,311 0000000000000000000e30774cb956fa94e2848d37b3ea64cc385e059b69a8f5 1,988 1.00/1.00 vMB 6
589,310 589,310 00000000000000000009f2b61de34bc09b79e63c71300fb22a5a3789aa90f2e8 2,452 1.00/1.00 vMB 62
589,309 589,309 0000000000000000000e6e789774a7a0132cd425553d273a1ecab4489c6b702f 2,176 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.