Loading Tool

Explorer IconExplorer

Memory Pool

43,880 transactions
28.33 vMB
0.05776189 BTC
Random Selection Loading Transactions
Max Size: 150.54/200 MB

Candidate Block

Mining Attempt d0caa5f38b1a2f4d1e01ca61267e2c9a910cfc923a831bc1d4a2b39607dea1cf
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 8d0bbe4b060da6a9ba226152f9b51800bd98e966eec976b039fe9431c6bcb8ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,271
Size: 1.00 vMB
Total Fees: 0.00410722 BTC
Feerates: 43.26 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (301,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,626 613,626 000000000000000000081e31fb91814a55a9d507648f358056206566cb1a08b0 2,370 0.76/1.00 vMB 8
613,625 613,625 00000000000000000008d0ca5919dda4a32469b47844fce7b80b839890af7cb7 2,549 1.00/1.00 vMB 10
613,624 613,624 00000000000000000010a0fdeccaf65937c4240b415d73f7f832edeb768dd039 3,119 1.00/1.00 vMB 27
613,623 613,623 000000000000000000084a72b022095eebf20bcfef88c426cc63631565292056 29 0.01/1.00 vMB 15
613,622 613,622 00000000000000000003a1162c7ddbee8345c7044a7d21a895c5fc53a5c9ccbb 1,800 0.52/1.00 vMB 8
613,621 613,621 0000000000000000000cbb0c7885bb31da557a9f7409d61eed44edd9a4cd45b2 3,331 1.00/1.00 vMB 15
613,620 613,620 0000000000000000000cb4b486204e43b925a8ad8e7c12038950a6fc58372a3e 2,020 0.54/1.00 vMB 13
613,619 613,619 0000000000000000000c45bb55f07c57d4bac1d30e08e4ec2e11835a8d998a61 2,907 0.82/1.00 vMB 13
613,618 613,618 000000000000000000083912fe07ecc2aa1afd2cff8489499f42dac40632ef69 2,787 0.82/1.00 vMB 12
613,617 613,617 000000000000000000100786701593468c288b1c8fab5586008777bf8d8efbbd 2,217 0.72/1.00 vMB 13
613,616 613,616 0000000000000000000cf87160aaeea9359db8e41a9bbfaef344657d2013eacd 974 0.30/1.00 vMB 12
613,615 613,615 0000000000000000000c741b97f6bd4b9daab8bb212c20d8cea1e72d10f6d762 3,749 1.00/1.00 vMB 13
613,614 613,614 0000000000000000001234df8f64cf555f683bf06c85b9d406138af2655cbbdf 3,124 0.82/1.00 vMB 13
613,613 613,613 000000000000000000024e00d2b8acdc09d1af1cc6f3be61361535ecddb9d200 304 0.09/1.00 vMB 12
613,612 613,612 0000000000000000000d5350c932000c8491f69fd285a60f86d6c81a08ad0260 3,360 0.92/1.00 vMB 11
613,611 613,611 000000000000000000005bb366a1b5a8110da25c6166dc15a50e4ff8f47a00cf 2,313 0.68/1.00 vMB 6
613,610 613,610 0000000000000000000d48ca4c69eb0d9672ced6e6ff9d08f2f61d6e606f07d0 3,209 1.00/1.00 vMB 19
613,609 613,609 00000000000000000001d20b5c89556261bd6ab4989c08d40187bf929753d3e7 2,448 0.66/1.00 vMB 7
613,608 613,608 00000000000000000007348a424e195aab912a6455b3a95b3536dc71840d13d1 2,399 1.00/1.00 vMB 22
613,607 613,607 000000000000000000117bfece4b462c24413a0903dfa58ac12e85e5808a8eae 1,504 0.54/1.00 vMB 17
613,606 613,606 00000000000000000009ca5b1c7ff900dc7d4456a9966fe43d7741d5bfec1f02 160 0.05/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.79 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.