Loading Tool

Explorer IconExplorer

Memory Pool

80,569 transactions
34.11 vMB
0.13202059 BTC
Random Selection Loading Transactions
Max Size: 193.60/200 MB

Candidate Block

Mining Attempt e2608e5fa4bbcaffd264553c5b060482792be2d2f65e65f9b41d4b7cb800ffc8
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 72305f7b534cc319d3b1cc8114ff38e88b9582c6410217d8c8250cf06ed681dd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,422
Size: 1.00 vMB
Total Fees: 0.02146370 BTC
Feerates: 52.08 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (878,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,387 37,387 000000001ceff31f97327d2b9c9305677e874e45c18e8133c966832ad3764407 1 0.00/1.00 vMB 0
37,386 37,386 000000008b180481a6762f05830f817d8ef7504586279a165801aa20d3c8062a 1 0.00/1.00 vMB 0
37,385 37,385 00000000129dce61c025e7859297ac04e217db6514ee26a58c80363c89b95b5e 1 0.00/1.00 vMB 0
37,384 37,384 000000005f20c313c554d784ff77d6c069581103eaa5f7681bb404ec519f481e 1 0.00/1.00 vMB 0
37,383 37,383 00000000bb859262e4d04132ec958b9c83951880fbe755d6df75a342c85a4b48 1 0.00/1.00 vMB 0
37,382 37,382 000000000003222c5128575d34825bb0bf353c58959ef6c0aef8d6aaac36327c 1 0.00/1.00 vMB 0
37,381 37,381 00000000ab7ed8af1fbfbe95a1afc5140858f4830b33d8b97126f2999b6c56cd 1 0.00/1.00 vMB 0
37,380 37,380 0000000046d6fee5ce1d8e9b91e2047bab95adf6b09d4eb6adbc22eba50f0e2d 1 0.00/1.00 vMB 0
37,379 37,379 000000009cc8db628de7b64888de637e6a2d30842edd65c27266c47819282a09 1 0.00/1.00 vMB 0
37,378 37,378 00000000a9a7c489e348d4f9d9c405b86daca4437467341b16c49947b57fa27c 1 0.00/1.00 vMB 0
37,377 37,377 0000000053c424909d87468eec7f46890ef8220fcf88ee725a1a363c0ed2c394 1 0.00/1.00 vMB 0
37,376 37,376 00000000885a855cfb2e463b4859c4bd842a59beadfa682759b9e476240b1405 1 0.00/1.00 vMB 0
37,375 37,375 0000000063d1cffa9e468e7579999b7d84fc59c435b36ebf094fa3f66f123d6d 1 0.00/1.00 vMB 0
37,374 37,374 00000000a07c632b627834167d75e43973162b54483028fef4781e825f658e88 1 0.00/1.00 vMB 0
37,373 37,373 00000000145161052336c86357d693fb44d25d7fa560adad335960b5dc68b794 1 0.00/1.00 vMB 0
37,372 37,372 000000008b7b7ba1c57f1045e05beeb72dc672ffa371d32540d36130ef67bfb5 1 0.00/1.00 vMB 0
37,371 37,371 000000003340fc37ef9281212186c34973d3154be98ae9a03438fc24aa950f6e 1 0.00/1.00 vMB 0
37,370 37,370 000000004daf0d9aeced75c51c659a08b6b331c21b9e3da1d476d01be797af19 1 0.00/1.00 vMB 0
37,369 37,369 0000000015cbe55224bdd8cc3024015db8d3b1537f9b84aea7b0ded4152122f2 1 0.00/1.00 vMB 0
37,368 37,368 0000000018f24ab100c83c9078b4c71e41adb313604c6ed35594b25472e18cc4 1 0.00/1.00 vMB 0
37,367 37,367 0000000072e3d6ecc02c8f5b75369fe8af0161c4c1dbec733d4f37272bad9597 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 729.52 GB
    • Received: 18.49 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.