Loading Tool

Explorer IconExplorer

Memory Pool

78,480 transactions
29.14 vMB
0.08242730 BTC
Random Selection Loading Transactions
Max Size: 176.37/200 MB

Candidate Block

Mining Attempt 5eb9e346916abf3961fecd4e273230dc7f7a0d3ce27cae747241f99cd7113c2b
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root b5bfaff2a67e0b83a2110025b60dcbb809f3e44b89e088dd8be1b71ad2d5c690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02153281 BTC
Feerates: 178.73 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (657,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,388 257,388 000000000000001e9881ab3c5678aac1488183d9f0e4b17bdc0b23bcdff01f73 275 0.11/1.00 vMB 100
257,387 257,387 000000000000002bc5f1afdcabdf8dbf0538e16e2a9e4a157c3f39d404d9f1cf 57 0.02/1.00 vMB 99
257,386 257,386 00000000000000261741f5b001314ffa1bfc8d2b134a22acc6cb92c732687d9b 75 0.03/1.00 vMB 84
257,385 257,385 000000000000000dcf4b95f0bcdb7490ded6b443f98db542fa7dac7168b837b6 34 0.02/1.00 vMB 43
257,384 257,384 00000000000000143b1d9bd93cd8dbb9a82fbb4eef974610542a8deda5e7caa1 79 0.03/1.00 vMB 92
257,383 257,383 0000000000000005de3c83fb7861afeb80f2541a6fec495706f5f14fa9791ca1 169 0.07/1.00 vMB 106
257,382 257,382 0000000000000009748ed253d9b5d236e51b5bcbb569f0a5707de04b3dfe9897 286 0.12/1.00 vMB 97
257,381 257,381 0000000000000001c2d3c7d84be9ee1449e954edf036ec1b9501dbea1a067cfd 293 0.11/1.00 vMB 90
257,380 257,380 00000000000000292a40416346a7d47ee64140e9eb0ab5011a24371d03736fea 142 0.05/1.00 vMB 95
257,379 257,379 00000000000000129d57924f4fcf20454c2ef6feb66229972f3238226893a131 488 0.28/1.00 vMB 86
257,378 257,378 000000000000000c7778dd6207ed979fd83a2a1ab21b3fc707dd92ede8388ce2 133 0.05/1.00 vMB 122
257,377 257,377 000000000000002b98e7b6eb876a4d5e93f28ad52ea075e33f02854e03227b8f 106 0.04/1.00 vMB 98
257,376 257,376 0000000000000007a66ad966cb2af1fe77d84398f5a0a409e73ed7f9806c17d4 288 0.11/1.00 vMB 122
257,375 257,375 00000000000000001d5914d93b65e4eb361c689f8d9632474d4f77b2fa7bf4af 203 0.09/1.00 vMB 92
257,374 257,374 000000000000002a247847cbd630799a01dcd627382ef1a48237d16e9ba924e5 539 0.20/1.00 vMB 107
257,373 257,373 000000000000001b3bf2ab57f28ed92553d270b23cd942a75712e9c7d73df739 112 0.06/1.00 vMB 107
257,372 257,372 000000000000002281a517b4eb2fbfc5ad2d332a88bdc9c7145da60e3846a932 3 0.00/1.00 vMB 10
257,371 257,371 0000000000000014a052e665e9f30ec651d66cd876cc288536637b714ea42801 568 0.22/1.00 vMB 125
257,370 257,370 000000000000000235603d28d6792d09c8609e4dd9a9b4290ca5a6fcd8c2ca2a 449 0.17/1.00 vMB 111
257,369 257,369 0000000000000029c2a3afe9b30db1b804ece63f9694084e6440c6404ae335ad 206 0.08/1.00 vMB 108
257,368 257,368 000000000000002c58fb759e6f32dd386a4b952920f601d2e90f8e5b209d9b63 188 0.08/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.68 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: 678.11 GB
    • Received: 16.44 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.