Loading Tool

Explorer IconExplorer

Memory Pool

27,128 transactions
24.02 vMB
0.04417224 BTC
Random Selection Loading Transactions
Max Size: 128.30/200 MB

Candidate Block

Mining Attempt 79a41ccb656329352e1247ee0d97904ae5b2512d1f3f3f6118c63c7b5862b8cf
Version 20000000
Previous Block 0000000000000000000139ca952997c0832ea205471c82d294ada86faed32ee5
Merkle Root 568c9e2b19baaaabf519d2e61b153a7c4da9287e690d9d7b63af391f4f46a7cb
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.01764808 BTC
Feerates: 75.68 > 1.77 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,996 (65,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,160 874,160 0000000000000000000174e581eff1f2e484d38e7180d976b46d4010a758c3de 2,081 1.00/1.00 vMB 7
874,159 874,159 000000000000000000008fbed1fd2ef50c68e39e9ceab3423ddd4449978093a1 3,567 1.00/1.00 vMB 4
874,158 874,158 000000000000000000023f9e6974a9ab0ff181a24be875b9afd7ae5e574ed4d9 2,369 1.00/1.00 vMB 7
874,157 874,157 0000000000000000000131391a56a91472fc62b7a4fd4903501ef8c6b26dbf4a 3,188 1.00/1.00 vMB 15
874,156 874,156 0000000000000000000089a598c36a53a3803ef271ab4127807b9a599404774f 3,086 1.00/1.00 vMB 10
874,155 874,155 000000000000000000007a05dbdc2fe2c1070621432962274e5823798cc0c1e7 3,067 1.00/1.00 vMB 13
874,154 874,154 000000000000000000024fe18bd3412e1d24a6b5c805e9dd90cb13fed1602bf5 2,317 1.00/1.00 vMB 7
874,153 874,153 0000000000000000000003ea40ea01bfd58623c06aa87501cfecf2fd4858eca3 3,578 1.00/1.00 vMB 14
874,152 874,152 00000000000000000001262c8ad33d784be82d12082825ef9f98fe6683d65ad6 2,865 1.00/1.00 vMB 13
874,151 874,151 000000000000000000016c817d59ccd1b9a08f9c034c58a31b39b6e8e3ab76b1 2,679 1.00/1.00 vMB 11
874,150 874,150 0000000000000000000149783222949e5998239c750cf8c501e9fd8ef240d9e1 1,253 1.00/1.00 vMB 6
874,149 874,149 000000000000000000029b6adac1f8cd2a18d9f05c11c7718305e578cc4df4c9 2,471 1.00/1.00 vMB 9
874,148 874,148 00000000000000000001257488308e41a778be186ad5f173555284b791f6f4ee 2,687 1.00/1.00 vMB 11
874,147 874,147 00000000000000000001d706a8e1bac88edfe97056fe82fadad21fe1cb838be0 3,195 1.00/1.00 vMB 11
874,146 874,146 000000000000000000007383aa32345426bfcc3e74eaa925ce1302c74f1f8281 2,132 1.00/1.00 vMB 9
874,145 874,145 000000000000000000000df754e62e8906e26b5e588a1e557494e52b94b249a4 1,800 1.00/1.00 vMB 7
874,144 874,144 000000000000000000007c26c4ad697e1d9e2e02e511ca99fef5f2d62f9f8d91 3,031 1.00/1.00 vMB 7
874,143 874,143 00000000000000000002aeb0debb184954e54e24ab2dddfd4c8bbd27e6d6c356 2,418 1.00/1.00 vMB 10
874,142 874,142 00000000000000000000748da187e560c34e350507834c5fbabce6a375bcd2fa 3,330 1.00/1.00 vMB 17
874,141 874,141 00000000000000000001f02082048765dc8ddf027c7485b6f0908b282d25bb51 3,400 1.00/1.00 vMB 21
874,140 874,140 00000000000000000000e7520349cb2ae5630dd114b9356b61771bbed573d303 2,834 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 826.70 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: 4,417.53 GB
    • Received: 239.39 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.