Loading Tool

Explorer IconExplorer

Memory Pool

97,373 transactions
32.74 vMB
0.30900237 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 066ed28da6a6f9e39473a87d93f8548e3ab77ee4fa0c9ac82ff4770b24059b15
Version 20000000
Previous Block 00000000000000000000c801401199ca66858fca83aa17d805e846163672a0ac
Merkle Root 4e63f9184c1cf1ae1bbff0f01221fc68e708b2002c1f76d2bf5e0274427230b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,904
Size: 1.00 vMB
Total Fees: 0.10161915 BTC
Feerates: 614.08 > 10.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,628 (870,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
45,104 45,104 0000000014eac5a269edb105cee2b891aa4d1c0718debc55e2ca1308046a11c2 1 0.00/1.00 vMB 0
45,103 45,103 00000000373e3acba51e30dd3e9a2b23e8aadb092efc6c9e6b8697a9f2c24ea2 1 0.00/1.00 vMB 0
45,102 45,102 00000000256581c2fafcc29495f64887222f08f6d1ded34157de6a62265a58e4 1 0.00/1.00 vMB 0
45,101 45,101 00000000017e945ed676ec70f850b5e848172f88508add9c02b8882b66d1c15a 1 0.00/1.00 vMB 0
45,100 45,100 0000000017015461e9d4c42b145fbb066b77667027a7598fc65f28ad73267795 1 0.00/1.00 vMB 0
45,099 45,099 000000000ded19832762f519a35515871109febac5e818ad12c0d2f6e871b29a 1 0.00/1.00 vMB 0
45,098 45,098 000000002d78b3d806f2425221bd4e5e352ea1490bdd0913926b3d64d0479561 1 0.00/1.00 vMB 0
45,097 45,097 000000002324f2a485018b8cac88b1540d3e4eac36a0f9a082fcd12eb959220e 1 0.00/1.00 vMB 0
45,096 45,096 0000000022b01e8cdd5f06e188537947bcbef35f871f435c52d1098ba0d62090 1 0.00/1.00 vMB 0
45,095 45,095 00000000386060b6894c730dc54ee778764e03944bc06649c10705869a9fe4c1 1 0.00/1.00 vMB 0
45,094 45,094 0000000006a54932da58c54548ce814d6ab39d08ac9c167ff806541c1c04c7d6 1 0.00/1.00 vMB 0
45,093 45,093 000000001983ed82e06e4155bb45e6db94716bbaa504762d2e3d44047d166f74 1 0.00/1.00 vMB 0
45,092 45,092 000000000406f36391f77359b1f825b8eb4fb3f8f6e538d6557c6c7297f28a9f 1 0.00/1.00 vMB 0
45,091 45,091 000000001b1fca21a0941fff6051107ea71575e73d575bce2b9433a3efa78217 1 0.00/1.00 vMB 0
45,090 45,090 000000001650b414a4d7e785633a3982000d9d31f57fd37cb28d0729c4fb7428 1 0.00/1.00 vMB 0
45,089 45,089 0000000010dfedaea3691b516b87253478dcca0bc904b2ccf1967cd56eec00fc 1 0.00/1.00 vMB 0
45,088 45,088 0000000003a91759516d88058a45ec2c8cde6da6cc5b1e9954aab2f9115a735e 1 0.00/1.00 vMB 0
45,087 45,087 0000000011e2191a0b85f2ef9866b7258c26902f0af93d9f0cd53f3c080bff78 1 0.00/1.00 vMB 0
45,086 45,086 0000000027b743905db019ab6cf0d41265afa17375776831064e435571a9982c 1 0.00/1.00 vMB 0
45,085 45,085 0000000009b0c9ea7a87c72d5819e29019688320244c443c5b1c3592873adc8c 1 0.00/1.00 vMB 0
45,084 45,084 000000001cd7e15e71116756a096e12a975be5be40046a71bee506f1e30286a2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.48 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: 772.34 GB
    • Received: 20.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.