Loading Tool

Explorer IconExplorer

Memory Pool

80,050 transactions
29.91 vMB
0.08666470 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt dc8c469510af8a6b52eee3f8450232124bc63aecb7c1e1c4d8319e9f7484bab7
Version 20000000
Previous Block 000000000000000000005ff263ed71d33ae3dd519b512b98bb9a17b662f3240f
Merkle Root 5dea3c1dda6994e7ee146f5771038da4d43ac40c8f9f91802429c4e8e35d49ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.01863754 BTC
Feerates: 37.55 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,127 (209,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,792 705,792 0000000000000000000c67258c5bc1cecaeff1a8c540468d6a9728053f81948c 1,557 0.70/1.00 vMB 16
705,791 705,791 000000000000000000029796bdc8495d30a1f6bba2c1cc464f05992704da2291 258 0.10/1.00 vMB 15
705,790 705,790 00000000000000000002787ee2e59d1425c48feb1f569048c7eb6c6daa2f9a89 1,069 0.56/1.00 vMB 14
705,789 705,789 00000000000000000003c4575089fd675cb1ba9462ec192eac47cdc242501773 767 0.25/1.00 vMB 10
705,788 705,788 0000000000000000000889dd32f15e5f3e82df489bc03069cea4df44787fa644 1,219 0.51/1.00 vMB 18
705,787 705,787 00000000000000000006e8fca7404e97cdbdb89cdbcecb455616a0b33e3d3cd5 1,170 0.55/1.00 vMB 11
705,786 705,786 0000000000000000000b735aac9148eab9c5d33690b3cb24642f6b893aa47b35 280 0.10/1.00 vMB 9
705,785 705,785 00000000000000000008b3ad58cb94251b5e1cc4081bd5db85245aa2c288425d 305 0.35/1.00 vMB 4
705,784 705,784 00000000000000000006839eee60a563b192e2844fef44e2132af3f70c33ef35 2,166 1.00/1.00 vMB 11
705,783 705,783 000000000000000000096db57a5b2f455f0d7b905f20c3987215df08788db19d 798 0.57/1.00 vMB 8
705,782 705,782 00000000000000000005dd0d1dbf422660ef2901c1bedf175ff90d0ab08b3592 1,381 0.58/1.00 vMB 9
705,781 705,781 00000000000000000009e26f459bee99eb7707979eb010b43529d96570e20f24 2,564 0.80/1.00 vMB 15
705,780 705,780 000000000000000000045ee60e1464395077d474093b8b6c61bbd8f9ec3565c0 2,422 0.88/1.00 vMB 10
705,779 705,779 000000000000000000008782531bc9f533a585c0734361aa4d2f65d447514625 2,665 0.91/1.00 vMB 4
705,778 705,778 00000000000000000002466dda63f82d9ca714c5d59448c14caf7c1d7321c7ee 2,592 1.00/1.00 vMB 9
705,777 705,777 00000000000000000005050e62a58c78187b4071ae0d68ae5c2ae9589b9f8efa 2,653 1.00/1.00 vMB 15
705,776 705,776 00000000000000000004a0ddf96889bf3366252a9a86ee71173bad87dd9031d0 2,592 1.00/1.00 vMB 13
705,775 705,775 0000000000000000000a1374c7f4862869182f27dc74405af6c95f9940b04ae2 1,455 0.82/1.00 vMB 6
705,774 705,774 000000000000000000009bf4be8f7f2efd6b8a1b0a82ec21f94b67ca96d95e7f 1,353 1.00/1.00 vMB 8
705,773 705,773 0000000000000000000ba5e342a84fa30dd9e84ad8e71c40759936f59f2546f9 499 0.19/1.00 vMB 9
705,772 705,772 00000000000000000003e7547b5bf55b1dc7f620405d0ba85a1ddb71b0fb9718 2,698 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.61 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: 671.96 GB
    • Received: 16.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.