Loading Tool

Explorer IconExplorer

Memory Pool

79,024 transactions
29.61 vMB
0.07407851 BTC
Random Selection Loading Transactions
Max Size: 177.89/200 MB

Candidate Block

Mining Attempt c1f2317b0b6eeb3633a2c9533451f57d84a19b82a7cabf9b61af7136dfb19d4a
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 22faa43a6607efa551156ff1143b3b91b9272011df8cbe23903224893c610ef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.01381950 BTC
Feerates: 302.06 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (681,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,363 233,363 0000000000000055a6715090b26190bddea99876feb22a9f80ca98adaab9f1a1 444 0.21/1.00 vMB 149
233,362 233,362 00000000000001b4d16ab38468ad3cc4166b78ac60f3d0c59bd09c28466c1f9e 254 0.12/1.00 vMB 148
233,361 233,361 00000000000001c13361d6daed05e93c59d4e804bba5cbaa1d2e85ef333331ca 64 0.03/1.00 vMB 196
233,360 233,360 000000000000013b6845c8634d00a625fa68dcd66c752ee8cc0f136273099542 18 0.03/1.00 vMB 42
233,359 233,359 0000000000000181f5a984dc9d99e4b48875d1d8cc883d4d9727621bd1f9fa2d 284 0.13/1.00 vMB 225
233,358 233,358 0000000000000112f799ab9a74b1003b1614efeb0fed81c84268089b7df234da 175 0.08/1.00 vMB 179
233,357 233,357 00000000000001b629c4fa7344d6f33af2aac5f75982c7d9da61f484d6c42f97 202 0.08/1.00 vMB 210
233,356 233,356 00000000000001250be7b72b0cd3daa59ccb4c1f29e31dc533deb1eabd7f5ce0 361 0.14/1.00 vMB 17
233,355 233,355 00000000000000ba29d4887c34f943d3938dbcf0a219f00b33a19df6983c029c 190 0.09/1.00 vMB 172
233,354 233,354 0000000000000196a3cc290f4a65f4abac1c0be5e7f7ef19d2d3410c6684f3b6 159 0.11/1.00 vMB 138
233,353 233,353 000000000000001a95aa04fcdfa65b9d95685a73c23c0ae4721915f997f6eb53 358 0.16/1.00 vMB 203
233,352 233,352 000000000000000c8b215f0d10efaf209143ae1031b1a3ccea1d020283b6adcd 325 0.15/1.00 vMB 97
233,351 233,351 0000000000000175ef29c655d06229980f00360a95a7d88ebe04c813ce0c8718 117 0.15/1.00 vMB 57
233,350 233,350 0000000000000040f13a3cfd2056c87d2319a1b25f95a9edcf516f37ca61a9b5 483 0.22/1.00 vMB 151
233,349 233,349 000000000000001533e4edb7236bad76f4f0c18758d531ec769d7cfbbb55140c 128 0.05/1.00 vMB 167
233,348 233,348 000000000000019d7e59c125359c5e88547824cef437ecda5daeeb1af744103a 165 0.09/1.00 vMB 134
233,347 233,347 000000000000011f7d88e7b71501924c48ab467a037d6252c1d0c3dadaa4a5c4 252 0.15/1.00 vMB 141
233,346 233,346 0000000000000130def4531934eb658a6e74c94bca4b97735dd4092111aebeb7 211 0.12/1.00 vMB 148
233,345 233,345 000000000000010a0d2947185100df187667ef1150731c1538c93f533c3d0249 64 0.02/1.00 vMB 125
233,344 233,344 00000000000000721c21731bd2cc397acb9711bcc57566887859b70426d804f9 386 0.19/1.00 vMB 153
233,343 233,343 00000000000001b693d6dbeeea9c48c3c51f89aaa75c818d7a200aaa793c024f 549 0.27/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.