Loading Tool

Explorer IconExplorer

Memory Pool

77,377 transactions
28.81 vMB
0.07806684 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt c5373787e149d5f239836144b07b19b98d39f6cff33121490a5d88a1e49ed06d
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 35b8d9587011c43fc741bcdc86314fdd1e4247d2f0357d9b1f1e703ec000ecee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 1.00 vMB
Total Fees: 0.01813618 BTC
Feerates: 150.62 > 1.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (498,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,728 416,728 0000000000000000010517cb05c4f602558b810addf1a8f0e978c16e879701c0 1,674 1.00/1.00 vMB 46
416,727 416,727 00000000000000000255ceb4d74fcadff5bebd006a7664a25a175071f4862063 1,762 1.00/1.00 vMB 45
416,726 416,726 000000000000000002606aa27a4203ce93319a31665fd521c9a0cf2d8c5540ff 1,945 1.00/1.00 vMB 30
416,725 416,725 000000000000000004e8e72ae9c8c8c75d6182a9853265a9ce0bd84099e931a6 1,713 1.00/1.00 vMB 35
416,724 416,724 00000000000000000222141f0f4c0b6f32b820e4cfbde5f5f22cf40f5860177f 2,263 1.00/1.00 vMB 77
416,723 416,723 000000000000000000c84a1cceb4a48e597567b8dc8775646ed051c10d171435 2,025 1.00/1.00 vMB 47
416,722 416,722 000000000000000004455ed928da24f4be98b278959a509d1859d02ec6270742 757 1.00/1.00 vMB 23
416,721 416,721 000000000000000003c010c0fb04949059025a64a7247896a7b2c3ac5a06245a 2,178 1.00/1.00 vMB 63
416,720 416,720 0000000000000000056d2dc545b124151b4c876b2145dc00c6bf90d79246569f 2,221 1.00/1.00 vMB 49
416,719 416,719 000000000000000003bf14f8a18a1fc3e7a016c3f43465b410dea88deca5dd61 2,932 1.00/1.00 vMB 100
416,718 416,718 00000000000000000224f66fec95ecb6d70c247ce84ce8877c51b762a88b14a7 2,329 1.00/1.00 vMB 73
416,717 416,717 000000000000000000eef2a3cb15a059f117918f97338b938f48aa03d4e4a9b9 2,112 1.00/1.00 vMB 51
416,716 416,716 0000000000000000054da8119a6841430b6e378fc70c35ac9bf868ec31bd570b 2,286 1.00/1.00 vMB 79
416,715 416,715 000000000000000003c90e62bac9695cff6d3c1f57875679b18031a41a787595 1,908 1.00/1.00 vMB 49
416,714 416,714 0000000000000000055d58b42064727812782d90d69ad0d8a8b3cb3529b07e43 2,340 1.00/1.00 vMB 52
416,713 416,713 000000000000000004436eb18aad86dde1ffe178dae0c8a0022682b8793fdd7e 2,402 1.00/1.00 vMB 93
416,712 416,712 000000000000000002b4c4604106b123a04dc12444df86eefb80fe23ba3f99db 2,505 1.00/1.00 vMB 91
416,711 416,711 000000000000000000da89e04772e743c79b989c6adfaec5107980e392d753bf 1,583 0.84/1.00 vMB 33
416,710 416,710 000000000000000003701ff9f82ac877c89c18d425cf011d3f3b592757319eeb 13 0.00/1.00 vMB 234
416,709 416,709 0000000000000000000f2d460bef0477063d047b566f201a7d37390f4dbb408f 2,137 1.00/1.00 vMB 45
416,708 416,708 00000000000000000233713c0dadf75dee45d8ce46c881449ba5682cab0ce4cd 2,526 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.66 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: 673.07 GB
    • Received: 16.37 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.