Loading Tool

Explorer IconExplorer

Memory Pool

78,344 transactions
29.28 vMB
0.08120298 BTC
Random Selection Loading Transactions
Max Size: 176.91/200 MB

Candidate Block

Mining Attempt c3ca97a90042283803054d049421095da55e65d3b71c98b6f58dff260d1eb2b9
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0cc2a0217903fa8daabac506d3796f6f856a3719a3361bffa64a2a840afdcbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.01987361 BTC
Feerates: 94.79 > 1.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (492,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,380 422,380 000000000000000002b74cdbb82e9e8dfa8e64b718c65153f9e9156694c1264e 2,629 1.00/1.00 vMB 93
422,379 422,379 000000000000000001280b8e7c7641b882658a109ff1886ff6cc8ca7d08366c2 1,849 1.00/1.00 vMB 26
422,378 422,378 000000000000000004b7348220a0b2b715fc30c76159de0b5140bd5c79e62817 1,562 1.00/1.00 vMB 28
422,377 422,377 000000000000000000b1f80fb7a6b2070013d0028cb55f87ca853cc2383e37a7 1,217 1.00/1.00 vMB 63
422,376 422,376 00000000000000000198e3d2237dcc78146d077a975bec3b945b5621903c95c7 1,874 1.00/1.00 vMB 43
422,375 422,375 00000000000000000364c701a9338b2fdcfab78d0da1064c7c6638dd23eaf2f8 2,247 1.00/1.00 vMB 48
422,374 422,374 0000000000000000011658d922b54b5204d407e677e2bbaef32a72100d084ee2 2,460 1.00/1.00 vMB 82
422,373 422,373 00000000000000000118d50906ff9d0f2e52f0969c84ebe631db4383e82e5ca4 2,336 1.00/1.00 vMB 63
422,372 422,372 000000000000000002df85b73562d01bff8e13389ae99532093a6e0b019eb348 2,257 1.00/1.00 vMB 80
422,371 422,371 0000000000000000027a4c9b5fc32df6c960ee8e8b4eeb56394b22cc10f7a5e1 1 0.00/1.00 vMB 0
422,370 422,370 000000000000000003fc6bcd43a76a24f8f55b9ac89cf4530cb1f8da7af60343 1,679 0.75/1.00 vMB 68
422,369 422,369 00000000000000000366abef92b50a9be15270a07b40b921c43c2c8b2311143e 2,453 1.00/1.00 vMB 62
422,368 422,368 000000000000000001c5219eafb63e719718eb0dbec86009602c9e1413f8bf0b 2,043 1.00/1.00 vMB 34
422,367 422,367 000000000000000003b9418db564db952a192f7e1f5936621692c15b59bad752 2,243 1.00/1.00 vMB 49
422,366 422,366 000000000000000000f34a188684e071ab56a0c8222a407517e6681df3aba5c5 2,537 1.00/1.00 vMB 72
422,365 422,365 000000000000000003bff6030999b2305187504dc0a89937d779451cff53a225 2,208 1.00/1.00 vMB 66
422,364 422,364 00000000000000000315c37d86ccc3d64692e0fc6488ad16adc2c1a0bbac4139 2,859 1.00/1.00 vMB 72
422,363 422,363 000000000000000003d8ed9588f9bbf0bc639cd8a53570b8953a9a2695e7fafe 2,625 0.99/1.00 vMB 66
422,362 422,362 0000000000000000009853f682b56f32b9adb469ed5210f77a81b18ab0155d08 2,470 1.00/1.00 vMB 61
422,361 422,361 00000000000000000009ca910482912ba6cde67d1288d52421d534330d748aff 1,873 1.00/1.00 vMB 87
422,360 422,360 0000000000000000026c994f6ce3d2215231b69bc95ef449789fb7a6b760a17d 1,137 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.67 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: 674.46 GB
    • Received: 16.43 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.