Loading Tool

Explorer IconExplorer

Memory Pool

87,628 transactions
32.94 vMB
0.12669192 BTC
Random Selection Loading Transactions
Max Size: 197.66/200 MB

Candidate Block

Mining Attempt 583b9906a0f1e2a0af87cf39369f477111991d6c060427bbc78fda6f25a6c5a0
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 6a234d59c6095e6b6184fcb92954f8e52561aa0e177a5df740a19fb66fe0349f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,499
Size: 1.00 vMB
Total Fees: 0.04586069 BTC
Feerates: 218.18 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (243,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,137 671,137 0000000000000000000a0b72d741a52d8bdb468c898af8110ed53eff04010296 3,050 1.00/1.00 vMB 134
671,136 671,136 000000000000000000022fc2aea9c3b0a2b114b2cc4c4d40783ea16fb8f3b115 3,196 1.00/1.00 vMB 128
671,135 671,135 000000000000000000010447120c074ea37652bd1b8bfc5044dabe381c1bd5c5 2,301 1.00/1.00 vMB 121
671,134 671,134 00000000000000000003d8204e48f65864c6e7933d5d8ba9cc447fafe5efbff1 1,250 1.00/1.00 vMB 118
671,133 671,133 00000000000000000004f663ba10a69696fa23707f17f37770948906fb16d1cc 1,744 1.00/1.00 vMB 95
671,132 671,132 00000000000000000008400179652a945b6a1be0cc277c89268c80a57db8f083 3,053 1.00/1.00 vMB 116
671,131 671,131 0000000000000000000461a3b53eac4c16f279212ea4adc260998c321018a839 3,031 1.00/1.00 vMB 130
671,130 671,130 000000000000000000049598bfc9c897630e8c9b58529914baba38f765e35936 2,827 1.00/1.00 vMB 130
671,129 671,129 0000000000000000000212fd2da1bd9d623a768b478b13541b227f0aad65f8b7 2,422 1.00/1.00 vMB 152
671,128 671,128 00000000000000000007d077064d016b34229ef6ecb036dda58d82436376fb9b 3,005 1.00/1.00 vMB 55
671,127 671,127 0000000000000000000c8a67e303a11106e36eb830faf2a15536bb19b32cd996 3,092 1.00/1.00 vMB 100
671,126 671,126 0000000000000000000129e79c0251bfdfa85a2c20e3e048fd13e353a97174f3 1,644 1.00/1.00 vMB 123
671,125 671,125 0000000000000000000b38b8cd5d6960f87dd856c53a7b7df80b5f0dec90abc8 1,317 1.00/1.00 vMB 119
671,124 671,124 00000000000000000009d38f3a166e1d3ecdc2c6d35773b5f71e5c75565aead4 2,928 1.00/1.00 vMB 125
671,123 671,123 0000000000000000000862bf1f0fd885fbf0880f0f21832eace40e35c70e1aa5 2,664 1.00/1.00 vMB 141
671,122 671,122 000000000000000000074d0cee520b83805db5ce056c17100c383799b6004f50 3,019 1.00/1.00 vMB 78
671,121 671,121 00000000000000000004347ccd1b8db6778cb285302c6746d2e7434808e14b1f 2,314 1.00/1.00 vMB 112
671,120 671,120 00000000000000000008b7b4d38ed9d003e0abedc1a369c46df5480a6a636912 2,879 1.00/1.00 vMB 135
671,119 671,119 0000000000000000000cff2eda2bf940bfb6be02a2137ae26b161ac8711f6585 2,744 1.00/1.00 vMB 53
671,118 671,118 0000000000000000000626f3a999c156be82b2821063e72a0789363a5c14f82e 3,085 1.00/1.00 vMB 82
671,117 671,117 000000000000000000092ced64e17e4ea847a5f7508613d2bb0af50c81304f10 2,518 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.