Loading Tool

Explorer IconExplorer

Memory Pool

40,710 transactions
25.76 vMB
0.05056449 BTC
Random Selection Loading Transactions
Max Size: 134.59/200 MB

Candidate Block

Mining Attempt 728dc40d9c27cc414b6715b9e933957a55bcdcbf5efef75952afb093daf22d42
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root 17ac161417f2568fe92f146d66dfcc94c3cdf5749e3654dc2a341e13030b3cdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,851
Size: 1.00 vMB
Total Fees: 0.00392872 BTC
Feerates: 140.50 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (836,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,243 78,243 00000000006312827645848136a0b61f14e8dff62e1bb6d28f43940d77aa1d45 1 0.00/1.00 vMB 0
78,242 78,242 000000000008aa1c62ba5f4df53ac3cf2bd99a68fb7989ad02a6fb1d35e764ef 2 0.00/1.00 vMB 0
78,241 78,241 00000000001c86285b1c9a4e8ebf9004159d4df10255773542e25097c0a872f8 1 0.00/1.00 vMB 0
78,240 78,240 000000000024289c68defea7701458b429951b7d6d1dd497d3214930d1ff63e5 1 0.00/1.00 vMB 0
78,239 78,239 00000000005be889b918b1062d38e21668e87614b680f7fdc2845e047cc651c3 1 0.00/1.00 vMB 0
78,238 78,238 00000000003f798605b0e54805a5c99e1154d6732bc09338b54e0c49fc281067 1 0.00/1.00 vMB 0
78,237 78,237 00000000000be37de0ed8ad7c08ed6494c5aaee327a1ebf7abf2f11cdfab5021 4 0.00/1.00 vMB 0
78,236 78,236 00000000000f37cda7c7b4ca125fc6d5e647417e14d6a07e5618151d2cdbf2ff 1 0.00/1.00 vMB 0
78,235 78,235 00000000004e948d20737a1d01151d3455ff5b0f0fbdad4e62209825c762ec5e 1 0.00/1.00 vMB 0
78,234 78,234 000000000023381d51a1b81f634a2872d978186d43125677a89b1291edb07a9a 3 0.00/1.00 vMB 0
78,233 78,233 00000000004341025f7a55dac2b53b9820ed34500d5f8258afd5e1374e01121a 1 0.00/1.00 vMB 0
78,232 78,232 00000000003b7be4c4d22b1ab64de5c03e5b8eccfb6a908fd0e222f897c6394f 1 0.00/1.00 vMB 0
78,231 78,231 00000000004afb26d37c9df9c007636fa571e8fe3f376b273fcbab62e1e6bb16 2 0.00/1.00 vMB 0
78,230 78,230 000000000047d769352d9fe815b483bccbfff412be0437bca07c76a6e6d4fa39 3 0.00/1.00 vMB 0
78,229 78,229 000000000054fee734e2c2305e7883f5fa644105e1ccff3d2dab009bab9d83a5 2 0.00/1.00 vMB 0
78,228 78,228 000000000016056a8d7738d1e50ebbb95fed448fb5e4b25acaab8f1f345dd4a3 1 0.00/1.00 vMB 0
78,227 78,227 000000000032865432cd1f8ddea88c29688a2ed66be01215bd5f101dc468a424 1 0.00/1.00 vMB 0
78,226 78,226 000000000042d8987e4fad516250d55edb90dafd3bf8325082037ab30272d1c3 1 0.00/1.00 vMB 0
78,225 78,225 00000000000151349f8c6051272237b7407eb7e5e847159b1f4f8444cc451bb7 1 0.00/1.00 vMB 0
78,224 78,224 00000000005509603c96a17b9a708b4898ad396a11c00ad7aaaa0005106b1640 4 0.00/1.00 vMB 0
78,223 78,223 000000000024cc38269ffbd410225471e6dc0c324f68c7ef55f97fd845ed338e 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 646.04 GB
    • Received: 12.80 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.