Loading Tool

Explorer IconExplorer

Memory Pool

74,494 transactions
28.65 vMB
0.08630389 BTC
Random Selection Loading Transactions
Max Size: 169.39/200 MB

Candidate Block

Mining Attempt 38b65843618fb009d9f6d0a1a5edd17dc2829cc9f4f231b5bef3b538a6c9225f
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 7b0b0e37d9058581e2e5f9bfd7be9e48fd10313ff98a715396133d949ebd9068
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,314
Size: 1.00 vMB
Total Fees: 0.02870715 BTC
Feerates: 201.37 > 2.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (492,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
422,359 422,359 00000000000000000038591e1d35571776626f83c078a7e43cb4f081525fb8e4 2,123 1.00/1.00 vMB 120
422,358 422,358 000000000000000002d6993083a8cef0ccb16a6ca05b8d6f594a5370a3d9312f 2,478 1.00/1.00 vMB 81
422,357 422,357 0000000000000000009a299f5f5cfa58429db748614414984d8819cafd7fd95a 2,613 1.00/1.00 vMB 59
422,356 422,356 0000000000000000023609d6ca2711b55bae7be63ce3c7ba09bee00a62678b97 2,363 1.00/1.00 vMB 106
422,355 422,355 0000000000000000014fb9bfedd3fb880bc5fc8aec44547e54553b15b9b52552 2,531 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.46 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: 667.87 GB
    • Received: 15.30 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.