Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
28.89 vMB
0.07382873 BTC
Random Selection Loading Transactions
Max Size: 176.58/200 MB

Candidate Block

Mining Attempt 285ff63589df8ec0f25c30c8fb26ffc55e28cdf3cf1b5bf7adc5b24c0d3c7704
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root e7fccb610517d6808a64e68d32205b05aa2385d9d70ea10a085ffc5ac5cf1f1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.01090712 BTC
Feerates: 104.17 > 1.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (502,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,626 412,626 00000000000000000322f65bc0cf52f49ebd0426db2afeb50ed9180a8c6f70de 1,814 1.00/1.00 vMB 51
412,625 412,625 0000000000000000044a13a1a4afc9bb8506c8a48baa4776b35b63ba9908e771 1,678 0.88/1.00 vMB 45
412,624 412,624 0000000000000000046728de31d3dd11ec6e86ae3ba4088959e9b404d139103f 1,202 1.00/1.00 vMB 32
412,623 412,623 00000000000000000150d972dad0cc803ab5ae4659bde853a1aadf25d359b8d5 374 1.00/1.00 vMB 14
412,622 412,622 0000000000000000028a954bb613006e574293554a729cf45842fd225f26651a 1,357 1.00/1.00 vMB 21
412,621 412,621 000000000000000000eff0092336fafa2cbe0bf180f016f3efd054c8cbbec578 1,827 0.93/1.00 vMB 31
412,620 412,620 000000000000000002cb20accde926db9afd389c83c3f1b7e00ef9e1eac2ff5b 2,223 1.00/1.00 vMB 54
412,619 412,619 000000000000000000554a1a4c113d3affa9dc3b3dc74ca027b692b9ac37051a 2,336 1.00/1.00 vMB 55
412,618 412,618 00000000000000000337f9d77c10a7a50d1ae637fe0a156e8c9a6a854a8b5a1d 1,469 1.00/1.00 vMB 47
412,617 412,617 0000000000000000034b5e05ac4034b03f7e77f8a745e537223b1c48ee75751c 1,353 1.00/1.00 vMB 40
412,616 412,616 00000000000000000155886ad660151cbf4dd2d483f249b79629feb33a224e26 2,535 0.93/1.00 vMB 64
412,615 412,615 000000000000000003f00caf38d660d2c835b71b2c59e3f05129c0ea8d549e38 2,739 1.00/1.00 vMB 78
412,614 412,614 000000000000000000af396906622df9b73e107c6c7978244329d11d2534ddb6 1,837 1.00/1.00 vMB 45
412,613 412,613 0000000000000000056c02548e476cd44703144de7c956fa5bdc89846dc1f9b8 1,164 1.00/1.00 vMB 30
412,612 412,612 000000000000000001cfb979df87a06e6350d54ca17463d1018b729442bd904c 1,041 1.00/1.00 vMB 23
412,611 412,611 000000000000000004c66f5c464725087ac092d17acd51f8a599546bbb6f71f8 16 0.00/1.00 vMB 73
412,610 412,610 0000000000000000030265ac459aef472b9ee47905384ba8cff7040feb5748d4 1,680 1.00/1.00 vMB 48
412,609 412,609 000000000000000004b9cd07b4fdb058cace5ccaa59e92ed17b55821472ad739 1,435 1.00/1.00 vMB 32
412,608 412,608 0000000000000000037467f3341f3745c5cd5c90bdbcdabdea1567185c806346 2,674 1.00/1.00 vMB 66
412,607 412,607 0000000000000000005f8a8de1f258c7014952ffbfb4ec09e419fc216133cd4b 2,240 1.00/1.00 vMB 40
412,606 412,606 0000000000000000001e4b18ea0250702cc7a30ab827bab0550c4d9560fad338 1,603 0.93/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.82 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: 710.59 GB
    • Received: 17.08 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.