Loading Tool

Explorer IconExplorer

Memory Pool

75,573 transactions
30.90 vMB
0.09882425 BTC
Random Selection Loading Transactions
Max Size: 181.43/200 MB

Candidate Block

Mining Attempt 409631f160dcb136026b504506b8e836e0c872d23d3f71f40a0bafb4333e0642
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root ddee1e3166516aa8885de13db63f7a4fc05aa389a6a0b2f56fa0986b212ae04b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,261
Size: 1.00 vMB
Total Fees: 0.01929072 BTC
Feerates: 301.35 > 1.93 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (673,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,625 241,625 00000000000000b067492f5cb41b3ceba35626734575db0d3a3f47d7cbf2853b 370 0.15/1.00 vMB 190
241,624 241,624 0000000000000106fa51c5d275be52db2e7b80574e4b556dd5bfcabff8201307 134 0.08/1.00 vMB 112
241,623 241,623 000000000000000c4186b7ddd558fc529e4f4b9a6699468e97c36f545822f740 207 0.12/1.00 vMB 81
241,622 241,622 00000000000000b0ec543bdcb237d640c6beacc2891fa2bc87ec66dd1fa1e70f 4 0.00/1.00 vMB 86
241,621 241,621 00000000000000948f9305dc9e5276def415cf477bb038338554019e3ee5872f 427 0.22/1.00 vMB 143
241,620 241,620 000000000000001feeaf627ab12f8a2732c0fa0e7d4ba2d8a7ddb6dbab264c2e 328 0.12/1.00 vMB 174
241,619 241,619 00000000000000ef539e52baac6dc6b3c8eecd32cbf3a36c0cff8fe0c9779c94 302 0.16/1.00 vMB 127
241,618 241,618 00000000000000b41dac0f613c428d5db13d0cce0bd4d7ce79101e8438245080 360 0.16/1.00 vMB 181
241,617 241,617 00000000000000aa8ba6990ce132a09aeddc889bd9ed038a1c0a8b4e51b9ac32 86 0.03/1.00 vMB 109
241,616 241,616 000000000000003c6d5060df00dc95d2dac1dee7974a757573d9433d6ff04f6b 311 0.09/1.00 vMB 12
241,615 241,615 00000000000000d01fabd0214c7dc3c60cb59d5ee45b33357b98de29ac8f814e 140 0.06/1.00 vMB 169
241,614 241,614 00000000000000b28acd85db35d7642d5a60fdb7592f73f9fe1f55f75c86e3a8 67 0.06/1.00 vMB 67
241,613 241,613 00000000000000d4dabd8638220d46c5f91dd310bc146a80c29a2d8406d71fa3 396 0.24/1.00 vMB 99
241,612 241,612 000000000000005371ad2ac01b104f236be6b041eda9ca5806c84dc8a7b5cea8 256 0.13/1.00 vMB 150
241,611 241,611 000000000000009a9f4e73f59f21b83680a4193521e0cc80254a2a93af7d2c03 335 0.16/1.00 vMB 174
241,610 241,610 0000000000000052b0b5a189df1519bb673c264bb50abe77a8a7ae1fa7c25390 251 0.15/1.00 vMB 120
241,609 241,609 00000000000000e53f1bc66bb1ae1a3ad91c424696cd7ece3c8aac20d6a130c0 441 0.25/1.00 vMB 119
241,608 241,608 00000000000000ca69308dba8c4e079cafca12a29ae6330b41f8fa49197f8892 719 0.25/1.00 vMB 199
241,607 241,607 000000000000008372f21c5caacac75a781c6ed00706a8efccd1a724b099874e 172 0.07/1.00 vMB 159
241,606 241,606 00000000000000e8017b286b8e1cac27ef6e05df6e3d29307481fdbd734235b0 115 0.05/1.00 vMB 156
241,605 241,605 000000000000005b187eeb823c00e913ef9b36c98890e3d6ec4638bc7d814a89 253 0.12/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 783.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 739.13 GB
    • Received: 18.62 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.