Loading Tool

Explorer IconExplorer

Memory Pool

67,922 transactions
25.93 vMB
0.06279313 BTC
Random Selection Loading Transactions
Max Size: 155.99/200 MB

Candidate Block

Mining Attempt 4594fb76a54732534c6b84a14be5b9112d4fd933fa36a80f6dffc87d14878645
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 40fa5dca6488caedce50f1c15db5588d1e11355f87686650d8b6cd4939277b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,645
Size: 1.00 vMB
Total Fees: 0.00791607 BTC
Feerates: 60.03 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (786,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,048 129,048 0000000000001c5b36e05ff29f83a8f217334b58f1d8cc701057a05afe246cdf 50 0.03/1.00 vMB 945
129,047 129,047 00000000000015d51d3766be2c8d204306397a5ebeb6e3746dcd06479ce63668 155 0.10/1.00 vMB 316
129,046 129,046 0000000000000affafd4c0b4d3cf29d31612c07a196df8a9e029aa5b93e16bd7 114 0.06/1.00 vMB 1,341
129,045 129,045 0000000000000cb41ab176314041712d37311594881231b864bbdd8e89c8a51c 78 0.04/1.00 vMB 1,088
129,044 129,044 0000000000001c7ca5eb7e5252487fa1e5a2055ff01efac626c01be2f9a6785e 21 0.01/1.00 vMB 1,002
129,043 129,043 0000000000000701a326ded2190cdf95087ef9e316f3586bbe985d056d118240 76 0.03/1.00 vMB 280
129,042 129,042 00000000000010d2530c49069a21eca65a6ea458018a46a5e99516941d3cee5d 36 0.02/1.00 vMB 442
129,041 129,041 00000000000008e1af21b20c0a0d8e5b067672704b7618122f1fb448076b47d6 57 0.03/1.00 vMB 783
129,040 129,040 00000000000001fa7067ed9fa26190f71aef6c6d24baec5c2d16392b6d702a8d 8 0.00/1.00 vMB 2,845
129,039 129,039 0000000000001d41f17525d45699f9fc274044279a857addbbcb5d98cb40aa12 123 0.05/1.00 vMB 441
129,038 129,038 0000000000000a5afdcd9110b5d769e345522786de8c86bcb54770f3879cf29a 60 0.02/1.00 vMB 931
129,037 129,037 000000000000195eb82f1cd9815e25c8f62e093c52d9b6e8e0994abeb2048d6e 2 0.00/1.00 vMB 0
129,036 129,036 0000000000001262b41f06d0507fcb3609ca5a7545c3cf360c6b2c9f0952ea2d 14 0.00/1.00 vMB 674
129,035 129,035 00000000000014e80a776e32238df45a5b6afbf68551b8fcd183430e9d832045 167 0.08/1.00 vMB 43
129,034 129,034 000000000000109f41cabf2aa3f4879f6245c8d92147d731825bab183871bf09 82 0.04/1.00 vMB 1,198
129,033 129,033 00000000000019337c1470d86e72838130a9f2830fabb73f99834e41bd4484d1 66 0.03/1.00 vMB 1,197
129,032 129,032 0000000000000a9e86692d6f858fc0f663d8845e14ecc8863df5d7004fa122c4 22 0.01/1.00 vMB 506
129,031 129,031 0000000000000cce843f37e405c42b9c69820f53b216adad02a2fc4767406fa3 81 0.02/1.00 vMB 226
129,030 129,030 00000000000012f5e53c736614d74f99a63e7d48e2df36ec76772135b44f223d 10 0.00/1.00 vMB 0
129,029 129,029 000000000000074032acbe5c55e4d0c8dda0cbd011867c3602591788fde0f4c9 27 0.02/1.00 vMB 625
129,028 129,028 00000000000006d79395bfeb566473532e95a86b295ab2fccb9ca24a1a1d77b9 4 0.01/1.00 vMB 0
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.52 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.