Loading Tool

Explorer IconExplorer

Memory Pool

82,912 transactions
31.26 vMB
0.09874677 BTC
Random Selection Loading Transactions
Max Size: 191.28/200 MB

Candidate Block

Mining Attempt 842f89194e0729d02911203b78ffee42ac7d604248c24b2248106b65a47c727d
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root d2a38883852b66e95fb10b42f4c5aea06cc391740d119fd70bd2a2c1bb3025b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.02784532 BTC
Feerates: 301.05 > 2.79 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (454,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
460,382 460,382 000000000000000001532295a58bfa76610a6438ab4286a5c9c1e214cc0c4ae1 2,317 1.00/1.00 vMB 163
460,381 460,381 00000000000000000006ce24046c1ccee4311c66edbac50f0f01dd345c5fc5ec 1,060 1.00/1.00 vMB 96
460,380 460,380 000000000000000000085ae9200e8fd557ba6f1924d09e844a3f4e5a27a04cd6 1,807 1.00/1.00 vMB 187
460,379 460,379 000000000000000000cfda3118380af5b791712e221b7d6917690bc6a524852e 2,453 1.00/1.00 vMB 176
460,378 460,378 000000000000000000b0961ae51e58962e036cfa5aa4e45df2010af507e382d4 2,349 1.00/1.00 vMB 226
460,377 460,377 000000000000000000f5d188dce1e2c0801207c6abe52e2e25d7efd000d20484 1,973 1.00/1.00 vMB 178
460,376 460,376 000000000000000000d649119866edea2c9af1f6841b82cac622321ef99b9c54 2,448 1.00/1.00 vMB 194
460,375 460,375 0000000000000000000d91e925350a1ae5948a908f78cce058043b0ec50c617c 1,610 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.33 GB
    • Received: 16.89 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.