Loading Tool

Explorer IconExplorer

Memory Pool

81,353 transactions
29.93 vMB
0.15503080 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 9fbd2bd9029a3ff6a8045b4a0bf2d95dca502c430b3b5521aa0f5cce8c05effe
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root bc620bbbf1ca6ac04f84c67a87882b6375983dc355817f7f3283724b22efb7d6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,647
Size: 1.00 vMB
Total Fees: 0.05879985 BTC
Feerates: 1,002.91 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (50,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,412 864,412 000000000000000000004726558a9afaa00cd1c3cd19238c96c2c22ed8bb6c7d 4,497 1.00/1.00 vMB 4
864,411 864,411 00000000000000000000c7d4395ce77088af64487d57b72d4f3f5cad87f95ab7 5,390 1.00/1.00 vMB 3
864,410 864,410 00000000000000000001215577bc16f8ed91558d631578572b134db6e8070290 4,289 1.00/1.00 vMB 2
864,409 864,409 00000000000000000001cf3e1f8cb11e3ff8fae481671665700bf8dfd3292ec9 5,952 1.00/1.00 vMB 3
864,408 864,408 00000000000000000001220cf79f3e75d1ce5059352e22a0a63321a07aa9e2a9 5,213 1.00/1.00 vMB 3
864,407 864,407 00000000000000000002c6359265cccb7caf2217494132ae432c211cbdfbebcb 4,349 1.00/1.00 vMB 7
864,406 864,406 000000000000000000000d4653414dace6c456fed0db05f9b5e4020387b74f02 4,044 1.00/1.00 vMB 5
864,405 864,405 0000000000000000000127b80a6088965bf7c4fe6dde1846b2ec0a94886bdf24 6,152 1.00/1.00 vMB 2
864,404 864,404 0000000000000000000014475be908e1047fe983663fa950d87abc30f2a11cb2 4,347 1.00/1.00 vMB 4
864,403 864,403 00000000000000000002c63e616a67c34b673df8c39b37e3e285b0790fc75a65 3,104 1.00/1.00 vMB 6
864,402 864,402 00000000000000000001f9a3c20fdccdb2688d21e38cbc1489477771f1c0c3c5 4,237 1.00/1.00 vMB 7
864,401 864,401 000000000000000000015b2f0472f6490320202e353bdcc82e34049da19d6d33 3,527 1.00/1.00 vMB 5
864,400 864,400 00000000000000000001381a8f5bfac5d55683cee187d83519440bc004c6142d 3,915 1.00/1.00 vMB 6
864,399 864,399 000000000000000000004c627f8d06b5bedc0263179e8bf15446d02d41ff804e 2,059 1.00/1.00 vMB 7
864,398 864,398 00000000000000000002acf49cf8a7d8976ce7ca102d9d5f1ee369e14dc11572 2,098 1.00/1.00 vMB 7
864,397 864,397 000000000000000000017a876fb92e5aee02aefe2d9ec4dd29badbae67874b88 2,085 1.00/1.00 vMB 4
864,396 864,396 000000000000000000029a54ce09350ea742f97a3b98da3bfdb59e0edb4e1a92 4,375 1.00/1.00 vMB 4
864,395 864,395 00000000000000000000fe443dff6ae1220e51fd9a0597d4bf701d6fc731b2ed 3,185 1.00/1.00 vMB 8
864,394 864,394 00000000000000000001982e77ec5d3ded2099d8678f0566e2b0d1d2150134c6 3,978 1.00/1.00 vMB 4
864,393 864,393 000000000000000000005c22324dce1f7c49a270df1ad1fe733a00495cf7999b 5,116 1.00/1.00 vMB 5
864,392 864,392 000000000000000000001c48837c301202e3580f708a2350f483231892b6e2f8 4,498 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.