Loading Tool

Explorer IconExplorer

Memory Pool

77,436 transactions
28.98 vMB
0.10227877 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt 6740f96e9b1a85e459e5783092043e38a599c5a574a95ad1e534d7014ad8b1c0
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 12e865adedfb0de845026f3cd6eba2828854ce64378bc67677b0193cfb2044ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.03251217 BTC
Feerates: 180.82 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (279,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,591 635,591 0000000000000000000a6c0ba86933a081f64c250de329bf317bb51e874d959b 2,690 1.00/1.00 vMB 25
635,590 635,590 00000000000000000002d15be8c7481d82ea1f97e1b0a71f9a9ce67ca3e91e02 1,366 0.89/1.00 vMB 8
635,589 635,589 0000000000000000000a3a3235077a5daac346f6b4d7a8a1faaa4af633449659 1,391 1.00/1.00 vMB 4
635,588 635,588 00000000000000000000d9c8f7ebf84fccdc9b8fd3e5f2f525391045483467c4 2,385 1.00/1.00 vMB 27
635,587 635,587 0000000000000000000bf4b344a03dfa095a69270823cab5652371bdf443d8ec 2,465 1.00/1.00 vMB 18
635,586 635,586 000000000000000000037d8115e8ab376c855ac61c98b9c4626d831db594053b 2,535 1.00/1.00 vMB 43
635,585 635,585 00000000000000000002f45d7bf287b5358ac31a2cc59f6672c225b4a3caa33a 2,078 1.00/1.00 vMB 7
635,584 635,584 0000000000000000000c28d1b5a6137dedcbddbf66144010f768a47582fdc68c 2,894 1.00/1.00 vMB 4
635,583 635,583 0000000000000000000b097a4899982acb53efe9ce5a14790df5a84f90a2c91e 2,929 1.00/1.00 vMB 26
635,582 635,582 0000000000000000000ee701aa2d841597e76cbdc644a87dbf9c695384d4ba77 2,790 1.00/1.00 vMB 16
635,581 635,581 0000000000000000000683ad11f68c2f9ae06454bedbf96d3378bbd3d5017661 2,812 1.00/1.00 vMB 51
635,580 635,580 00000000000000000005598b78fc594916174886104c9ce77be4d5e6cd6e0f09 2,863 1.00/1.00 vMB 9
635,579 635,579 00000000000000000006c831c6d448ec5664a60c315421d6ec8d2326c79de631 2,753 1.00/1.00 vMB 36
635,578 635,578 0000000000000000000214fa1afedf7c985750c188e33924f0d8cf19215e176f 2,456 1.00/1.00 vMB 50
635,577 635,577 0000000000000000000135bdc783da1fded7be8fcb682399f6615a79b59cd36d 2,356 1.00/1.00 vMB 23
635,576 635,576 0000000000000000000d62f7a97067e09fc209620e29ff9ce7f0d3052b1bf9a7 2,693 1.00/1.00 vMB 18
635,575 635,575 0000000000000000000ef96c9ee5be62835b24e9e1c4a01e65518862d081f875 2,127 1.00/1.00 vMB 38
635,574 635,574 000000000000000000082cc414f75ceb8974e34b97607398790c0513970858d2 3,107 1.00/1.00 vMB 54
635,573 635,573 00000000000000000005e2f686c0dba6bc8f3fd88cb0240e54d467576cf57a46 2,734 1.00/1.00 vMB 49
635,572 635,572 00000000000000000007519ec7177fcaee332739324ae2900ee08f750db66b0f 732 0.22/1.00 vMB 26
635,571 635,571 0000000000000000000560c5ce3dd90784ecce99faf7d0be69073657363f71d0 1,564 0.75/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.86 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.90 GB
    • Received: 17.24 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.