Loading Tool

Explorer IconExplorer

Memory Pool

35,980 transactions
26.01 vMB
0.06678006 BTC
Random Selection Loading Transactions
Max Size: 132.73/200 MB

Candidate Block

Mining Attempt 0b061d0ef174c40e63c385f3e4a43ee9473f73bec799594bcd0495197dc2d1bc
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0b03f58824ecd35042c8756e6b4b1cc3ca7117c31b9b408743fd60b2bc59e375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.01879027 BTC
Feerates: 152.71 > 1.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (80,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,390 834,390 000000000000000000005d7e658329532ff5a893523d87d2afe931d6580b865f 3,552 1.00/1.00 vMB 36
834,389 834,389 0000000000000000000361dfcf6e321400bc7c640b01569bccd3005577b065ae 2,956 1.00/1.00 vMB 40
834,388 834,388 00000000000000000000e8ee54a842bb59915cce8857589e284c5de5138bb41f 3,306 1.00/1.00 vMB 33
834,387 834,387 0000000000000000000114883be41c87fd4e04cf16a5ef48a87bd3977ddd3610 2,671 1.00/1.00 vMB 38
834,386 834,386 00000000000000000003845426c686166926d26542619049a2279661b4b6f66a 1,457 1.00/1.00 vMB 18
834,385 834,385 0000000000000000000005bf75ccbbe8a2916b21748cede9c82a04a003bae9b4 1,495 1.00/1.00 vMB 14
834,384 834,384 00000000000000000002647d2750b0e28a109202cbadc2040564e5a000613017 3,156 1.00/1.00 vMB 26
834,383 834,383 000000000000000000024ec55a9fe95168fae11c16f1424f1dc8e03a6bad1854 3,099 1.00/1.00 vMB 27
834,382 834,382 000000000000000000023975d00a6c43622f6475508dcd5a3485f4d04da232a7 3,036 1.00/1.00 vMB 40
834,381 834,381 000000000000000000036061a42aa00e23ea81edc42bae4aff0b34c2c49e6bae 1,757 1.00/1.00 vMB 15
834,380 834,380 000000000000000000030cfffe7ddad592a9f895b2274d6f7927b5d646a360c0 1,028 1.00/1.00 vMB 13
834,379 834,379 000000000000000000038681d704c75745f55de68a5359f4a27d50f463ec4e09 2,703 1.00/1.00 vMB 19
834,378 834,378 000000000000000000014680426e54d62f0df15fdab4ae62ffa0dbca0a5d5c42 3,288 1.00/1.00 vMB 25
834,377 834,377 00000000000000000000a956982fe2a5595218775f76f9bb25b437c51eae5ec1 3,470 1.00/1.00 vMB 32
834,376 834,376 00000000000000000000148eef27d0deeedda7a1c58a28f1b1cabcb09176c10b 3,611 1.00/1.00 vMB 31
834,375 834,375 00000000000000000002c5f0db3755b54d43ed38ec38327d181f0056b2551d20 3,482 1.00/1.00 vMB 34
834,374 834,374 000000000000000000017168198c082198155d1e06e8ebee9cd96d7cc53fbaa6 3,339 1.00/1.00 vMB 45
834,373 834,373 00000000000000000001e2bd0a3971da525f184ceaee3f6e0faff6625df96c8c 3,011 1.00/1.00 vMB 25
834,372 834,372 00000000000000000002a51b0107c0a1a602b014afc4aefb96650a041e3e6bfa 3,016 1.00/1.00 vMB 23
834,371 834,371 0000000000000000000032ff102299c96a8efa316dbf5e23c7c0539a4652a2e9 2,047 1.00/1.00 vMB 22
834,370 834,370 00000000000000000001bf6bc87846d0796598f154a988dae45bf71b7c23af0f 3,098 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 637.34 GB
    • Received: 12.42 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.