Loading Tool

Explorer IconExplorer

Memory Pool

72,524 transactions
27.31 vMB
0.09387983 BTC
Random Selection Loading Transactions
Max Size: 164.76/200 MB

Candidate Block

Mining Attempt c138fe06c5646d9cd0f70ac35e0636bfb04753d90b407810f9a448e6d1b7108a
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root e76d22d237690eb47e6b63e2e86677d3dffd76c4416011904869dadd048d4369
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,638
Size: 1.00 vMB
Total Fees: 0.03444936 BTC
Feerates: 445.47 > 3.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (673,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,630 241,630 000000000000000947bcb846e88000e5315eb4b7ef695d6998549535d36c63b8 128 0.09/1.00 vMB 38
241,629 241,629 000000000000006a4cd35f0026609b77ceba49999dc933115e15ef5d3ff4d831 225 0.12/1.00 vMB 121
241,628 241,628 000000000000004e2f91e6da7ef16808ece53c48751ab42788fb5307e9d7f2f3 112 0.06/1.00 vMB 121
241,627 241,627 000000000000001db90d3a6a2b9aa944452ac1cb750dccc68236ce9ebaea57a4 114 0.06/1.00 vMB 166
241,626 241,626 00000000000000a9baadf30e9a00d3a4386d0de1582f6b409f59f765d0717f69 262 0.16/1.00 vMB 113
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
Previous 10 blocks ↓
Total Size: 783.19 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: 751.91 GB
    • Received: 18.87 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.