Loading Tool

Explorer IconExplorer

Memory Pool

42,588 transactions
29.07 vMB
0.07565713 BTC
Random Selection Loading Transactions
Max Size: 149.41/200 MB

Candidate Block

Mining Attempt 19b78f3a4193b3d0e4cb9cb9813a3d6af448ec1b6eec1548de3fe5908d16eb7c
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 366f78187064b5c86024d3d1d850a81fb245f98f19f427a629a90980100828a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.01892168 BTC
Feerates: 150.75 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (448,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,492 466,492 00000000000000000184eeaa76f4bcb7a9c75be58ab865e8730db4a09c223e7d 944 1.00/1.00 vMB 110
466,491 466,491 00000000000000000040580bbbc62fce1a633710352a48f605ab764bd2560624 1,368 1.00/1.00 vMB 133
466,490 466,490 00000000000000000159bfe6b52e7e94af116f0fb22f7c756145577d2acc127d 1,741 1.00/1.00 vMB 162
466,489 466,489 000000000000000000292dedf255d9ec1af494ad3f6b8979f5d16df794eed748 1,823 1.00/1.00 vMB 160
466,488 466,488 000000000000000000697b3a95a0c2883c91696d3d57de215dae15afe5c87172 1,412 1.00/1.00 vMB 157
466,487 466,487 0000000000000000015e63271c529ea00a901e4fb3376c394ae758884e9b5ac1 1,255 1.00/1.00 vMB 135
466,486 466,486 0000000000000000010018ab0d2fecd54c58044c768fa1e5d9addf1b983a965e 1,584 1.00/1.00 vMB 122
466,485 466,485 00000000000000000101e112146b2c7693777cac2d7fcadcb9cef78edb852ddb 1,978 1.00/1.00 vMB 172
466,484 466,484 00000000000000000064fdc65a4d54a04c6df74b5e0dec457130fe6de1664472 2,238 1.00/1.00 vMB 192
466,483 466,483 000000000000000000d5e38c411f5c52a5f227dad44cee925dd98a006698d181 1,582 1.00/1.00 vMB 119
466,482 466,482 000000000000000000dac18a44102d228c21a3477573fbd9f8faea1712b04b0a 785 1.00/1.00 vMB 113
466,481 466,481 000000000000000001067b00ad187cbc9f4b6987b6405cb94a144524840af7d9 1,629 1.00/1.00 vMB 148
466,480 466,480 000000000000000000507512ae019c2e56d89231bd0378a3ed96f3370db2773c 2,210 1.00/1.00 vMB 134
466,479 466,479 000000000000000000d6216d3c6bae6ceae0918392d77952ccee76bae0deea52 1,854 1.00/1.00 vMB 229
466,478 466,478 000000000000000000403547b84c0e30c4450c77c9f50076689ba1bad04019ef 2,078 1.00/1.00 vMB 146
466,477 466,477 000000000000000000f46f33b37f182daec5cf9dd3ed680a2c6a1b5bcae543bb 2,071 1.00/1.00 vMB 169
466,476 466,476 0000000000000000001b29c4b36a6f9ccbb0213b02c7eb659c0eaee1244586fb 2,493 1.00/1.00 vMB 227
466,475 466,475 0000000000000000015bdeb0d56b00dd54410444632364494bd0111f6097b684 1,073 1.00/1.00 vMB 112
466,474 466,474 0000000000000000000d23518316cfbc70f1bbdf597ba7031ef0f1224ba83db1 2,567 1.00/1.00 vMB 114
466,473 466,473 000000000000000001716b4a678abb9ea321b1a19d65146bae7aa74307511514 2,212 0.99/1.00 vMB 174
466,472 466,472 0000000000000000019b9d2b0590f680ca2fec4962afd3ce3713e0cf497a573b 1,220 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.