Loading Tool

Explorer IconExplorer

Memory Pool

76,987 transactions
28.60 vMB
0.10154851 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 4fe635c36f740cdb5beb101e040a67f8f93022b0550fa3c952c341a27210428d
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d5dfafa0c9aad3ef8ede5dc71f8221e501e5cd2c7e824b9564c5fabeaa8dea70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03481793 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (339,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,551 575,551 0000000000000000001c002f4735ecc8c269400f7526611389cb8737d08aed74 2,587 1.00/1.00 vMB 142
575,550 575,550 000000000000000000059f7f7cbe74f2b765bd66570733a5d9db7151d188fc33 2,012 1.00/1.00 vMB 93
575,549 575,549 0000000000000000000d809490d89cbdb2ddb8afd7eb69eca7fa0ea7560c307c 2,578 1.00/1.00 vMB 120
575,548 575,548 0000000000000000000747623851d0abf8a4938ddfa13e1bb2ed8247a07c42b1 1,798 1.00/1.00 vMB 101
575,547 575,547 00000000000000000023b31e4f31370026fe84b07b9ad1ef17fd7356c291e43b 3,081 1.00/1.00 vMB 111
575,546 575,546 0000000000000000000505dc883eaf68ff2dd46c2065933e310980213490f023 2,800 1.00/1.00 vMB 116
575,545 575,545 0000000000000000000af32180a1d55eb70c17c847e919fd3a87df14ba6d6657 2,987 1.00/1.00 vMB 145
575,544 575,544 0000000000000000000f9790d67d0deae3be0988d1d55ec96e142afe70da7e05 2,038 1.00/1.00 vMB 129
575,543 575,543 0000000000000000000850d313546d48d71a27107fc83c37b6630aac61eb19dc 2,604 1.00/1.00 vMB 121
575,542 575,542 0000000000000000000c3dab3183e26f7375f34d3e993e17e58e3c49dd6b076b 2,840 1.00/1.00 vMB 133
575,541 575,541 0000000000000000000c5e01931dcd7de3c951826ca26a45d0231a19a2e8697e 2,682 1.00/1.00 vMB 138
575,540 575,540 00000000000000000022d13754bb0d68f4483faef167c8b74dee9423947fffcb 2,457 1.00/1.00 vMB 74
575,539 575,539 00000000000000000001acee02d314678c643f85cb07793ff8c8f549949597d8 2,949 1.00/1.00 vMB 73
575,538 575,538 000000000000000000098097b530caea2018356b726db4015d24b79b9721f38c 2,944 1.00/1.00 vMB 102
575,537 575,537 0000000000000000000b701147b60557f5c3096c1417179c17b52fc4f83d0e23 1,906 1.00/1.00 vMB 105
575,536 575,536 0000000000000000001d005663fd08ca6e20947242e89ea731bee3c1d3e6c17b 3,063 1.00/1.00 vMB 127
575,535 575,535 00000000000000000029cebae752e4f902d818aa3560cc985237ca54cbb0d65c 2,674 1.00/1.00 vMB 138
575,534 575,534 000000000000000000212ed66d7e1cdf1153245aaf66a6fa5cc9203c946ec0bb 2,568 1.00/1.00 vMB 106
575,533 575,533 00000000000000000011721250936a6866633d865b5e53dd7b999d866ab9bd9b 3,422 1.00/1.00 vMB 130
575,532 575,532 0000000000000000000d5bb0d0830d207867045b6d7d76b7cdcfb00445723db0 2,961 1.00/1.00 vMB 124
575,531 575,531 00000000000000000013d695edb52f2ffd797f65e49773a97112444a1021825f 2,966 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.