Loading Tool

Explorer IconExplorer

Memory Pool

26,884 transactions
7.08 vMB
0.04565053 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.79/200 MB

Candidate Block

Mining Attempt 7efc4ad941850b720ece9d81126f882ecf265e11fc1a7c6d68489620916604ce
Version 20000000
Previous Block 00000000000000000000ed2b4be9f256b94c7bd0165491dfdea37d73c65f3d11
Merkle Root 251df1ec872303e32b073df2ab2b2b3ae380673efd5ef6501cdc40eff7f6fb4e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,132
Size: 1.00 vMB
Total Fees: 0.02249747 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,011 (696,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,752 216,752 00000000000002b08752823b6014a5d26751b4a781e4d250c0d92fa838b74f58 0.27 MB 503 153
216,751 216,751 000000000000011aa52a2683427753452d38d9f9b99042c08342a6cc6cd2b45a 0.25 MB 653 206
216,750 216,750 00000000000002eead600afabdd34d608d4cfffbe9b39406525504b0a93318ae 0.02 MB 46 116
216,749 216,749 00000000000001c4bda928ee35cd61a9f72e83d6b98bb181d140fad586767674 0.23 MB 551 192
216,748 216,748 0000000000000021c32ce81a751fb9aed6380fd812390be3e7e9bb53a2fd6ae6 0.12 MB 231 85
216,747 216,747 00000000000002e28c1befc09a5b5934e400b1b3591d24e9eb8455f119c84d72 0.07 MB 176 167
216,746 216,746 000000000000012db0ab2afc653e7aa1a3c44cc3ae2f2bba45ac46b249c1985c 0.23 MB 567 190
216,745 216,745 00000000000000e025460a841979588d2aff771eee3abcec7f5b76107b02f3b7 0.14 MB 318 208
216,744 216,744 00000000000004507b527614176690220c9a6764d02a8f49ec55060be8717c56 0.24 MB 434 132
216,743 216,743 000000000000030a8ce2e6fb7465016d630b3bbb7ef80331b7ed57b4a7bb025a 0.25 MB 729 229
216,742 216,742 000000000000044cb274076bd9d88d40d891966f1a97ae6eee412062cf97ab6a 0.08 MB 187 88
216,741 216,741 00000000000002cbea1d609af8fc2587230e9ff699018240f64a8a698d525f79 0.27 MB 530 147
216,740 216,740 00000000000003869402e96aad19366e8a6077cecb5f4387095937a530b9d7ca 0.05 MB 116 117
216,739 216,739 0000000000000076ba77aaafa454b21572e19c006a076f9d875adec4d30d2c72 0.24 MB 512 183
216,738 216,738 0000000000000094552d2bf364d6a888102b52d1e539507cdf4ec1466a8f11ca 0.23 MB 371 130
216,737 216,737 000000000000042e5472db02d028adee341fa8bd5d79a1ba06a2954e1cf875d8 0.45 MB 696 190
216,736 216,736 00000000000004883c0ca46fc97e144ef18a5e0841c9c0216dbf5fd9437f7eea 0.05 MB 131 83
216,735 216,735 000000000000005242548e646a16f392c7f722026a317991bc7f1db5bb9e5213 0.26 MB 366 115
216,734 216,734 00000000000003648078e86a3262dbd7abd6beda314af4f98040e32df88657ed 0.25 MB 862 254
216,733 216,733 0000000000000408cc83f4afdbb30d08146aaa92522f82cd0541631ffec7c907 0.22 MB 439 53
216,732 216,732 00000000000002884213b5175685bf91b9c4b31876ceb393af56709c108c0008 0.27 MB 458 145
Previous 10 blocks ↓
Total Size: 778.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 392.27 GB
    • Received: 3.52 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.