Loading Tool

Explorer IconExplorer

Memory Pool

82,879 transactions
34.72 vMB
0.16378275 BTC
Random Selection Loading Transactions
Max Size: 197.73/200 MB

Candidate Block

Mining Attempt 89ecfc999456b11ee37a3a54e194dee12ba2ea8d24ea69d5e09c030b4dbbd488
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 13eae715b664894f4cbfc85b3efd4b0a451a57a6ef206833aa9202cb0f44522f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,338
Size: 1.00 vMB
Total Fees: 0.04350362 BTC
Feerates: 301.60 > 4.36 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (138,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,648 776,648 00000000000000000005f8cc6b3f9474db6b3f4d6e16a1dfe9639229f4c15907 381 1.00/1.00 vMB 14
776,647 776,647 00000000000000000003f6ec4e0d77c1d11136ca26b7b119059069e8228cff3c 1,336 1.00/1.00 vMB 19
776,646 776,646 00000000000000000002f63c7a5167cc5c42785085c81d0fb1cd9be8fea0a4d1 654 1.00/1.00 vMB 16
776,645 776,645 00000000000000000004b5da84a357a8622421bf5b52574d6ca0a641444427c4 1,806 1.00/1.00 vMB 17
776,644 776,644 00000000000000000003ee31e7afec6c5917c881d5e1999329d1aa09a0960456 2,408 1.00/1.00 vMB 23
776,643 776,643 000000000000000000003124481c3163deedb69f5a05e83e9277684b4a56f176 2,887 1.00/1.00 vMB 29
776,642 776,642 00000000000000000005c1942ddcd85830c694ee241f8f24b6695686d27c75b0 1,929 1.00/1.00 vMB 19
776,641 776,641 00000000000000000006f43e19e4115c9514cae7452a2499b8acb665fe3dc3f1 2,539 1.00/1.00 vMB 27
776,640 776,640 00000000000000000003a3852c57935afd6ff5320b35b7b00d3cd0ecbe5b86ce 1,507 1.00/1.00 vMB 19
776,639 776,639 0000000000000000000058147bf662079acfc81d7af37311f14000be16fdbbb5 2,299 1.00/1.00 vMB 29
776,638 776,638 00000000000000000000ea80bfe698b35736731c5bf15eb9a70f15a317439270 1,471 1.00/1.00 vMB 24
776,637 776,637 00000000000000000003d1b7d5ec640bddd0b3f429e57c89cd38afe704db3748 1,758 1.00/1.00 vMB 12
776,636 776,636 0000000000000000000150655e684f24b190891dcd80d3ff3588d3a08af4ab37 2,875 1.00/1.00 vMB 28
776,635 776,635 00000000000000000005cdc774621072e69b096e140efe7c719e9eb7a3f35847 898 1.00/1.00 vMB 7
776,634 776,634 00000000000000000005e86adea9676fda4d625492fba8aae54c7f7eefafab0f 1,013 1.00/1.00 vMB 8
776,633 776,633 00000000000000000000e2f5c94c734a8945371821f49e3e04d1a79f578da9a9 3,218 1.00/1.00 vMB 22
776,632 776,632 0000000000000000000367c1aac4d0bb9e0fbf9862ccb292381076abd6d20bbc 1,290 1.00/1.00 vMB 7
776,631 776,631 000000000000000000030ca1c461dda4431f370ff276226645010106a8167be0 3,103 1.00/1.00 vMB 26
776,630 776,630 000000000000000000070d2559fb9ddab1d63f4360ae7203b1bd6cf71466b214 726 1.00/1.00 vMB 9
776,629 776,629 000000000000000000041a9a57d18753dd18b86e043996eca423ab10f7ffa35c 1,553 1.00/1.00 vMB 15
776,628 776,628 000000000000000000003de81e3f8af16da9645621622cbb43421aedd21fca0d 1,039 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.10 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: 728.31 GB
    • Received: 18.47 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.