Loading Tool

Explorer IconExplorer

Memory Pool

86,805 transactions
32.28 vMB
0.22947737 BTC
Random Selection Loading Transactions
Max Size: 192.95/200 MB

Candidate Block

Mining Attempt 565d291d30868cfc2a80c154263d39a5cd8a0cd8b736aad664e29ac12e238e84
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root c97d3e8342092ef4e6c149c4071e02751b68eebec8928bf1777bf879886a7031
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,352
Size: 1.00 vMB
Total Fees: 0.10247339 BTC
Feerates: 529.10 > 10.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (89,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,938 825,938 00000000000000000001d8faf9b8a2baad53839f4a05fb457f914e0efc58579b 2,841 1.00/1.00 vMB 56
825,937 825,937 00000000000000000003cb9898db17dee9897f7f28b3c943834dfacff9c11a5f 2,876 1.00/1.00 vMB 83
825,936 825,936 00000000000000000001ff01306653faf50ff902ee7e8b278c3f4918047a0389 2,697 1.00/1.00 vMB 86
825,935 825,935 00000000000000000003cb679eef066d6d21ce25c40e9e16b6c7d4f6962a9a75 2,799 1.00/1.00 vMB 106
825,934 825,934 00000000000000000001c74662e9b280ed69d04fe79667b12d5a450cb5063cf1 3,255 1.00/1.00 vMB 72
825,933 825,933 00000000000000000002f95317315f9d00b2299eb3499b0f499a707506ad6735 3,406 1.00/1.00 vMB 81
825,932 825,932 0000000000000000000052c0558b25a6fd690695c12e1a18fec0534479beeb5d 2,378 1.00/1.00 vMB 52
825,931 825,931 00000000000000000002a1615aa1ebc7af3ebf2e8557c40078b01909065858f5 4,426 1.00/1.00 vMB 50
825,930 825,930 00000000000000000002eab7972d3454702dfa5cd82fa76e1359ce56be005f70 2,698 1.00/1.00 vMB 56
825,929 825,929 0000000000000000000388f339429b7cdb2b9d50cf7482dea9556afdc2033d17 4,315 1.00/1.00 vMB 81
825,928 825,928 0000000000000000000231eb8884fec2e3c2fe14fd82626bcaa1a7ceec5caf93 3,123 1.00/1.00 vMB 67
825,927 825,927 00000000000000000000ff10e27886dcbad5e3f737aea821dd0bfca23a29222e 3,355 1.00/1.00 vMB 91
825,926 825,926 00000000000000000000e21c52f32e7b4695ce0b8e8bb57e579b186d0c398dcf 3,288 1.00/1.00 vMB 97
825,925 825,925 0000000000000000000167d28e143fae82c49950ea64a9c64fdb3997cde82685 2,920 1.00/1.00 vMB 155
825,924 825,924 0000000000000000000261575d23ed73b66b49088b53b9d98daefa14921da16b 3,231 1.00/1.00 vMB 113
825,923 825,923 00000000000000000001685439d8300b1efb45094769a144184ca40b893a51f4 3,217 1.00/1.00 vMB 64
825,922 825,922 00000000000000000000b77609bb933bf7636959d487169b21a7f4aac563cf40 3,065 1.00/1.00 vMB 78
825,921 825,921 00000000000000000001e634cdcaf9e9bee2baa8e88b9541d5be6af2c84219bc 3,123 1.00/1.00 vMB 87
825,920 825,920 000000000000000000011ef9646f1f567de03ea3ef3c631e0a1b81c5bf7b2ec9 3,511 1.00/1.00 vMB 82
825,919 825,919 0000000000000000000240480eabbd7c1e883cc709a93dc8a67229ddfb5a5040 3,238 1.00/1.00 vMB 82
825,918 825,918 0000000000000000000095eb9d77ddf0913d8e2d8acb046d049b980ee3172754 3,138 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.