Loading Tool

Explorer IconExplorer

Memory Pool

80,901 transactions
30.83 vMB
0.08629677 BTC
Random Selection Loading Transactions
Max Size: 187.16/200 MB

Candidate Block

Mining Attempt 953a03a9a55c0e7afd6a7d5ea639a33f3dce7eef152093230e2a99ea5592a30f
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b672f0c8ff5dfbb1aae1e41cd448813906cec44311bced2b28048a4dc6a43570
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.02016011 BTC
Feerates: 351.58 > 2.02 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (719,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,635 195,635 000000000000063ca438059f5eb2b01678afc18b9a1b10edc6f459a4e248d477 71 0.02/1.00 vMB 157
195,634 195,634 000000000000000af28f480ce0cc1cebcc4a2b611bcba5a000b09012a33d3782 256 0.18/1.00 vMB 26
195,633 195,633 0000000000000470c10df510b296fd8b3032c53a8d87fe7c97c71ed1bf4c26e3 259 0.10/1.00 vMB 103
195,632 195,632 00000000000004625b04c62a5a9a1701555f588eec97ab0a1484d9dd6c2c1905 368 0.16/1.00 vMB 177
195,631 195,631 0000000000000297fbc0dded9025210ea4eb9e24c6e44292e61495fb30030838 568 0.25/1.00 vMB 134
195,630 195,630 000000000000043e8199807c45ed62d5bf6aae76ea36e25262d01f63083638eb 227 0.10/1.00 vMB 145
195,629 195,629 000000000000060558ad80d696f4479e000105a379a0d75c41c3de2371454988 8 0.00/1.00 vMB 0
195,628 195,628 00000000000005e3955044b0ef2e1510d28b21c77168b23706af6c0cf79ffa31 158 0.08/1.00 vMB 92
195,627 195,627 00000000000004e9df3f5ab131e24ed5a24d19ad1b9e757722dc610e01fc5ad4 533 0.21/1.00 vMB 137
195,626 195,626 0000000000000437a287499d7ce2f5a8f2931e9d9063b1e8ae4dc8197dad764a 180 0.11/1.00 vMB 91
195,625 195,625 00000000000001b8b10e49bf786748a6e3a9adeb82d9e82749cf5b6be8cd0753 562 0.22/1.00 vMB 200
195,624 195,624 00000000000000436950dcba427d7a0e2624593fa03f02636cd3d3184c77daad 527 0.21/1.00 vMB 127
195,623 195,623 000000000000054b7b1a2334cee247f0e52aa3ab8d1953e21c92d6dceeeea238 12 0.00/1.00 vMB 15
195,622 195,622 00000000000005e3d70beab07c5c2ec4fdfbc8428d6bead73723d58f20ac0a3c 307 0.14/1.00 vMB 210
195,621 195,621 00000000000005fbe556669d02072da99344e685dda8ecdf45a617d7ea582316 309 0.11/1.00 vMB 188
195,620 195,620 000000000000032999f82a4eb96881b4ac1cbdcd45afba922b919a2fc2f12406 125 0.05/1.00 vMB 34
195,619 195,619 0000000000000040ba619ef0094d4328d4b06b8305f98680dc5d1f1bbfdeff9e 475 0.25/1.00 vMB 231
195,618 195,618 000000000000047a63c275e74eb839fda3a7abd3b96a1c1c7222b199634bd3fe 11 0.00/1.00 vMB 337
195,617 195,617 0000000000000050fdab2e03e42ff70b2752b63a5f5a5746ccf67878b79799b2 329 0.15/1.00 vMB 249
195,616 195,616 0000000000000365e845bbc16cc1e002f788489cd6ad33882e79c6578013b618 391 0.14/1.00 vMB 197
195,615 195,615 000000000000001f84a6e3debbb49aeb4ed46c187df30f0e41580ea986d601e1 582 0.25/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.