Loading Tool

Explorer IconExplorer

Memory Pool

77,789 transactions
28.59 vMB
0.10037819 BTC
Random Selection Loading Transactions
Max Size: 173.91/200 MB

Candidate Block

Mining Attempt 6d25e0e63f875eb3c59e2afa7d71248d2f472c45acef66bae07e17bfc8a92637
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c771ef7c4112a3faf6bb174af2b79008af14e985f1ff48c5ca6baa2c5cb9a178
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.03481537 BTC
Feerates: 602.26 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (661,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,762 253,762 00000000000000096a32a69a2c599b320a19c8138e3d8067deb00e05e2e847ce 467 0.21/1.00 vMB 111
253,761 253,761 000000000000002c3b71b046907cafcad888011dd6c78f1e8ca5d29eb599c801 174 0.10/1.00 vMB 59
253,760 253,760 000000000000003e33120cb93b7a7b6ad28333582df7e6be9d5c957821005f32 358 0.13/1.00 vMB 140
253,759 253,759 000000000000002eea3a9cf72754940d8eef8c8bbc9e2872871fd6ffd352b94a 610 0.25/1.00 vMB 88
253,758 253,758 000000000000000b6ec2e5052ae9df4513f227ba40de4aca6fda56b384b002d0 615 0.25/1.00 vMB 2,410
253,757 253,757 0000000000000049ca50779a57ddb4b21d46859bcf4fef34cdb4de66746ee7fd 357 0.15/1.00 vMB 163
253,756 253,756 00000000000000407856af2b10b1841896eae0dd6d3321acbfe1d44c31a2446e 437 0.19/1.00 vMB 66
253,755 253,755 0000000000000047a836dd9bfe98e99299715a9dfbe1c2d54a3e31e7fa614e43 493 0.19/1.00 vMB 182
253,754 253,754 00000000000000137a57e1a787a206370afdf8c919ba1d796fec41fb647d8950 96 0.05/1.00 vMB 111
253,753 253,753 0000000000000033aaaf50252e5f077e883df7532562563f8a36aec468a1996d 148 0.06/1.00 vMB 124
253,752 253,752 000000000000004c1c0b1aa87277a7aabb3909281d50f4b71cc5f163ca4d1b20 626 0.25/1.00 vMB 106
253,751 253,751 0000000000000053989cf473d42eaf7de73a75d673adea3f021ee52abce207d8 397 0.17/1.00 vMB 133
253,750 253,750 000000000000001c67423f096829b9f265d7146372611a4b0adb70421addcf4a 282 0.12/1.00 vMB 117
253,749 253,749 000000000000000611a9ed53bdf40078eac9f897d000b3602090beec69914023 438 0.18/1.00 vMB 115
253,748 253,748 000000000000001d4cd668bf75f99f4a187cf8b6ecad3b303709cd65bcbecfdf 277 0.12/1.00 vMB 146
253,747 253,747 00000000000000533f6b7f39881a59a2a06ba4e26f8d43f938539cdd17b8326d 42 0.02/1.00 vMB 121
253,746 253,746 0000000000000048b0036be4822bd0eb01b0694756a9e53db8d6c1a3d9a1ca48 625 0.23/1.00 vMB 116
253,745 253,745 00000000000000032433b672d9220f9ba6ca1f87c10988111c88f0a8e47fa43f 128 0.07/1.00 vMB 52
253,744 253,744 000000000000000f4dee6a752d672bd26f39d3e87bc5a3f07c159dd24a1077c5 162 0.09/1.00 vMB 53
253,743 253,743 000000000000000c9aeb60d6e9a90197b48d813ee7857ac3f65c6d59debf4238 383 0.22/1.00 vMB 105
253,742 253,742 000000000000001e9d9c56873ef2e3f4945dc43355c9e13577141ca4423cda10 589 0.25/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.92 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: 714.36 GB
    • Received: 17.53 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.