Loading Tool

Explorer IconExplorer

Memory Pool

77,081 transactions
21.36 vMB
0.05567843 BTC
Random Selection Loading Transactions
Max Size: 142.00/200 MB

Candidate Block

Mining Attempt 7805bdaf850f9ff8170e9ba12807d5fb0503f5de53a36d2c74a0c6238a54e4de
Version 20000000
Previous Block 00000000000000000000dba30c6e81cc9151d7bbe1a5e9480f2532502a27e735
Merkle Root 1e05fc244ddc95016656a2128d6a7aeefec5deeba30d765ee09948da4fdeca79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.00710161 BTC
Feerates: 40.21 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,146 (802,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,260 113,260 00000000000008d621b8faf9226eb2b4ddfcac85bc3a03c2c36b46aeda7271fe 134 0.03/1.00 vMB 0
113,259 113,259 00000000000050a50095d61b625fe1e1eda624c85a1a21b68b4d974fff24858f 12 0.00/1.00 vMB 0
113,258 113,258 00000000000085a8e05da7df616110e87fc9454b8a8b14325281b0b770e49503 11 0.00/1.00 vMB 0
113,257 113,257 00000000000008b1d866cc8b427541844c599caecc88d5c8a3fdcee3c9c60e13 6 0.00/1.00 vMB 0
113,256 113,256 000000000000d6b3f3392e6247ee6bc4e149e7b67cefdfe996f8e0bda9550e07 9 0.00/1.00 vMB 1,025
113,255 113,255 0000000000000bfa84c58d83c025b9d59a3b3052677588fb8af33c1c822b0477 6 0.01/1.00 vMB 0
113,254 113,254 000000000000652b2bf4c292a541771a25c10e19066e728501d2b9496e7db718 10 0.00/1.00 vMB 0
113,253 113,253 0000000000005abd100bc568a469667ec2b924be850e6dc4b0374e4666e2f121 11 0.00/1.00 vMB 308
113,252 113,252 0000000000000435ec40cecf7127d5b7ff26e75d5bb0d9d8ff328a84baa1d25c 1 0.00/1.00 vMB 0
113,251 113,251 0000000000008f62dc2696651283bbd27e180f4f964005f399cb95ad4ee36d59 24 0.01/1.00 vMB 146
113,250 113,250 000000000000464f351b1a1a4388033d9dce873c4123079d3d7c63f2c50da5b6 13 0.00/1.00 vMB 0
113,249 113,249 0000000000004954d2cc1066dbfb88548a03447f3c8ea4ec6604b4c68026cba9 5 0.00/1.00 vMB 0
113,248 113,248 0000000000000c1079a66470541e1b3053972fde8a0c7e01dd9a6c666f896272 11 0.00/1.00 vMB 0
113,247 113,247 0000000000006ebd405600d7207393c16bfc048e4901bc34a0f92cd7ca4c71d2 11 0.00/1.00 vMB 0
113,246 113,246 000000000000a6deca8a8bb328495cb4bc6323573e7b433c49b7946ebe12eae4 37 0.01/1.00 vMB 0
113,245 113,245 0000000000005f2f978946e3e9846d3462b0d9425e4bc23c62c6a123b869c1b0 15 0.00/1.00 vMB 0
113,244 113,244 000000000000a33a31206a2a733c26e74fca558970bae8ef54c31efbc5ff9403 10 0.00/1.00 vMB 313
113,243 113,243 000000000000436a96603b4dc1a5bf02fd9073de9a8188eaaa2095bd25ba76dd 105 0.02/1.00 vMB 0
113,242 113,242 000000000000ac2c1b0facff75271bcac182c622ff4018a5af4845de11dde581 10 0.01/1.00 vMB 153
113,241 113,241 000000000000bd0f6c6b405062e716d4433ec369a730565b55a84e433486d312 1 0.00/1.00 vMB 0
113,240 113,240 0000000000008eebdcea053475fb5cb361d70864f861c5c3c6a9d0654655e2ce 113 0.03/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 784.37 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: 818.25 GB
    • Received: 24.48 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.