Loading Tool

Explorer IconExplorer

Memory Pool

68,253 transactions
26.04 vMB
0.06485440 BTC
Random Selection Loading Transactions
Max Size: 156.58/200 MB

Candidate Block

Mining Attempt 9d0e22b5e9b2600066317a921016c1c0c3d37c161d2fef22d05273268202b32b
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 97d197f277e76d935f8fa72f39094ee4184b938793f79a0bc46f335cc536803c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,302
Size: 1.00 vMB
Total Fees: 0.00960583 BTC
Feerates: 60.03 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (793,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
121,896 121,896 0000000000004c163bb675cb7a13ed1a5b70c183b581d9eb09648facd2064874 17 0.01/1.00 vMB 0
121,895 121,895 00000000000058dbecce42fe62b5eb0722939f867302204d7108fb5f35ff24f0 14 0.00/1.00 vMB 1,480
121,894 121,894 000000000000312bcb801ee3ba390353f3cc4b493615e63465ac5c5f69ea5d45 18 0.01/1.00 vMB 930
121,893 121,893 0000000000001eb4b252cd7091fc06645bcfe92077eb692e511b78311b0a65c7 16 0.01/1.00 vMB 1,213
121,892 121,892 00000000000087d3b50d0cab0f44ac92677dd7e126569279082c7e0821be2593 15 0.01/1.00 vMB 2,217
121,891 121,891 000000000000133d8805cca25cfc7fc92cabaa3301f5979fd680b5d26d14190d 1 0.00/1.00 vMB 0
121,890 121,890 00000000000042ecf3721db12cd2600bd0d152f1097d6af155c3a80ed5f71263 12 0.00/1.00 vMB 650
121,889 121,889 0000000000004bc8d5d10176b4a19d577c945ae5e4a08917df13168b49d02211 13 0.00/1.00 vMB 1,217
121,888 121,888 00000000000095269ceca2fc91ab2911fac1e12cbd1499d9781416698f5cc1ec 36 0.01/1.00 vMB 706
121,887 121,887 00000000000066b8b1805c35a30dba933c3f9b4f6f5e328c2283ed010cdcc1f8 8 0.00/1.00 vMB 0
121,886 121,886 000000000000094d2c016d8476e76cd3299b19679f4126cb52471dbd2f939686 25 0.01/1.00 vMB 1,490
Previous 10 blocks ↓
Total Size: 783.29 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: 766.54 GB
    • Received: 19.28 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.