Loading Tool

Explorer IconExplorer

Memory Pool

70,106 transactions
26.88 vMB
0.08298657 BTC
Random Selection Loading Transactions
Max Size: 161.22/200 MB

Candidate Block

Mining Attempt 61aaa00b4b37ff3a5c67e91c909f4a21f89ebdb4d769096f62af10a424374bb2
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root ae70fe50f5217d805fca6ef05e4e8f517e5cbac55a796e1c81b147f57fc382c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02546618 BTC
Feerates: 445.47 > 2.55 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (793,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,917 121,917 0000000000005eb2ba5c9dcbdda348477c61b8730db08a3f371bd2c76d08e3ec 8 0.00/1.00 vMB 0
121,916 121,916 0000000000007d2a8fbac35458206787d39c58b75e1d0422b06777e00f43ee4d 10 0.00/1.00 vMB 0
121,915 121,915 0000000000001c9a4e4ff9861b9d1b55bff34f10aaef17a5945ec330ae185ae2 17 0.01/1.00 vMB 333
121,914 121,914 0000000000007983505069ef7b489501689eb14e7360c3e8da7349115dbf395b 5 0.00/1.00 vMB 333
121,913 121,913 00000000000061a360df4021eb59e0052eeb275e8d0186448a103e70a955f2ac 47 0.01/1.00 vMB 492
121,912 121,912 00000000000053fff430d147a5212ef6e41f301322bd2fc5f56abf761f3d6b71 9 0.00/1.00 vMB 0
121,911 121,911 0000000000004e76bb2f9d84bca5b32f61be1ceefe59ec2958b7d83c8a4e69d8 9 0.00/1.00 vMB 613
121,910 121,910 000000000000584fd84b970bc8c65e55bacdcda48259924da5c6fc02bec2082e 12 0.00/1.00 vMB 0
121,909 121,909 0000000000008e925e64994848747f97c52694358b05ca3c18291ec333778944 17 0.00/1.00 vMB 628
121,908 121,908 000000000000825246f95c347992e625c4d8756373ebd12d1240cadb7bfe3428 19 0.01/1.00 vMB 1,225
121,907 121,907 00000000000054324023a7e39c993ddf7fb61b4a7ee62d862f745f5868084955 4 0.00/1.00 vMB 325
121,906 121,906 00000000000083e1838d9733a308969003944f31f47c52c0d581021247bbf3b0 12 0.00/1.00 vMB 0
121,905 121,905 0000000000004f1bede1f8e83cc9d0f5ce1669d3011ae9ac9cc63d186d6223b8 13 0.00/1.00 vMB 204
121,904 121,904 00000000000064c0be235c5df77886e43d9774d28fbc690da09d11ed5c747d21 7 0.00/1.00 vMB 0
121,903 121,903 00000000000077ee9c8f5b49eb150121ec83f62f36d1277aa8803f8ca3d12ce4 10 0.00/1.00 vMB 0
121,902 121,902 0000000000007f4926c13a3d33b47262df17f773d6863a4b819ec5ad6d4e1f5f 12 0.00/1.00 vMB 225
121,901 121,901 0000000000006a2a9f14e10e0e123942ebb8c2ea35999d29b419ae1e58738112 16 0.01/1.00 vMB 696
121,900 121,900 00000000000015ba37b5884964b2375ed9e5de80b4826c4f2c3ea90245bdd41d 6 0.00/1.00 vMB 1,211
121,899 121,899 00000000000004c1d5181c0c9586597b15856811586f51b14af915f9089b4938 1 0.00/1.00 vMB 0
121,898 121,898 0000000000005f1b2762f01e9a3fe4ed378bfdb1ec1a748e8f7fe3aa6f3666dd 9 0.00/1.00 vMB 0
121,897 121,897 0000000000004ea4bd05df1b9367445f6abedd8ea026308dc008b118b6cdd840 25 0.01/1.00 vMB 1,063
Previous 10 blocks ↓
Total Size: 783.22 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: 757.21 GB
    • Received: 19.01 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.