Loading Tool

Explorer IconExplorer

Memory Pool

85,780 transactions
26.61 vMB
0.14571756 BTC
Random Selection Loading Transactions
Max Size: 167.16/200 MB

Candidate Block

Mining Attempt 3fcd249e1c7e10b869b2510e7d964e1dc6f7a7f28920645a482232d2b2bc9be6
Version 20000000
Previous Block 0000000000000000000075bb338de6031a395491f0ac954c5e0750a7e1a1e68a
Merkle Root ce9b31df6ce2bbb834e0d6807fd838526ec0b9cf202f940fec5afad0dbda9e68
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.02474689 BTC
Feerates: 34.76 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,654 (846,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,304 69,304 0000000000530f1985b177eaef0626d58e33a5304c929b51ab7c16b8adf6389b 3 0.00/1.00 vMB 0
69,303 69,303 0000000000548692b24a940fbed55312a103ae63a9c7c3538128449a6b6780d6 11 0.00/1.00 vMB 0
69,302 69,302 0000000000bbc5be1502aa13ed8e44b8b5b00e32e1712ab149951fdcf78876da 3 0.00/1.00 vMB 0
69,301 69,301 00000000011c1cc8b0170c0337e3bf2011718f7b2fe5caba7954c0e04b59c747 2 0.00/1.00 vMB 0
69,300 69,300 0000000000989937bcdb9903e0209252d34fc55627ab6a318777542126a5a1f4 3 0.00/1.00 vMB 0
69,299 69,299 0000000000278db0c37dbaacfc693f47bdba81c8126b88d04d8540a8fb1d62a0 4 0.00/1.00 vMB 0
69,298 69,298 0000000000ea37e7fea2bbd670f4816267ae123fbadd7f5c3c7644448e8983dc 2 0.00/1.00 vMB 0
69,297 69,297 000000000140c896ebe32221eb24626b14003fa2c438205dc624f31e41b92b7f 1 0.00/1.00 vMB 0
69,296 69,296 00000000002a58ab42367e1be8a991cf9cc9931b7961931272a9ee8fd00de7f2 2 0.00/1.00 vMB 0
69,295 69,295 00000000007e9ed6774faf6c2d698f6c4ee121ee096cb735e7605411b7f88807 1 0.00/1.00 vMB 0
69,294 69,294 000000000080f8ab5bcc6a6b7f91c6a2ccbb4dc8409d9e0face992227e5dfb15 1 0.00/1.00 vMB 0
69,293 69,293 0000000000302547ab1b578a3528d97923b198e60e877fd441b472a0be94d58d 1 0.00/1.00 vMB 0
69,292 69,292 00000000007f5ebbe57787454aa6b322ac927b557a54e94fc2307bfbc2afb062 2 0.00/1.00 vMB 0
69,291 69,291 00000000001a2afac3dc386f620ff97eccf994697d83f442fd55fd160d52bb97 9 0.00/1.00 vMB 0
69,290 69,290 0000000000158611edcbdd8578b952ca74189ed4609c98f148690b71e8f52e48 2 0.00/1.00 vMB 0
69,289 69,289 0000000000e2eca98f3147e61368fa1c208e41ff45e51398ae5373c4ee8b3993 1 0.00/1.00 vMB 0
69,288 69,288 0000000000c3a8b669ee62a47fe2dae0aebfa695ab0c290ccf7e81dd32b947b9 5 0.00/1.00 vMB 0
69,287 69,287 0000000000a879d532ddeecbb4e7ca7080fc8cbbdf33689855370aea52888a82 1 0.00/1.00 vMB 0
69,286 69,286 00000000001263b4c26f1681de25c6eb386f2665119263efa9df41b3af37e60e 2 0.00/1.00 vMB 0
69,285 69,285 000000000083d9b69f5a682ebec723ceeb39db89edef15cce39ce07c66d664d0 1 0.00/1.00 vMB 0
69,284 69,284 00000000004eb0a78d952a70a62058717f089ecec26023923b4fa719ecbc72ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.35 GB
    • Received: 20.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.