Loading Tool

Explorer IconExplorer

Memory Pool

79,258 transactions
29.13 vMB
0.07137535 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt b6073a8fab72efa5dcd7567bd0bdb907ddb28817130cbe9521cb16c390cdc0a3
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root cb36dc02d64fad636898fb8975ab4a643279bfa36de9e8f9bb8d2c9f70b61f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,839
Size: 1.00 vMB
Total Fees: 0.01049487 BTC
Feerates: 73.20 > 1.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (673,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,122 241,122 000000000000001df9bc6bee7e90af5dd97d4c7d41eed84f368905d358dbdcfe 467 0.20/1.00 vMB 173
241,121 241,121 000000000000003bdb8b81fc442701daec78e8700180b6c95b95b8f7d02d65de 190 0.25/1.00 vMB 59
241,120 241,120 000000000000007c6a3aeb283bcee905d013510a64612f2e646a76cea253d61e 46 0.02/1.00 vMB 222
241,119 241,119 0000000000000017a7e6957e379ce11d398ed5773007d7310ad85b4f8512ea33 64 0.04/1.00 vMB 51
241,118 241,118 00000000000000e32a249d4d011b2b710fe6befeee7ffa4a7467a736137f3440 537 0.22/1.00 vMB 187
241,117 241,117 000000000000007be292cf60c2ae65cd119da3e751c3bc02b0f375dfdafb2b1b 69 0.03/1.00 vMB 201
241,116 241,116 0000000000000059a1dff6d0c91713d63d08797a59982573770c7785df75796c 109 0.05/1.00 vMB 138
241,115 241,115 000000000000008419014eb2ea3005cb85c8cc5ac86bebb192415d8f0dfc1e2e 153 0.06/1.00 vMB 164
241,114 241,114 00000000000001023a4cdd59314cbd2bee0eb8ca6ec6417616cfd6b7a2b3fc15 245 0.12/1.00 vMB 1,646
241,113 241,113 000000000000008b0e9e3364af7175d1627d7a4993ca43b036bd91a0d8eebbb7 91 0.04/1.00 vMB 224
241,112 241,112 0000000000000085fb61351ce99e3102707c36522256d197911f025c7381e49f 186 0.08/1.00 vMB 194
241,111 241,111 0000000000000068cce05a41acbb34479cc79422de34ccf3c58917a561c7b3ee 196 0.10/1.00 vMB 146
241,110 241,110 00000000000000bf1d6f6eae9018e6eb5b82cc29adaeea8469095be4d17be5fb 145 0.08/1.00 vMB 165
241,109 241,109 00000000000000f433cd3823b19bfb12b8a3c68d9160d54a4ffffb673c13aeb4 397 0.16/1.00 vMB 193
241,108 241,108 00000000000000c961a15bd918bac3ddd4478d8bb16f5ad9c74a94454fc9141e 258 0.11/1.00 vMB 1,011
241,107 241,107 0000000000000056f41f9f5097741fd4a0e76643e17adb9585751b496513b1e0 228 0.11/1.00 vMB 143
241,106 241,106 00000000000000e467ddb2a3cd77ceb858545b816c41b858c9ebc86e2d79c9e2 79 0.04/1.00 vMB 174
241,105 241,105 000000000000007a64b87d65e21cb210296a3c39d5d21ed87f8ccce4f2d5efc0 210 0.10/1.00 vMB 184
241,104 241,104 00000000000000bfcb4c38d1f00dfd636707659f9819c9c88539f57e475fad55 107 0.12/1.00 vMB 81
241,103 241,103 0000000000000070d017cf8308fafef0d148feab5e8f8756632a123718e4bd2d 609 0.25/1.00 vMB 213
241,102 241,102 00000000000000475b23cd88f95a3fde22953f46dd9eea4449f77e34db7f5f02 170 0.10/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.58 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: 671.35 GB
    • Received: 15.91 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.