Loading Tool

Explorer IconExplorer

Memory Pool

81,424 transactions
29.94 vMB
0.15606227 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 72cddd2b83511cf3121b18fa4c57a636c4a051825d3ad3b123effdea62dd6f2a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 4b93d91be7c558bca67712244b99af9e5ce1633bea1032ff533cd01d82b8027f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,709
Size: 1.00 vMB
Total Fees: 0.05932302 BTC
Feerates: 1,002.91 > 5.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (106,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,803 808,803 00000000000000000003e105ecd03870412524e2f454ed103f13f4a14dda2cbf 2,214 1.00/1.00 vMB 29
808,802 808,802 0000000000000000000079d882d33392c7b336e3f021a914c83546b3c1ddbb58 2,504 1.00/1.00 vMB 34
808,801 808,801 0000000000000000000392b9fa948d4139c428c3563755932ba9cc4be03085d9 5,629 1.00/1.00 vMB 25
808,800 808,800 0000000000000000000171662a2a7887ce53702bb1e0b5b487e5548bd2927ff7 2,716 1.00/1.00 vMB 34
808,799 808,799 00000000000000000002f996283a9552d0cc8ebe3b70564acf5bd06000d46425 2,820 1.00/1.00 vMB 28
808,798 808,798 0000000000000000000054d109da56e82090473bbd6c2788fc4ce1f8cb2de35e 5,670 1.00/1.00 vMB 22
808,797 808,797 00000000000000000004311f0ea1acb1136927067c11e9d025a5285314771b23 4,217 1.00/1.00 vMB 27
808,796 808,796 00000000000000000002fd32c0c57458eee942f52a27ee25ae7f352bba4bebf8 7,211 1.00/1.00 vMB 24
808,795 808,795 000000000000000000040a13c39e939064e3152b4a794b9f80f6eb3eaa3bbfa5 4,695 1.00/1.00 vMB 30
808,794 808,794 000000000000000000048c26ead6e59471a34096ef651f178f0d51994ab0388e 2,966 1.00/1.00 vMB 29
808,793 808,793 000000000000000000019019855fff93dff2f27f99e9ecbf000b7414b6cc769e 3,896 1.00/1.00 vMB 25
808,792 808,792 0000000000000000000068c8b93c2b01e7f7a15946b70b8358b88e27ef02191d 3,010 1.00/1.00 vMB 30
808,791 808,791 0000000000000000000205d0e57613dc1fbf95b95c9bfd7c0c4947823dd78a69 4,293 1.00/1.00 vMB 28
808,790 808,790 0000000000000000000066c8239954d0dc8b4ad9562a2e7711bc21005a1ecd9e 4,724 1.00/1.00 vMB 30
808,789 808,789 00000000000000000001fc9ed08bfa9e3c978241486ac1de08b743c86b807ab6 5,874 1.00/1.00 vMB 28
808,788 808,788 000000000000000000008119c1a376f8a0416f2abaa7e2995028fd3367661f5a 3,934 1.00/1.00 vMB 29
808,787 808,787 000000000000000000035057561a12de6015f329dd19a7ed6ea3448604065ecb 3,772 1.00/1.00 vMB 33
808,786 808,786 000000000000000000032ff5eceef47b0b4021035caecf2cc17bdeeb9955cdbe 1,925 1.00/1.00 vMB 28
808,785 808,785 00000000000000000001fd4dc46308e0290bf0b72b6a58afd655abbc7e482e21 3,134 1.00/1.00 vMB 39
808,784 808,784 0000000000000000000250f7502dcedf50b29881008729a1582543b84aa3dbbd 2,194 1.00/1.00 vMB 45
808,783 808,783 000000000000000000047183c4c2f71df6b8713a2a3862a5eb8f072ff9c52ae0 5,585 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.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: 714.48 GB
    • Received: 17.54 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.