Loading Tool

Explorer IconExplorer

Memory Pool

80,185 transactions
29.57 vMB
0.08941262 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt b057170d364afb0ef3d2cd8cb18587bdce6233aa5ca916d4b60452a259fc103d
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 16e548586eaa1ba3f559629c4c980ee500166aee22f49ad7aa5282b23393f8c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,329
Size: 1.00 vMB
Total Fees: 0.02689227 BTC
Feerates: 278.95 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (248,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,109 666,109 0000000000000000000b89b3bdfd9200bf1e17e4f1eee57116d5f957548a2d54 1,697 1.00/1.00 vMB 82
666,108 666,108 000000000000000000018e50299d76bd1a0a796513251ef4c8c047e20e032726 2,299 1.00/1.00 vMB 66
666,107 666,107 0000000000000000000bb5741280acacf1e8fedaaa7c2b7176c75b7ef3a9bc03 2,497 1.00/1.00 vMB 77
666,106 666,106 00000000000000000000e227c6e5ee2af4305de0c4a46160387bbd47e31a7c4b 2,423 1.00/1.00 vMB 61
666,105 666,105 000000000000000000099b114353af1604886081f5861211b31b524c30cfd8e0 2,023 1.00/1.00 vMB 78
666,104 666,104 000000000000000000027a8362bcd2232cd83e0701e8cee456ede4c961c3c279 1,604 1.00/1.00 vMB 137
666,103 666,103 00000000000000000009740177fd31b0ea45f8a093e99be4fc43cc4febcf77fe 2,073 1.00/1.00 vMB 129
666,102 666,102 0000000000000000000c2e3fbb722335592ad3af41f09f12c92d63f4c1f18924 2,088 1.00/1.00 vMB 97
666,101 666,101 0000000000000000000c5ae95a35c7b1f9b160e7edd8c9e8f58fbb5ed34bd46f 2,253 1.00/1.00 vMB 104
666,100 666,100 0000000000000000000d578d221fd5abb3709e0775632a8ba015579584587c17 2,113 1.00/1.00 vMB 114
666,099 666,099 000000000000000000034937dcd44ebcaffccf98fe127ae2ae7d5a673952f6d1 2,544 1.00/1.00 vMB 145
666,098 666,098 000000000000000000009ec6bdf491cd3fb024da961e5ae3e1a2a7aa053b8b7c 2,095 1.00/1.00 vMB 67
666,097 666,097 0000000000000000000bd2232466165a811f7df1b4306bd50a940fe232d695f5 2,770 1.00/1.00 vMB 86
666,096 666,096 00000000000000000005946f0576d56ae8e32c5704bdbf91729a0c63851ff802 2,270 1.00/1.00 vMB 105
666,095 666,095 00000000000000000008dc4ddde051dce503105ef0e778053afb16510d7a6939 2,457 1.00/1.00 vMB 123
666,094 666,094 000000000000000000022f272c4c760aee5897446d0c554a675d75f782a6a1b3 1,882 1.00/1.00 vMB 103
666,093 666,093 00000000000000000005b86121ebaf40de9c018f76e0db9332f219701564a7fc 1,752 1.00/1.00 vMB 142
666,092 666,092 0000000000000000000840a230fd94ac05385e5e8d53fd43d5bcaa56ec094ed1 2,528 1.00/1.00 vMB 101
666,091 666,091 00000000000000000007f659bd00b4e3b60da67a1a027818859cf9cfd02f82ed 2,987 1.00/1.00 vMB 150
666,090 666,090 000000000000000000092cb34cb90e88c39fc70f75d786d0f26ebbfc15dd872d 3,008 1.00/1.00 vMB 124
666,089 666,089 0000000000000000000ab8a7efdefaea5a70b842692130ba566ed4799441abfc 3,415 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.