Loading Tool

Explorer IconExplorer

Memory Pool

75,135 transactions
27.79 vMB
0.07768521 BTC
Random Selection Loading Transactions
Max Size: 169.17/200 MB

Candidate Block

Mining Attempt 71b5b337951baddaa0d9390f83ffe9bb4092c05c147863b71b411015ed6f0bf3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 83a7158b7422d6f0558fd13b15a5dc1740230d918667f6c9bd5f3cd7ef03324d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.01819200 BTC
Feerates: 150.80 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (454,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
460,391 460,391 000000000000000001dc0a5587997a74b18f3fb954eb151218f448ef5a9a5212 2,430 1.00/1.00 vMB 259
460,390 460,390 0000000000000000012ffd7a1015ead1071229214497a4e8e39cb72864216a11 2,233 1.00/1.00 vMB 182
460,389 460,389 00000000000000000095f0c1ca2d1dfed295c302f7f9e444ea77b1e77ae37081 2,518 1.00/1.00 vMB 177
460,388 460,388 000000000000000001d145e93357521da27d813b9040d2578848e592ea120775 2,416 1.00/1.00 vMB 188
460,387 460,387 000000000000000000d4dab6523dfaa88bd014e399a739c8b757c1f1be6a6efc 1,922 1.00/1.00 vMB 138
460,386 460,386 00000000000000000035def3cfb5618f9dd369b495be8c215995a349349cfdfe 1,912 1.00/1.00 vMB 201
460,385 460,385 000000000000000000016b2c1602d1e1f3a1a096e80811bcbb8ad700e40a0eeb 1,371 0.75/1.00 vMB 149
460,384 460,384 000000000000000000bdd984a6fa0fe3952f090e8051d87fc34cef160338a9b4 2,217 1.00/1.00 vMB 183
460,383 460,383 000000000000000000999dba0060093ffe7331c6ebd765b3d0bb7d84a9e1ce03 2,142 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.