Loading Tool

Explorer IconExplorer

Memory Pool

73,241 transactions
28.21 vMB
0.07231017 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 2c46ab21e7e2c508aa0ae19dd4cb655cc4abacda669df5115ee38bc60f7ab9e4
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (516,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,198 398,198 0000000000000000076e48a5c9b540187dbd80101eaadaccbbbedd84f7dd535d 1,196 1.00/1.00 vMB 23
398,197 398,197 000000000000000005d5b0029fab3393bd8fdb944be820915c21692401390009 1,212 0.93/1.00 vMB 23
398,196 398,196 000000000000000001be4d12b789a7e708d205e72315fe861fda53ee185b7dd4 1,424 1.00/1.00 vMB 28
398,195 398,195 0000000000000000046e3e09a33d3550c750958d01d1ebcee582ef644443aafa 1,112 0.93/1.00 vMB 26
398,194 398,194 00000000000000000174216a0b453298d9a8bfc489f69c2356bc0f8d51d17157 1,137 1.00/1.00 vMB 28
398,193 398,193 000000000000000007808c2a2c0a1019c015154ad64a5223f34d9251b5aaa2f1 2,363 1.00/1.00 vMB 41
398,192 398,192 0000000000000000028b6d02f39fbd6f16ddbf54caa472b26f42b1c5a8be714f 987 1.00/1.00 vMB 32
398,191 398,191 000000000000000001fa5e409583e1bdb72cf19cd6dda7f06afe4357ff82769d 578 0.93/1.00 vMB 21
398,190 398,190 0000000000000000061002ff49728adb3c97be7a4e7a4e1dce64e70ee06e1844 1,730 1.00/1.00 vMB 29
398,189 398,189 000000000000000004850abf94906c803d895b73796abd41f460c4c0c755bb5a 2,106 0.93/1.00 vMB 40
398,188 398,188 000000000000000003cc512dd42d152f1f4871ab0aac72f207ee2f78a11110ab 739 0.32/1.00 vMB 36
398,187 398,187 000000000000000004a84eabb1f5ddeec2f5a8e61aa5ec4d960811dc19425b1d 1,812 1.00/1.00 vMB 30
398,186 398,186 00000000000000000195a35422e9d46b312e9c810eef38524dac852747b1e0c5 2,343 0.99/1.00 vMB 44
398,185 398,185 0000000000000000032ee0a1cc2891dc2bcc1b2b3226fd1a256c00413fcef55c 783 0.74/1.00 vMB 27
398,184 398,184 000000000000000003cb234744b1cd6e9ac78d6b4b9df3071d15825b8770fcc4 1 0.00/1.00 vMB 0
398,183 398,183 0000000000000000076054277fe03650450fd06dce1c25b7120e2857d5001c7e 2,240 1.00/1.00 vMB 55
398,182 398,182 0000000000000000011c5db4d06b2ba936a2031c5c89ad359aa2d2289068a90a 2,587 1.00/1.00 vMB 53
398,181 398,181 0000000000000000037e2b3387f2829fa12b1888bbf3a3be3ef18552f6cd9010 2,806 0.95/1.00 vMB 59
398,180 398,180 000000000000000001f77bb71db51652f94a00bf95a630f3d2fd1dbda3024168 2,160 1.00/1.00 vMB 44
398,179 398,179 00000000000000000697f7151804e575a507d7d2e342dad900dd8987134574df 1,525 0.93/1.00 vMB 22
398,178 398,178 0000000000000000047ea5a245e8c8c6c40db024cec16f8d59fe361d37f10fa2 1,710 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.