Loading Tool

Explorer IconExplorer

Memory Pool

82,219 transactions
30.24 vMB
0.16931767 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt 3eef8ae1154e14bcdf6d6c7b1a2ed87935a3a2967ba1602b53696fcd01dcca33
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2b1eb446989de5acaa5b47f2e0d8228cef6a9c7b34c6dfbc235b67274aff3d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.06443986 BTC
Feerates: 1,002.91 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (219,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,044 696,044 0000000000000000000a14a52bdcb05a58f1402b1501dcf47745bff00e71e787 2,456 1.00/1.00 vMB 6
696,043 696,043 0000000000000000000b5146ea082b6ef4efea0d599474e614949f91b9d80354 2,781 1.00/1.00 vMB 25
696,042 696,042 000000000000000000017d9e818fc44b4842bb0651e98c2703e8d7d7f65a8d9b 1,506 0.57/1.00 vMB 6
696,041 696,041 0000000000000000001083f49bb4e628b00c5e9ce63d23a5e53c2d5029b1fffd 2,673 1.00/1.00 vMB 13
696,040 696,040 0000000000000000000f3c189250566ac972a9ec82b2b6707d464e7408f98b4c 1,275 0.48/1.00 vMB 14
696,039 696,039 0000000000000000001198a07f56bbcf5530afb337fa3694c81d7ea631357b8e 1,538 0.89/1.00 vMB 12
696,038 696,038 0000000000000000000e7e1fed3e69e4423577161f6317c8565dfcea35f891b6 401 1.00/1.00 vMB 2
696,037 696,037 0000000000000000000c6eef6090c4d5c8b46f7d707fcce3c2f8f3dd8be70e78 2,379 1.00/1.00 vMB 14
696,036 696,036 0000000000000000000ea9d06a0fe23a4d5ad47b27b8acb63177e7d24eec4e6e 1,744 0.89/1.00 vMB 11
696,035 696,035 0000000000000000000af0f6363ac56f719ed009dff41bf953b80b599224f8a7 184 0.06/1.00 vMB 20
696,034 696,034 0000000000000000000ac4c8ebb81c8899edeb04e02ed77c1c081aa7b9519214 2,429 0.95/1.00 vMB 12
696,033 696,033 00000000000000000007aebe6ffcb37fbcaf0188555f671ac606620a5f3d692b 1,104 0.47/1.00 vMB 12
696,032 696,032 000000000000000000087ff2ae69c8adcd07404b4730440c01044afc189a2f73 1,158 0.49/1.00 vMB 12
696,031 696,031 0000000000000000000c8571da4b82d9d517f3748230366554e1afa0fd21d198 1,603 0.68/1.00 vMB 10
696,030 696,030 00000000000000000004b6dc4a20b2542aade5cf22feeab39c3cb6f1da4cd52a 157 0.12/1.00 vMB 7
696,029 696,029 0000000000000000000c9b55cc9de70a433635bcdba4743cfc669cb44cf700a8 227 0.43/1.00 vMB 3
696,028 696,028 00000000000000000001b8013f990ef99b9a27036f694ed466c47a1185ecc82b 1,950 1.00/1.00 vMB 9
696,027 696,027 00000000000000000003c841888a753b9ee8fa7f83b6bdc2ee0b385d180fe691 814 0.29/1.00 vMB 2
696,026 696,026 00000000000000000010be5a716e4b20750b0ea29b7a64ce18a8ed880135308f 2,450 1.00/1.00 vMB 18
696,025 696,025 00000000000000000000c8e56a4b63346c080efe52143f6a704e708a5dcd17dd 982 1.00/1.00 vMB 13
696,024 696,024 0000000000000000000a23bb9802448aeadc0817b77dc45f6977ffb85160a095 410 0.55/1.00 vMB 4
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.48 GB
    • Received: 17.55 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.