Loading Tool

Explorer IconExplorer

Memory Pool

78,109 transactions
30.09 vMB
0.11461459 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt c751db8474d68ac78909670f6468c17fff3eb4f207a631b3c1fcc7c0e4deb1d3
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 0eb4c94d20f1ed3142ecad9a1bf5894ade3ba8d027ddfccf4a58351b04c3e95d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,639
Size: 1.00 vMB
Total Fees: 0.02839592 BTC
Feerates: 107.93 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (112,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,480 802,480 0000000000000000000033cc54e159e7770f463f95ef9443e0c2538d77e22ef8 2,821 1.00/1.00 vMB 8
802,479 802,479 0000000000000000000339df8af2dac192f3c8e2658ff6c859a312ff8bd11f83 2,783 1.00/1.00 vMB 23
802,478 802,478 00000000000000000001ec314d157892feb66dd545fc84d84960f2afd25b2ae8 1,233 1.00/1.00 vMB 9
802,477 802,477 00000000000000000003812fadef90cf13df3e38b0b6f27b3379ccd2326e3c14 702 1.00/1.00 vMB 7
802,476 802,476 00000000000000000004726cfa4ed97bf7415eaf2afd0fb2cb0bc8f9e42cdce7 1,523 1.00/1.00 vMB 11
802,475 802,475 000000000000000000052ed72a89017c0916fa62dfcc8eb9148c8703b02f4f0e 2,730 1.00/1.00 vMB 32
802,474 802,474 00000000000000000003dff2c7d9ffa59eac97106a47b704f87ffa64b790ee9b 819 1.00/1.00 vMB 8
802,473 802,473 00000000000000000003f9c3fb5c1608b6aeb61512d04bbc0e0e22486fe4801c 2,655 1.00/1.00 vMB 20
802,472 802,472 00000000000000000005328672e507ca876264daea170d2363d34246373b4f4d 1,872 1.00/1.00 vMB 22
802,471 802,471 000000000000000000049caad3e07634daa6c45079896d8bd54c0ef1e3e3389e 3,859 1.00/1.00 vMB 14
802,470 802,470 000000000000000000038a44881c5ef2444ecc655d24347c6e51d50b5e00ba89 3,344 1.00/1.00 vMB 15
802,469 802,469 000000000000000000037cafc80f14643c43dd05ee82e5257d22da2cc6ae9fd2 5,720 1.00/1.00 vMB 7
802,468 802,468 000000000000000000008eb0ab051fc7ed2f75238536b129af39761194f36d9a 3,285 1.00/1.00 vMB 11
802,467 802,467 00000000000000000001486a3d1ec9a8869cc793ea512b1b58bb2f06bd2cc1f3 4,234 1.00/1.00 vMB 9
802,466 802,466 000000000000000000034d4d0281e10965013cc760c96fa8fe660c8285e10cdf 5,932 1.00/1.00 vMB 6
802,465 802,465 00000000000000000005078253d9ed6a050949091152868bb90b4a4751871a4f 3,011 1.00/1.00 vMB 6
802,464 802,464 00000000000000000000ff707ce35ab9f82b8d7a23b90e256747c71c89eabf83 5,163 1.00/1.00 vMB 7
802,463 802,463 000000000000000000016e79a4bb7d96b1227a81db9e923bee0ebae3da00c127 5,066 1.00/1.00 vMB 7
802,462 802,462 00000000000000000000ad810d4521e721dc349c44e678b899da9fde098c710a 3,312 1.00/1.00 vMB 11
802,461 802,461 00000000000000000000185c445890f7ffd4f1614bb92bfda6a4f4fb9b95f796 3,218 1.00/1.00 vMB 9
802,460 802,460 000000000000000000049fa5153de8796f0bfe5279dcee7fa9aa51af7df18b7c 3,056 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.