Loading Tool

Explorer IconExplorer

Memory Pool

84,406 transactions
31.34 vMB
0.08841649 BTC
Random Selection Loading Transactions
Max Size: 192.13/200 MB

Candidate Block

Mining Attempt bd7c52eb1cd414748aa657058d62c23fb55a06567066341d6f03bc4e1290ce7c
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 9e3a7c108d67eba5418bb0830d87fe66a214a233e7876e390bc3334b6b795c50
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,757
Size: 1.00 vMB
Total Fees: 0.01263087 BTC
Feerates: 22.07 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (106,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
808,782 808,782 000000000000000000017a6034140712172d1ef6a65f35daeb18f6c8a5eb5038 4,349 1.00/1.00 vMB 23
808,781 808,781 00000000000000000003536e6db74585e37483ee0a3b914e69e985692f9e6156 4,254 1.00/1.00 vMB 23
808,780 808,780 000000000000000000027660f9c75f4a7794259bb2d06bee2dd0962ff18cab7d 4,022 1.00/1.00 vMB 31
808,779 808,779 00000000000000000000a53d705ffbeb7e5c6a4d84f1857e094202a42c38f384 2,934 1.00/1.00 vMB 26
808,778 808,778 00000000000000000000ff8be8ce4df079844d16e06414b8a2410dc48338db53 2,932 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.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.