Loading Tool

Explorer IconExplorer

Memory Pool

75,509 transactions
27.92 vMB
0.08344539 BTC
Random Selection Loading Transactions
Max Size: 169.90/200 MB

Candidate Block

Mining Attempt 0c80f385f53bed28dcd4d905af615ca91cf17f392a03818f73c3dc93921baa01
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root e9362a8d63fc27802ce5f9cefce8b33a38416f96d318db39f6a6cec8cf7eb282
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,798
Size: 1.00 vMB
Total Fees: 0.02349736 BTC
Feerates: 100.21 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (486,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,247 429,247 000000000000000002b7789ee0a8e983eab4ec3b2207fc444d9bf147e665db38 210 1.00/1.00 vMB 3
429,246 429,246 000000000000000001ccd6b1e6b1948829613df993373ea7ba258d30a69e31de 291 0.17/1.00 vMB 65
429,245 429,245 000000000000000003bbffef95981455c5630b799703b45231fef0dba3e1f8ce 1,201 0.59/1.00 vMB 58
429,244 429,244 00000000000000000444bedea7b49b344c3bbe7ca581a72e3417fa14ba28c7d3 919 0.52/1.00 vMB 51
429,243 429,243 00000000000000000120691511373d6b2084b915176656cd08aa634a307cd3e9 118 0.18/1.00 vMB 18
429,242 429,242 000000000000000004355d4bdf2def9b60c919324f51c37c6031d453b3f58ee8 886 1.00/1.00 vMB 21
429,241 429,241 0000000000000000018231b26e3a41e6b0b50c336da4a74b37d7ca9c0f81c1b8 312 0.14/1.00 vMB 61
429,240 429,240 00000000000000000439c4dc1621524334dceff9a3d7b92ac3bec940776df269 1,154 1.00/1.00 vMB 18
429,239 429,239 000000000000000001044faf4bb694f775110441aff2d22206d69c05188d5e5e 1,127 1.00/1.00 vMB 37
429,238 429,238 000000000000000004a6a7802f9224d7953edaa46de5986af2d8fe3e55f2e3c3 2,639 1.00/1.00 vMB 72
429,237 429,237 0000000000000000010b64b22d6676a93a638b079a402972fd41bc44eef90175 2,028 1.00/1.00 vMB 44
429,236 429,236 000000000000000004d1fc1add32712d804246b3cf7002ab4e80de462b9877e9 1,990 1.00/1.00 vMB 54
429,235 429,235 000000000000000002f60e9a44a315532230c9f5f57c529bc236b1ac9f347505 1,622 1.00/1.00 vMB 37
429,234 429,234 00000000000000000046cd6ccdde5ea5dcab34654604dcdc204cc42e08109599 1,905 1.00/1.00 vMB 45
429,233 429,233 0000000000000000040b66e7c7909cfdb91b2559c61e2b4d1f72fb00440e1ca9 2,343 1.00/1.00 vMB 65
429,232 429,232 0000000000000000012135e1705cdd48c05a23f0b7b883085a0bb9b30f11e5ee 2,318 1.00/1.00 vMB 60
429,231 429,231 000000000000000004abc9eb4da0f09124504b7bf93a4fc88acc4788d297d36b 2,783 1.00/1.00 vMB 81
429,230 429,230 0000000000000000010ea5d887cf3815d0161695ab9e9aef4aa4b282a4cfb62f 2,503 1.00/1.00 vMB 62
429,229 429,229 0000000000000000033dad6e6e011c177251c57c49e0f4156e04e67e995f0f6f 2,114 0.93/1.00 vMB 86
429,228 429,228 0000000000000000032c11c13a37e8f6b2cc4f5efa39c0d478418ddae6d0d9de 2,341 1.00/1.00 vMB 78
429,227 429,227 00000000000000000293b7fdaa75d712aa60e6f5b0e380514f61dd9e91f4f5cd 1,554 0.72/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.