Loading Tool

Explorer IconExplorer

Memory Pool

83,819 transactions
31.55 vMB
0.17265741 BTC
Random Selection Loading Transactions
Max Size: 187.43/200 MB

Candidate Block

Mining Attempt 5597dec37624345091de906fa58d9a06c7ae7ae2e49805ef36fccebce01a6ee3
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 9058fb084175971f6675b74d86d3ac648fa3fc0a83c6733e214031b9e03454d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.06523292 BTC
Feerates: 269.69 > 6.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (256,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,804 658,804 0000000000000000000633a5211cd907669c19be3fc6d824047dac211d220c81 2,797 1.00/1.00 vMB 100
658,803 658,803 0000000000000000000f8fb22c71a2a08e85c92282f4ca19e2b79455a57b2a42 2,703 1.00/1.00 vMB 75
658,802 658,802 0000000000000000000de61bc2e6fa896043ca8cc2bf6610f60a62bf9b572925 744 1.00/1.00 vMB 76
658,801 658,801 0000000000000000000759b69db5969cc33c0234ee373bd48705ebb2965b1e89 1,917 1.00/1.00 vMB 82
658,800 658,800 0000000000000000000819644bfb1c337ff31ef0dcc9e0c27a50a4a616c5d0b3 2,724 1.00/1.00 vMB 84
658,799 658,799 0000000000000000000854aeaa498416e43142a3b7e9f18cafe1408ee47fec8f 2,632 1.00/1.00 vMB 90
658,798 658,798 0000000000000000000549b474017d4d67d958a617a6726f7fa00051c476550a 2,596 1.00/1.00 vMB 86
658,797 658,797 0000000000000000000e38efb9ab22a4b7d02a7d6f6ec935b9221a42c161667b 2,903 1.00/1.00 vMB 115
658,796 658,796 0000000000000000000257d538c5fb9b8eed0b337355e572e517a5c7bf9ecbb6 2,637 1.00/1.00 vMB 89
658,795 658,795 0000000000000000000c88dd1dca077bc9ebcf6010b5de37fba465058012a890 2,791 1.00/1.00 vMB 87
658,794 658,794 000000000000000000070c1fa4867046c8e0311378158260210fe6d735a36735 2,905 1.00/1.00 vMB 121
658,793 658,793 00000000000000000002d175fd9efc97270a26e074fab83765903091a6a802e6 2,870 1.00/1.00 vMB 115
658,792 658,792 0000000000000000000939fb1b9c27e00910c7de86bc378e039a1bbc2e4c1a55 1,802 1.00/1.00 vMB 29
658,791 658,791 0000000000000000000d7474b15c12e9ca940c1d6074ab30c4b06d09c7b2ed87 2,289 1.00/1.00 vMB 59
658,790 658,790 000000000000000000082549e5fe452da6c8ceaa9b0f9ac4f3de98e0c51d3829 2,377 1.00/1.00 vMB 95
658,789 658,789 00000000000000000009a989459c1a19e45aef4cad2d9775616174dc82cd227c 2,310 1.00/1.00 vMB 40
658,788 658,788 00000000000000000007059c3e5e3b61a3e3d9c9463ae9c156514660f43e7cfd 1,986 1.00/1.00 vMB 41
658,787 658,787 0000000000000000000dabffaa173d5b27c753793769cfa7446d842b4abcc4a9 2,096 1.00/1.00 vMB 78
658,786 658,786 0000000000000000000090a93106a63dafe1e3413bf9da2e8f9559e136129f67 2,065 1.00/1.00 vMB 59
658,785 658,785 0000000000000000000b5c0cbd13259cd11c5660c4bcec261172fc0fd64874c0 1,709 1.00/1.00 vMB 57
658,784 658,784 0000000000000000000d7bd0a9aca5adba0a8626581c2d087c13eac58edff86a 2,505 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.