Loading Tool

Explorer IconExplorer

Memory Pool

74,557 transactions
27.45 vMB
0.06861318 BTC
Random Selection Loading Transactions
Max Size: 167.75/200 MB

Candidate Block

Mining Attempt 3bf12b470d92051c0526b5fdf7811621c877f08d3f0bf3b48b419dcc3e60d9cf
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a860b745d899b94a6de541dbd5dc111057bc1543fcfdf3463a9f42370b89359c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,189
Size: 1.00 vMB
Total Fees: 0.01021419 BTC
Feerates: 179.53 > 1.02 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (440,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,590 474,590 0000000000000000018047475bd72c0d98fa8da2804341a605c729616a00492e 892 0.52/1.00 vMB 151
474,589 474,589 0000000000000000013c0d4fb67dbae6f3214d9b169d50f684648773f2d9b14e 1,498 1.00/1.00 vMB 137
474,588 474,588 00000000000000000163ef88803870f2f96bf88229e7ee276bbafd897747b34c 1,222 1.00/1.00 vMB 93
474,587 474,587 0000000000000000017f9f8d9b7bb8e0bf9d0b22e9d83c60a27ec2f5aa0111de 1,717 1.00/1.00 vMB 163
474,586 474,586 0000000000000000003698657d41c015e641f90a326cf117dcdc921e70d07706 706 1.00/1.00 vMB 59
474,585 474,585 00000000000000000097595c1bb06ac8fa797b92efbad3d6e5262072f458cb1c 1,616 1.00/1.00 vMB 202
474,584 474,584 00000000000000000110ed700537b038a4d08e50d96892291a67322cb8cde8e5 1,447 1.00/1.00 vMB 52
474,583 474,583 00000000000000000119da3eb9edb51c9114e8d19f61ce395168fad76afdeace 2,285 1.00/1.00 vMB 193
474,582 474,582 0000000000000000009828cbd4a51d6f7cafdad65e654d9b21cf161116c280c1 1,936 1.00/1.00 vMB 316
474,581 474,581 0000000000000000009a73ce3fee0beb725442e53743adcff5d3e9253c2e54e3 1,278 1.00/1.00 vMB 98
474,580 474,580 0000000000000000001e6cc1fdfe825f9d278610ec3bfcdca80129ea090c3799 2,343 1.00/1.00 vMB 208
474,579 474,579 000000000000000000163fbb689190b98b7f1c19afc3898b90a4c89505f7a046 1,401 1.00/1.00 vMB 137
474,578 474,578 000000000000000001713db4ff5ebd427445c0eba3d4c43fe5d153e5a8f94c60 1,463 1.00/1.00 vMB 80
474,577 474,577 000000000000000001334e32be6b1211cc1218e9ef07ffe4c575f52a61b2b815 1,516 1.00/1.00 vMB 144
474,576 474,576 0000000000000000013676913aa401185b6549a8efd65465da258b562c56a66f 1,808 1.00/1.00 vMB 117
474,575 474,575 00000000000000000031281bc12127ff277dcd0ba0b0431e07c9225d73ef6bfb 2,091 1.00/1.00 vMB 201
474,574 474,574 000000000000000000a2404f031d5f5aae37e960c08f36381297c07a6dce7d3f 1,724 1.00/1.00 vMB 70
474,573 474,573 0000000000000000015b9e385089b1d6924e985db7571ff4538639cfd273b570 2,142 1.00/1.00 vMB 57
474,572 474,572 0000000000000000012103692f66a712a72dbcc6f0a9b8e783726ff43b4d92d0 2,458 1.00/1.00 vMB 63
474,571 474,571 0000000000000000006ed88932c04f71cf73bdabc7c6214aac25c449626b58eb 2,211 1.00/1.00 vMB 201
474,570 474,570 0000000000000000015bf2c9e72c959fe56cfaf6514a8dd85e0763dea87158eb 2,082 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.