Loading Tool

Explorer IconExplorer

Memory Pool

22,010 transactions
5.91 vMB
0.07954612 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.33/200 MB

Candidate Block

Mining Attempt ae0066373e7a78a44af9cdbc06266654055cd0fc71a9274eef84b26df67a9fcc
Version 20000000
Previous Block 000000000000000000007013495acb59d94701ac469edc7ffea3f94a0d25a935
Merkle Root 63bcb59e9794059f4d57b7e2cdd37f8f3c801b8da8b35f70578fc96fd8b6afc1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,151
Size: 1.00 vMB
Total Fees: 0.05283451 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,156 (664,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,461 248,461 000000000000005cb2ccfdc81ef2628e34e415231b3891db75689d0a160d8cba 0.22 MB 481 148
248,460 248,460 0000000000000067599b8bd092340f84531d2743fc6b15c8c6808b9a3dfe856e 0.00 MB 9 18
248,459 248,459 000000000000004138585dfcf4cf5a03434470e06348e2dead2cd5b49e0eb82c 0.19 MB 433 141
248,458 248,458 000000000000002b915d6c889fbfd35b6cd9b671261717061a2653aa8a9f0a63 0.00 MB 10 19
248,457 248,457 00000000000000848981f4794df700684571f9c231c3651825ed5c2c2685777e 0.16 MB 340 111
248,456 248,456 000000000000004c1e1194db7c8fd63a349d3119e751f2d08691268b62d05cb0 0.00 MB 10 70
248,455 248,455 0000000000000033bd2cf55d3a3e2110ec7522a69d7dd17f08a833999db1eeab 0.11 MB 215 105
248,454 248,454 0000000000000058de282da78cb8b11553d3836d56f88d3cad709c580c929c2d 0.03 MB 58 113
248,453 248,453 000000000000004c6a5d9b174064884a7beb2b4f6f9ff18d34a909d548d02199 0.11 MB 212 115
248,452 248,452 00000000000000840a2afc8aabaff84df75f33608f76a470ad8e2658bf1f95f5 0.07 MB 131 110
248,451 248,451 0000000000000045443c56be54c547930936d8dc9fa7584db5b2a434e491ee55 0.13 MB 364 143
248,450 248,450 000000000000007d927dc70f4a5bb57ab82bdae26eb01ab175df88b9389e166e 0.02 MB 36 52
248,449 248,449 000000000000002d036b2b9cdeefaf5f9203a8ec0ad144e7420a7568d60a81c0 0.04 MB 69 98
248,448 248,448 000000000000008858ee00716959c8780ec5fd0f00c6a21854e0fdedde9006d1 0.10 MB 252 148
248,447 248,447 0000000000000080cc08b012b4b2721ddd8445f780218bafb633b6c07d4c4954 0.09 MB 151 99
248,446 248,446 000000000000003dce0e8c3a8b0ee13e8e1d0e33c59da9439b9b1b7b2e106c5b 0.14 MB 257 102
248,445 248,445 000000000000002b73ff6aadf03f21eecb4402ccb5dd235f0d3d0c1696c53efa 0.11 MB 256 59
248,444 248,444 0000000000000017cdffa4a309a009fd51e9f9c4f5467272bb46cd8ad7c1055e 0.25 MB 605 162
248,443 248,443 000000000000007c8d58058bd91fea8f69685a81fabb5848d7faf482ced86a62 0.08 MB 183 130
248,442 248,442 000000000000005a1ff17d2619bc37c962bfa7b83563f25cb0a83d5233d8528d 0.03 MB 53 109
248,441 248,441 00000000000000424497ca89dd880fb31f894029589753b878bdf2a4b479eec9 0.21 MB 356 98
Previous 10 blocks ↓
Total Size: 779.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 36
    • Outgoing: 11
  • Data Transfer:
    • Sent: 0.55 GB
    • Received: 0.02 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.