Loading Tool

Explorer IconExplorer

Memory Pool

24,185 transactions
10.51 vMB
0.03130149 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.17/200 MB

Candidate Block

Mining Attempt 1550ad0bc2fc53af23a23e8782844f1ab07e1aacfea61207136974477fd340aa
Version 20000000
Previous Block 0000000000000000000160b95a36b779d2efb2ad38447e49137eb7bcf5f17dfd
Merkle Root 2d4ca7c7d2a9f197db797e56bc9f70e6ae9b3e531c4ca26c63e62673d0fd73c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01400629 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,536 (762,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,486 151,486 00000000000001a2ab4235328dc0ffb238b663452b196f3af1bf03e0808eca91 9 0.01 vMB 24
151,485 151,485 0000000000000171c233d199b9b2ed21ccad9efd11d753c2c262887b29cb9612 25 0.01 vMB 38
151,484 151,484 000000000000061a4652907905aa58fe7e65f5d1e63da2f47ee2fedba7eab60e 18 0.01 vMB 227
151,483 151,483 0000000000000a2b2f9ad1175935c98b4361764471146f1ee05710d7041706a3 1 0.00 vMB 0
151,482 151,482 0000000000000aa9ea00218385d4bb45656d278d375fe520ac04ed48986f3454 16 0.02 vMB 67
151,481 151,481 00000000000001418854f69d5ad04ad175918ec78ca3403680e80b947dad2229 1 0.00 vMB 0
151,480 151,480 00000000000009c48ad25b1fa623dbb475dfcabc374d3582f01d9f968d51a74b 5 0.00 vMB 0
151,479 151,479 0000000000000ba7494d779b760f65ecc97eb9d2cddedc3c41f1066c7cd84f75 5 0.00 vMB 59
151,478 151,478 00000000000006d4a64c88a8176669a65d375da1dc6fcd60ef03dc5b86b75ed2 35 0.01 vMB 210
151,477 151,477 0000000000000d75314326528f7e8409fd246439088d7ca1414e22ac11cdce96 124 0.03 vMB 25
151,476 151,476 0000000000000c36562da11d4276225b79c9a925ca227ea0f5ad44335cddb25b 104 0.04 vMB 264
151,475 151,475 00000000000001170406b17568ac261ad1b0d942fdd006a9da5bc29d4fa24be7 10 0.00 vMB 34
151,474 151,474 0000000000000b3a39b2724eb3074b0fb72408155ed582715214a78378395649 46 0.03 vMB 63
151,473 151,473 0000000000000ab8a7b41e39aba8832c604cba89d979868e7cd820e384880fb2 10 0.00 vMB 158
151,472 151,472 00000000000009b1e91d8d22700bbecd34931966d931871f077687776ad4b210 73 0.03 vMB 113
151,471 151,471 0000000000000d901e85dcf9c3862a50e0467b332540752ebde2b3f98a91aab5 27 0.01 vMB 357
151,470 151,470 000000000000064300140217e5f04df61f79896b9ab4bcda9bd1771300ff844d 23 0.01 vMB 105
151,469 151,469 0000000000000da6531059418e346957fac7f53b9112a6ed82b985159de73ba0 69 0.03 vMB 236
151,468 151,468 0000000000000a1b02b8972be24da6e16eb54a63cdc110f6373bb7e5923012df 12 0.00 vMB 50
151,467 151,467 0000000000000846c037cc82d54a477213eaf559eeb2ef798854c907d64d5881 76 0.02 vMB 11
151,466 151,466 000000000000099130e5dc565746ca23b8e2c0981d477c4a383227ff35d30ab5 57 0.02 vMB 203
Previous 10 blocks ↓
Total Size: 779.79 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: 405.58 GB
    • Received: 2.12 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.