Loading Tool

Explorer IconExplorer

Memory Pool

80,376 transactions
30.53 vMB
0.07947729 BTC
Random Selection Loading Transactions
Max Size: 185.63/200 MB

Candidate Block

Mining Attempt adc2e4ab451d1d5c61a38c6a738397eacfdffa27380434058ce7e8cd6a944a50
Version 20000000
Previous Block 00000000000000000000c6a5ef862f60254cf87fcd565eed18945ad2828f92e7
Merkle Root 148c079250a7fe50794b59c3f174b95cc8d367fd8b58e54750c83a545181d9c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,811
Size: 1.00 vMB
Total Fees: 0.01097468 BTC
Feerates: 18.08 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,350 (210,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,114 705,114 0000000000000000000aba944064f740c454d10d7a45497920d0fa55f1385d85 1,283 1.00/1.00 vMB 12
705,113 705,113 0000000000000000000dcfe16bc23dc648e39ee84853bdebfeecf645b5e11c19 1,598 1.00/1.00 vMB 14
705,112 705,112 000000000000000000097f64c3d88cd1e66ee4df4bd9dcb7bf0922d58f3c0d5f 2,147 1.00/1.00 vMB 15
705,111 705,111 0000000000000000000b9bec275c3cf016f81a9fafb42f7dc6daeb91640c2102 3,017 1.00/1.00 vMB 22
705,110 705,110 000000000000000000000c66a2e48715436fcb229df6f2a22804813b7eae3e44 1,149 0.47/1.00 vMB 6
705,109 705,109 0000000000000000000107528696f2b34cc569f9edc4e4c24f26bbe7d8467bd7 3,109 1.00/1.00 vMB 15
705,108 705,108 00000000000000000000a3b1213b1d205b82e5d63c673fddf2dd6e1ddeb3559a 239 0.13/1.00 vMB 13
705,107 705,107 0000000000000000000e01a75f033c93c5cebd18c61e72aba3fc86e72514ea44 1,058 0.33/1.00 vMB 12
705,106 705,106 000000000000000000055e329845ae9eb0672185afd8863841a6c66faf9bba16 148 0.06/1.00 vMB 8
705,105 705,105 00000000000000000005425695fdb5139f3cc9d944e209bbe50c11d300c549d1 264 0.10/1.00 vMB 13
705,104 705,104 0000000000000000000495b51d0c33f9e0c312df81f43d07065d16fa7c4b12fd 598 0.21/1.00 vMB 14
705,103 705,103 00000000000000000004d1a50ba227a2b63387db66add461a959121999f885c3 1,876 0.70/1.00 vMB 17
705,102 705,102 0000000000000000000048fbdec39d5b7ae9015eba74399de2ffe9d209d79e6a 1,934 0.76/1.00 vMB 13
705,101 705,101 00000000000000000007dc7bad082eacf3a52fae5c241a5ae84bc53700300066 1,008 0.40/1.00 vMB 5
705,100 705,100 00000000000000000003a84715c6a0263e356a425bb1cac54e6934f915fb7dbf 2,077 1.00/1.00 vMB 13
705,099 705,099 00000000000000000007c98bab45eb883be7d0631dd284f3e3048d40f25e6979 2,093 0.86/1.00 vMB 10
705,098 705,098 00000000000000000002e42982785b2d0b6a904866adcb4add90658a797f2085 2,822 1.00/1.00 vMB 6
705,097 705,097 00000000000000000001cb320fb0f6eba8e20e609829165f62a5c0bf6ca8f607 2,782 1.00/1.00 vMB 7
705,096 705,096 00000000000000000002f7dc10368f8b594acd15ac539218ffbdafca60d53dde 944 1.00/1.00 vMB 11
705,095 705,095 00000000000000000004bc6df25908192fac6b5096fd86f33b0dd872e427373a 2,396 1.00/1.00 vMB 13
705,094 705,094 0000000000000000000b33a6dd47cd1ee298b76d49d5f01e78d41413b3d713cd 2,770 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.00 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: 718.48 GB
    • Received: 17.90 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.