Loading Tool

Explorer IconExplorer

Memory Pool

42,239 transactions
30.38 vMB
0.16478850 BTC
Random Selection Loading Transactions
Max Size: 153.44/200 MB

Candidate Block

Mining Attempt b71848579a7f3fde163d6a4b746e92d2b0617568e12037c326349de5e8594cc4
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 0cf142f835d9280b2d92344eb615b255e723e08c99575c8d886deb320dd07c9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,721
Size: 1.00 vMB
Total Fees: 0.09130671 BTC
Feerates: 301.60 > 9.15 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (292,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,036 622,036 0000000000000000000942b5aa108c8f48de9911e5f6d80222d7cfe38c5db3f8 2,675 1.00/1.00 vMB 64
622,035 622,035 0000000000000000000f5295aa7a97745f27895c2a90ba8b22c6a86104d1a116 1,940 1.00/1.00 vMB 79
622,034 622,034 000000000000000000074413943a37aa48c0e0d2f6851abf35f2f53b3b28898f 2,148 0.98/1.00 vMB 8
622,033 622,033 0000000000000000000c950ae0fa74db7a1ccbe66e686cfe2be14889636fc5a9 2,806 1.00/1.00 vMB 75
622,032 622,032 000000000000000000089da7ad3e406b791fa6dcfff3ff8f2a742afd62a5ad1a 714 0.24/1.00 vMB 12
622,031 622,031 00000000000000000004716af958953f3619be39f9ab4158cb7131b1add0b2e0 2,788 1.00/1.00 vMB 56
622,030 622,030 0000000000000000000aec215476bf4e7864e19faa1b0153402af485ae615cfe 2,604 0.94/1.00 vMB 35
622,029 622,029 000000000000000000071005270a9b2d9161378517e8b8ddfef3aa79fe9f2858 1,665 1.00/1.00 vMB 15
622,028 622,028 0000000000000000000bcee2f3958a05926456979bbb3d1ccc8adde6b540d785 2,496 1.00/1.00 vMB 21
622,027 622,027 000000000000000000041ccbb74539045ac7c388de42308a526aedf249a00483 2,385 1.00/1.00 vMB 82
622,026 622,026 00000000000000000009ab0c280634fc22162ac3a278265f54c784969ab1c3ab 649 1.00/1.00 vMB 9
622,025 622,025 0000000000000000000855053aa6274208eb8002193c0844155cdac9791f9538 1,812 1.00/1.00 vMB 27
622,024 622,024 0000000000000000000401a4ff703213e4c38268dab07413485a907ac5cb3466 2,645 1.00/1.00 vMB 46
622,023 622,023 0000000000000000000cbc296edb8916ee641723f9e0d7e67ed61e21eeba3ee7 1,415 1.00/1.00 vMB 22
622,022 622,022 000000000000000000071655ca8ce73ae655cbdcfa8fad6b170b77b20469fb9f 2,456 1.00/1.00 vMB 58
622,021 622,021 0000000000000000000b21d0fac25166d922f1a6a883c456a0d1dce2b4940d3a 718 1.00/1.00 vMB 11
622,020 622,020 0000000000000000000bce485b759d36f466716568e7e50aab65bbd7bfa70f9d 194 1.00/1.00 vMB 1
622,019 622,019 0000000000000000000406426b5760a4621b575a11ca13c2eecefa85b1695c5e 1,690 1.00/1.00 vMB 26
622,018 622,018 00000000000000000006409c97363096b79419f58a58f21af2e2290289754f6d 1,576 1.00/1.00 vMB 7
622,017 622,017 00000000000000000006ff4c09a5e05c4a28dffe54beb7ef0c61f8dd940a951e 1,868 1.00/1.00 vMB 9
622,016 622,016 0000000000000000000b6cce57a7e16ded641483482e78d82afd4adfae0771d2 2,147 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.54 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: 618.77 GB
    • Received: 11.20 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.