Loading Tool

Explorer IconExplorer

Memory Pool

82,685 transactions
31.12 vMB
0.09198118 BTC
Random Selection Loading Transactions
Max Size: 190.74/200 MB

Candidate Block

Mining Attempt c5fc3e058613a971ec317a7097e65ec4c0d6580f31a5e7b63fe339e80af267fb
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 36ebee91db8a332d5076e0f357c190938210c74ce1381dd59cd9ce449badea83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,386
Size: 1.00 vMB
Total Fees: 0.02190943 BTC
Feerates: 235.42 > 2.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (454,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,412 460,412 0000000000000000016c6c1e9256b3be561d14a7033282cd4db9bbe2d3e02b59 2,379 1.00/1.00 vMB 193
460,411 460,411 0000000000000000006c56c47cd49b176c5c8ac8dfda07216323aba4f15bddae 1,581 1.00/1.00 vMB 158
460,410 460,410 0000000000000000014db2ea96c3a9e140c87f49b95a5b0d0467ef635f292420 2,390 1.00/1.00 vMB 283
460,409 460,409 000000000000000000062637ee240900ccae223a6d09b5f311170da1efd283f1 2,313 1.00/1.00 vMB 154
460,408 460,408 0000000000000000020c2750ee85fb0d76c2c20f069cd9ec7da44e7d68af668d 3,668 1.00/1.00 vMB 136
460,407 460,407 00000000000000000075fb56ff58e926a6292fc078e963eb56d892490c4005bb 2,250 1.00/1.00 vMB 127
460,406 460,406 0000000000000000021c25b8ecf2c577a2eb151157100cf61e4657b4b16a1d70 2,362 1.00/1.00 vMB 142
460,405 460,405 00000000000000000014a06fe79e615aa1646558103a3f6976998797a3b85eff 2,120 1.00/1.00 vMB 205
460,404 460,404 00000000000000000201e12e1292aa8e1412ab1b84ad37d8e515fe62e2f739b7 2,493 1.00/1.00 vMB 123
460,403 460,403 00000000000000000225d57439fa8886b39f05f7faea522b02e6f67e75e1a26a 1,427 1.00/1.00 vMB 154
460,402 460,402 000000000000000000e104bb94545d377b3d6b8f4cce55024b2c2ecf76a48b6a 2,349 1.00/1.00 vMB 171
460,401 460,401 0000000000000000021a77f456945e7acac380be5868bcb8cb9fb9e466ce522c 1,939 1.00/1.00 vMB 150
460,400 460,400 000000000000000001592d85bcef8e2b6d19bee1906a40afd63757aae58002cc 2,632 1.00/1.00 vMB 171
460,399 460,399 0000000000000000015eb2e47091e1787c293d94c3e952dc515d490bf7eb9969 1,682 1.00/1.00 vMB 201
460,398 460,398 000000000000000001c7c0da9e1d175251ed524f47d207795b58e7a5b12c186c 1,738 1.00/1.00 vMB 275
460,397 460,397 0000000000000000002aac0b4e4911102e74c808c3350cf010307786622bcb7f 2,502 1.00/1.00 vMB 212
460,396 460,396 0000000000000000017e80c54492cb93f449e185dbad5a37ccc510dd70e05df8 1,783 1.00/1.00 vMB 197
460,395 460,395 000000000000000001505eaeb9aac79ed180d866a3a0102e22515245d5b6f99f 1,115 1.00/1.00 vMB 151
460,394 460,394 0000000000000000021d07640254f2195c6cdc6a3ece6f4ce2ce189f841c5508 2,607 1.00/1.00 vMB 173
460,393 460,393 000000000000000000a62ac949115b1eb38bf3030fd4466b3b59cd46eb09f7c7 1,787 1.00/1.00 vMB 181
460,392 460,392 0000000000000000006ba4ff8179b7d750ddd26439f43528d83c9fe0a4d29958 996 1.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.79 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: 709.76 GB
    • Received: 16.98 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.