Loading Tool

Explorer IconExplorer

Memory Pool

78,466 transactions
29.34 vMB
0.06297947 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 58a4ba233b6042c152952c0ac4e6b9824c8a05000032fc6eb704d48a6dbdd7dc
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b570aeda8f9d3d40ea8eedda3e8ec2f1d9f8f9bfbb24dd2acc574f1ed7eaef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,448
Size: 1.00 vMB
Total Fees: 0.00358082 BTC
Feerates: 9.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (677,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,490 237,490 0000000000000003058e2f4fbe6f248b98b80d91fe0d6978d54ed5e7d8e613d4 74 0.06/1.00 vMB 69
237,489 237,489 00000000000000148365e1324e7c8bd1e7eefc99ff568b86d513b70fe2c25753 116 0.05/1.00 vMB 178
237,488 237,488 000000000000002df9df6e37653062dd4c1903618e83a1af6dfd202269fc76a5 136 0.12/1.00 vMB 83
237,487 237,487 000000000000005c7e7d570bf0a56c608c59cd83cf5dd915d7c8e1eb2fdb34ac 604 0.25/1.00 vMB 194
237,486 237,486 00000000000000785795c23a2114b0bda5a5a7a10aaef815ac4080a6311a5447 26 0.01/1.00 vMB 215
237,485 237,485 00000000000001781139f5cd4f1d591563dde3eb2d652420260ee1e75b3d8958 271 0.13/1.00 vMB 175
237,484 237,484 0000000000000126cbe4c005c53e5acc73ff9c40f1608a4225b7b3c4ed77ae67 64 0.02/1.00 vMB 124
237,483 237,483 0000000000000028b219e90c7821a2570b7acf7de46f88f785225180e663fbac 145 0.08/1.00 vMB 151
237,482 237,482 000000000000014ad965f558a63e59f515dfa2de1813987faa022d7cb9a7ea35 210 0.10/1.00 vMB 185
237,481 237,481 0000000000000135e1e0b14f289ea221eb8e721eae6fed59e30591cfd91aaef6 296 0.10/1.00 vMB 27
237,480 237,480 00000000000000d7c5dcdf22c66d7b3e5ce3736a002a72c6c3a165d20546af58 1 0.00/1.00 vMB 0
237,479 237,479 000000000000004e49be8f759ddb55fc92a444cfb9945933f13d263a6b99ddab 12 0.00/1.00 vMB 155
237,478 237,478 000000000000008f435e89675b32990e6c3b6a7d55c1160b606d8ff389295678 213 0.12/1.00 vMB 127
237,477 237,477 0000000000000126a6e4c445a40da9e806cdb03f42c9a410b44bc3c8909b254a 191 0.09/1.00 vMB 158
237,476 237,476 0000000000000123cc2ac8b57fcbc89f383c25ae9aecff31e168c1085a23ddea 93 0.04/1.00 vMB 110
237,475 237,475 00000000000000e6d62361b994a4600b2747d8b75a3ac0a8167b5b27226aeb8f 389 0.19/1.00 vMB 154
237,474 237,474 00000000000000955719dd6dd19328f5e4555a5eea9b8c0ed036b16cce6da95b 329 0.15/1.00 vMB 190
237,473 237,473 000000000000014a88bbdf0e814cb1ec0e53df844c9f2a3694388b69db2524a6 161 0.08/1.00 vMB 120
237,472 237,472 000000000000004f99faba808359c417f16e1c9450c903b430f85c912d74d783 131 0.06/1.00 vMB 171
237,471 237,471 000000000000002cb37e272f939f78ce795dc260b8ffa98fefd128a8c81dff2d 528 0.21/1.00 vMB 191
237,470 237,470 00000000000000b7d86108fb11d603c56dd3fef13ac14fb20e41f3399eea5528 132 0.06/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.38 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: 664.24 GB
    • Received: 14.96 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.