Loading Tool

Explorer IconExplorer

Memory Pool

80,715 transactions
30.03 vMB
0.12423016 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt d279914a23559ce04330a997ec9889c71beb60e5bbf11760ceba4b21abf33054
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root bbb0d02454e8970b8b31610eb920fa010c78eccf2df42d40caf811cda487b7ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.05123681 BTC
Feerates: 242.90 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (342,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,579 572,579 000000000000000000012d7e71a72bb16910d07f5db0bc2e50d4df24aa2192cf 3,147 1.00/1.00 vMB 22
572,578 572,578 0000000000000000001fa47b89a5cfa6930dc181fc9f126a5a28b68b380124c2 3,220 1.00/1.00 vMB 24
572,577 572,577 0000000000000000000fa91477f612653dd21c9f86b97f61807bd7e4a11f34ba 1,976 1.00/1.00 vMB 49
572,576 572,576 00000000000000000021ff40085123261bd6bfe8613a461dea1f182b63b08bee 2,719 1.00/1.00 vMB 71
572,575 572,575 000000000000000000041f1b4467cb40cf1b6d262752b683ceb1b579d06c01da 2,510 0.74/1.00 vMB 20
572,574 572,574 0000000000000000000c7fd2dd569d4e3c5cb12bfd8addd69395eae939d6a9d9 2,453 0.82/1.00 vMB 24
572,573 572,573 0000000000000000000dac0ba3ceb7e8ba0b7ad3ef2a90c0a9f128c43a831b43 2,047 0.75/1.00 vMB 18
572,572 572,572 00000000000000000009f6dbe4dd8caccaa92e75cf7757f7eefbc7454eb5f89c 2,852 1.00/1.00 vMB 30
572,571 572,571 0000000000000000001d4beaadc1d95e1f862fd6191eaee5f0b06c3551ad3b4c 2,946 0.96/1.00 vMB 15
572,570 572,570 0000000000000000001955817120462c8ded14d3bc0bf71af68e4d639b291b17 3,328 1.00/1.00 vMB 14
572,569 572,569 0000000000000000001508b08c2b531e1d97562a3ee463d6aff2c40480621208 3,249 1.00/1.00 vMB 25
572,568 572,568 000000000000000000139aefed6c64fc5d82ca70a02209b737631854e9a6f939 3,285 1.00/1.00 vMB 35
572,567 572,567 0000000000000000001791d48d51078b5744a292cfedb1355f656f9c98e9ccca 1,514 0.70/1.00 vMB 13
572,566 572,566 00000000000000000015b8867118a503047da07cf90f04fc335aedb588e5b077 1,693 0.53/1.00 vMB 10
572,565 572,565 0000000000000000001e49c750ab864c168b2330748e902ad0f5f5c7594e177f 2,982 1.00/1.00 vMB 28
572,564 572,564 000000000000000000110e12804fc101f8130d43e3f4d3c00fd98a32ee22d662 2,125 0.93/1.00 vMB 12
572,563 572,563 00000000000000000019593d68bdf2c0ffa630a7858b59b886e3f0ae2c6bdf2e 3,176 1.00/1.00 vMB 19
572,562 572,562 0000000000000000000c4672357b56de7fce7d930a36f7405254b5dc1a78aa16 3,020 1.00/1.00 vMB 43
572,561 572,561 0000000000000000002a17a617c9b45b3d3295b222f51f3c577729d42b8b5991 1,033 1.00/1.00 vMB 4
572,560 572,560 0000000000000000002a890a38d52f931819cfaa66c169847df9e12f30a608d4 884 1.00/1.00 vMB 5
572,559 572,559 0000000000000000001e2873101b9602bcb1f604638f0c96e0efd06882947139 2,169 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.