Loading Tool

Explorer IconExplorer

Memory Pool

40,887 transactions
26.20 vMB
0.07197009 BTC
Random Selection Loading Transactions
Max Size: 136.35/200 MB

Candidate Block

Mining Attempt 497c40ecd986926baa01e9671645031145ed284e7208786d495d6e3dfdc921ef
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e1a61515ced553f1f24c53bc4bdca4b38a0e267abe28eb411ec6e2fe32853350
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.02403340 BTC
Feerates: 150.98 > 2.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (81,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,432 833,432 000000000000000000016dedc0b807af4d9b0559ec9f573b708cadbf31d53afa 3,298 1.00/1.00 vMB 87
833,431 833,431 000000000000000000002043f4559a74c93a64a4b559c60d049aeff39b4755a2 3,055 1.00/1.00 vMB 47
833,430 833,430 0000000000000000000168bbf15efb9d552318d9f64bfc5da665b5e52124e9e0 2,765 1.00/1.00 vMB 46
833,429 833,429 000000000000000000035e7a47cbb9310a4e4289f50a6c0777e2891c05250208 3,405 1.00/1.00 vMB 79
833,428 833,428 0000000000000000000291c3f8ad243f1f53d82ed56a165aabae6876eca082d9 2,599 1.00/1.00 vMB 56
833,427 833,427 000000000000000000016863aa9111abac730f4bfcabc1f15eaf51a15a63a05b 2,805 1.00/1.00 vMB 59
833,426 833,426 00000000000000000000f2ae1e87f157917ed74adec022c0e876c4ce6cb1ed33 2,984 1.00/1.00 vMB 62
833,425 833,425 0000000000000000000316386fda1ac09a4f28b279e86d5109d1b79bd89386ea 3,196 1.00/1.00 vMB 69
833,424 833,424 000000000000000000023532b9e90333c9abe6aac74d6ffd6f06709ad49a4203 3,814 1.00/1.00 vMB 83
833,423 833,423 00000000000000000000edc6ff84cf95e529b11fdedefa22e36aeba482ef2964 3,453 1.00/1.00 vMB 97
833,422 833,422 0000000000000000000068b180b0981010a483f57a01596d11d1abe2cab71178 2,621 1.00/1.00 vMB 28
833,421 833,421 000000000000000000025e2bed87472ab7d66f1c01bbe956546fa3e0fffcdae7 2,058 1.00/1.00 vMB 47
833,420 833,420 0000000000000000000101a9cbdb5148d33686e530cc2e7f46ebb23c5a91ce21 2,965 1.00/1.00 vMB 48
833,419 833,419 00000000000000000000cfb5b73f0c31b307bb07b15f8fe1accde5af45873169 2,891 1.00/1.00 vMB 49
833,418 833,418 00000000000000000002fbbbbfae5f14fffd7efdddaa47b67c71af05d206feec 2,658 1.00/1.00 vMB 44
833,417 833,417 000000000000000000019bee5b2762567d47395a19133af31904e6b6161bfb6d 3,284 1.00/1.00 vMB 81
833,416 833,416 000000000000000000026650b2c7375d9fe077b52529160ce76d014adaf0979d 1,312 1.00/1.00 vMB 35
833,415 833,415 00000000000000000002099c50545d29c2f2b33408cb1c5a370cdd9d74c1d4cf 2,910 1.00/1.00 vMB 55
833,414 833,414 000000000000000000013a3d5fd51739a445270ce0ee285758694e4589670d51 2,484 1.00/1.00 vMB 45
833,413 833,413 00000000000000000002a597d5a203d8f06a2eb7826c9b48b8b92e7a9b7b6454 2,666 1.00/1.00 vMB 52
833,412 833,412 000000000000000000018113f002bead13d53486ba0bf7b5242535f9621a9807 3,350 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.