Loading Tool

Explorer IconExplorer

Memory Pool

79,677 transactions
29.25 vMB
0.11742537 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt bd556363f7c4fa0bfc46e853f791972c7c9ea4fe79ce0b33818afcd93b12e2ee
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root d722e6c1bb6da4bdd187026e2fe1a743aee243ac22c250d3bd35b319689bc416
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.04169604 BTC
Feerates: 477.45 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (343,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,026 572,026 000000000000000000135593a45f2b0235ef1d545d4ea7e46e69de375195fad6 2,911 1.00/1.00 vMB 90
572,025 572,025 00000000000000000018400584fa82cf0dce7189743b19e04843b3a1fc0509f3 1,778 1.00/1.00 vMB 73
572,024 572,024 00000000000000000021306edefc33f48cf64e7746f5daec5ca4778bd87cd9bb 2,624 1.00/1.00 vMB 86
572,023 572,023 00000000000000000015c7ec4ba1b71a42e576fb704859e94affeec916d16a7c 2,910 1.00/1.00 vMB 76
572,022 572,022 0000000000000000001b2c82cce0eb368174a46024d7fff5c007659c3c0c02d2 2,754 1.00/1.00 vMB 52
572,021 572,021 00000000000000000019bab34748fb7736c4dea213a4b29bb081a9a9a0e9a1b9 2,976 1.00/1.00 vMB 69
572,020 572,020 00000000000000000008399dc8bb5de924493412104c3221a309de7f424077d1 2,709 1.00/1.00 vMB 73
572,019 572,019 0000000000000000002b9c57dc7401899359503dfaa4f8a05a2cdd12a9d29b4b 1 0.00/1.00 vMB 0
572,018 572,018 00000000000000000021473c867d5338af5e09406be1bf89da6732906e95825a 2,399 1.00/1.00 vMB 59
572,017 572,017 000000000000000000197171f7809ed8a2e5ed1093b405572ee97f3f534583bf 2,034 1.00/1.00 vMB 55
572,016 572,016 0000000000000000000ea54ea3990e5f9480bfb5513bbfbd71e7f6098abdb567 2,578 1.00/1.00 vMB 71
572,015 572,015 0000000000000000001494987eea50c19ac0dd5358e4d2d22380e368c1dbfe56 1,816 1.00/1.00 vMB 57
572,014 572,014 0000000000000000000d31f8e75c2803d10fcdfe81d0d2fcc535e09dc496f785 2,307 1.00/1.00 vMB 69
572,013 572,013 0000000000000000002a60164c32b83715b8f40b855566f31f78e791ec0105e9 2,668 1.00/1.00 vMB 71
572,012 572,012 000000000000000000154c38f37086647531fd7089eedf914a91c5b41fce4e17 2,675 1.00/1.00 vMB 85
572,011 572,011 0000000000000000000c986cc0e0e70deb55bde9cdea04bc943d0531e3926015 2,416 1.00/1.00 vMB 58
572,010 572,010 0000000000000000002110e020919dd096e67f66c0c60fcb45730cb9990e96a2 2,887 1.00/1.00 vMB 57
572,009 572,009 00000000000000000020b3892effe898224f6a0e15d4d50dc17afe11a7b53ae4 2,445 1.00/1.00 vMB 68
572,008 572,008 0000000000000000002b5087dd0a2557e4d5aa7286377a3253efe8ca021a0e97 2,411 1.00/1.00 vMB 70
572,007 572,007 0000000000000000000d7539987b3ad098c4b9016b75515b0e781718c9b48517 2,717 1.00/1.00 vMB 74
572,006 572,006 0000000000000000000234172e5da3818b1f8bbc73b3f6d5baa5448f43f847ca 3,100 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.