Loading Tool

Explorer IconExplorer

Memory Pool

84,880 transactions
32.20 vMB
0.11541528 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt 3ec11523c305a3036cc7f68ff814297e3f7b2bea252eab5663c6cfc902a32e16
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 65b8e47064b128605b4e713a23ddcade782eda03d7089c96e6e0e8b0029177fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,781
Size: 1.00 vMB
Total Fees: 0.04143437 BTC
Feerates: 351.58 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (460,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,619 454,619 00000000000000000192785aa8d0339dc88553e97155b2e7873166662018440d 2,009 1.00/1.00 vMB 125
454,618 454,618 0000000000000000004086b9835f3f1961c6975ddbf8eb5aa8d491fd6c444821 1,974 1.00/1.00 vMB 155
454,617 454,617 000000000000000001cc91d860d4024cc85a859626ab68851a93e06b8918903b 2,356 1.00/1.00 vMB 168
454,616 454,616 0000000000000000020b5d105a78c899ef3b4d6597ff7c5ca3cb84cd194d2f6d 2,181 1.00/1.00 vMB 145
454,615 454,615 000000000000000000dae8175dd818cd7d77af5a666f576115870d3e4a869475 1,699 1.00/1.00 vMB 44
454,614 454,614 00000000000000000253945fd93fec6af4257366f018bbf7d932831f47f89fea 1,987 1.00/1.00 vMB 127
454,613 454,613 000000000000000000132113be1990cc516105a299a2b110cba831504f5b5447 1,767 1.00/1.00 vMB 85
454,612 454,612 0000000000000000002f7f48f3621dc37eed32bf13e21f5b930a4b3cc98f4ba1 2,097 1.00/1.00 vMB 117
454,611 454,611 0000000000000000026eb4b88a08815941e256c0295d28421be9182f8c527fd3 1,010 0.40/1.00 vMB 150
454,610 454,610 000000000000000000ba9ee19fa819de637cfe26f44cc8e4b3e4f4686c43ee44 1,987 1.00/1.00 vMB 101
454,609 454,609 000000000000000000774dabcdc289ee7dad3745ad399686d752002f32d4822f 2,148 0.93/1.00 vMB 149
454,608 454,608 00000000000000000176ec6b389c41b1264163ee4de7368c2d166eb1e2afff00 1,926 1.00/1.00 vMB 95
454,607 454,607 000000000000000001ebc29c75e97181cee70d2b5ed4bce8b34f2578074e2627 2,484 1.00/1.00 vMB 144
454,606 454,606 000000000000000000ec6f47565f4acf262a57fb0538e25cdcb1f6c27ec51139 1,287 1.00/1.00 vMB 55
454,605 454,605 0000000000000000016a8d8ae6c282e71082539698ca69e25ea7c636f2f16c6d 1,810 1.00/1.00 vMB 128
454,604 454,604 00000000000000000127d3f9843cfac4ce50efe955ba8acae0146639e7b41e8f 2,092 1.00/1.00 vMB 138
454,603 454,603 000000000000000002710fc0c03224596a5bffdfcc5c8e83a7510a6535564c6f 1,452 1.00/1.00 vMB 91
454,602 454,602 0000000000000000024e55338f80c39c418169b1b2b471e0944b4e448af1b52a 2,289 1.00/1.00 vMB 142
454,601 454,601 0000000000000000019a23aeea2d7f4fd837085f9f7ed6233ca8e85f61646bc5 2,099 1.00/1.00 vMB 74
454,600 454,600 000000000000000000c1760c47a51fe25133abfe211989569f0c60d0f63b0dcc 1,942 1.00/1.00 vMB 117
454,599 454,599 000000000000000002254061581005df1821c66cc9f8ee62f63db14fe866e995 1,889 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.75 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: 708.68 GB
    • Received: 16.75 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.