Loading Tool

Explorer IconExplorer

Memory Pool

38,472 transactions
26.89 vMB
0.05476946 BTC
Random Selection Loading Transactions
Max Size: 139.93/200 MB

Candidate Block

Mining Attempt c50e9056bb6f3285d22894f292085355b88fea93f4d46a05ad4bc646786329f4
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 3493acc2c80cc5c26ee8c8e3e1f9124632abb5379e7924e35ea2b08f0f450856
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,122
Size: 1.00 vMB
Total Fees: 0.00511641 BTC
Feerates: 44.54 > 0.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (831,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,158 83,158 0000000000256e9059ddeff04547d425362b709c6227f41e8fb34348ebae958b 1 0.00/1.00 vMB 0
83,157 83,157 00000000000de9685a63c519a04a648790127b929daccf5d7b987fd7cf57c1d9 2 0.00/1.00 vMB 0
83,156 83,156 00000000001724009ac72a49579d0458050a1e44152d9ae6de44088b992b64c4 10 0.00/1.00 vMB 0
83,155 83,155 000000000024c1d1c36c282c7370540da69e72398c03266523f5f2e21ead748e 11 0.00/1.00 vMB 0
83,154 83,154 000000000014540df64075881f1ef7a4317911c4a536ef993b654c08a73a4da9 1 0.00/1.00 vMB 0
83,153 83,153 00000000001d49b41b0686397cc874737eaf2c1e1c386270b9666c7f4b70aecb 1 0.00/1.00 vMB 0
83,152 83,152 000000000000fd8df966cdaeb0efa2a8c98f0fe9f49b0e0565102861c355673d 1 0.00/1.00 vMB 0
83,151 83,151 000000000025e2cc44d25f0f9ec3c25802b8b2075389c6439da1b0750c710b57 1 0.00/1.00 vMB 0
83,150 83,150 00000000001cb347e4832712ccf9f9d2b6c7cd6570c870742833074a6955f880 1 0.00/1.00 vMB 0
83,149 83,149 000000000030ecae1f57c1a524f217599cb27e9a28d00104193183cb2cf7f93d 5 0.00/1.00 vMB 0
83,148 83,148 00000000000cbaeee6935c6f5c2c5bf6f2f3e31883f0848e41df7a49010e9472 1 0.00/1.00 vMB 0
83,147 83,147 00000000000200ca24a0598ba7a40a49e539e13b45a57522f2f89262b7d2c2f3 5 0.00/1.00 vMB 0
83,146 83,146 000000000023df75e6205e3c598fef2d85b155923aca0569430f3a147998d29c 2 0.00/1.00 vMB 0
83,145 83,145 00000000001f222b57a6c75bcc5a235bae785673df0501126ac43fda024c8569 4 0.00/1.00 vMB 0
83,144 83,144 0000000000021e3f0e0d1531b53f411c63f2c5b3849beb880004948231afb509 10 0.00/1.00 vMB 0
83,143 83,143 000000000025bc0bb286e695abaa0876c2a274e1d038ee702f3b9e8fe303deb0 5 0.00/1.00 vMB 0
83,142 83,142 00000000002052f285375fe786ab95fe27ca54697571543ce3672092a6f022cb 15 0.00/1.00 vMB 0
83,141 83,141 0000000000302c69a7a85f1f31db2c8844d50b0ba3f9b2576cd713086f633ffb 1 0.00/1.00 vMB 0
83,140 83,140 00000000002df0946ad2a4d731c827ed7ced624ae7d2bb0c9b7ab438fb8e0c06 8 0.00/1.00 vMB 0
83,139 83,139 00000000001fe8c824eb3afebf5addbb44561ff64c5b9d0627c65f034835d2be 13 0.00/1.00 vMB 0
83,138 83,138 0000000000189a02a33298dc2faada0127521bca3532fcaf788b145b7e7a2c76 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.