Loading Tool

Explorer IconExplorer

Memory Pool

79,335 transactions
29.74 vMB
0.11858001 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt f6bc36cbc9747c1566c8ccc2207827b26f791a7dc11ce9924e58f0f61c255eed
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root f7ad5221519a3350d03ca3d8069677f1da2c5d45202a916f8d5b56dad0f78f8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,145
Size: 1.00 vMB
Total Fees: 0.05437769 BTC
Feerates: 150.75 > 5.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (356,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,820 558,820 0000000000000000001da9b5f98959c3c20015328ddb93c5da9134620533d86f 3,190 1.00/1.00 vMB 16
558,819 558,819 00000000000000000020b57da36dc2951c1b1aeaa89a1475acdfb3cf4e7b66ae 2,915 1.00/1.00 vMB 25
558,818 558,818 000000000000000000051569f0825a6a07b6d5912ee9f4d3cd27a14d9969b037 2,366 1.00/1.00 vMB 16
558,817 558,817 0000000000000000001f839675eb4ad84c6b8d49198af285a39eff27b4c27609 699 0.29/1.00 vMB 19
558,816 558,816 0000000000000000000c4c0944f627f63d612bb2ad9e18271260e922605ccbc4 1,212 0.81/1.00 vMB 5
558,815 558,815 0000000000000000002506dcc587e152997efae4229e8618b2f0376d8cb08859 2,434 1.00/1.00 vMB 9
558,814 558,814 0000000000000000001d0fdde3e3c04318463a7f286e46ddad6de2c7c8b0cb5d 2,092 1.00/1.00 vMB 10
558,813 558,813 00000000000000000001a6bdd0a7e97ea724586644b1955a9f89229a24f214f1 2,820 1.00/1.00 vMB 17
558,812 558,812 0000000000000000001f5aefd4411209fb1f0ad967366157286808a95aebda84 2,706 1.00/1.00 vMB 9
558,811 558,811 000000000000000000272540bc283b1a35c61520eefa32dd4c29fec50a4579a2 2,974 1.00/1.00 vMB 25
558,810 558,810 000000000000000000080c9e29e0ad3823b01176417592a44e47c02bb0054e33 2,931 1.00/1.00 vMB 14
558,809 558,809 0000000000000000001c7dc23909d69457031b78b6abca18a23f38a00b4f29c4 2,580 1.00/1.00 vMB 35
558,808 558,808 0000000000000000001f2f64d74bde699beabd18fc62f6b2d137cec5762ee685 2,466 1.00/1.00 vMB 16
558,807 558,807 0000000000000000000c88335b331c5cd3f4541e5540009c26f0342df5dbf738 3,193 1.00/1.00 vMB 37
558,806 558,806 0000000000000000000369d19c51d37e62b2fbcc84a8c09623ee1c80ad0c701e 2,696 1.00/1.00 vMB 16
558,805 558,805 00000000000000000023526cbac688cf1135b739efb2cb20ae4f5f612871725e 3,085 1.00/1.00 vMB 30
558,804 558,804 0000000000000000001111beaa3b2c870909e3f44ad33bf836fca7fb84c511c7 3,441 1.00/1.00 vMB 46
558,803 558,803 00000000000000000013cadbce515ebce71e316b16c5f734213ee0dd4f59ca92 2,456 1.00/1.00 vMB 15
558,802 558,802 0000000000000000002670697c7125a18c125d2658ad4b6f3e3175510b37f769 1,811 1.00/1.00 vMB 2
558,801 558,801 0000000000000000001f03acea50d322aad36c7dffe11fb8eca0c5dddf9f679c 1,352 1.00/1.00 vMB 8
558,800 558,800 000000000000000000054997034144b23ec09b49dec2b92419b14fe16d24e3ad 1,650 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.