Loading Tool

Explorer IconExplorer

Memory Pool

66,251 transactions
21.46 vMB
0.08146708 BTC
Random Selection Loading Transactions
Max Size: 134.99/200 MB

Candidate Block

Mining Attempt b06d3280c639f5990fc46a4c659c9060791ebe8546c78e4c24cbc77de2bb2f8a
Version 20000000
Previous Block 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30
Merkle Root 5883459735d07b91dd202dd573f99078342af22b99a5f25be6e540e9b2c25cd5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,255
Size: 1.00 vMB
Total Fees: 0.02579470 BTC
Feerates: 150.75 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,753 (844,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,304 71,304 0000000000fb8471994b687a6bd0126b270eca294545102526f3af9c9dc9a880 1 0.00/1.00 vMB 0
71,303 71,303 00000000002103bbeb5afdf0d87ec6e5ec16b0d15dfb8dd9818845c8ddfddc4c 2 0.00/1.00 vMB 3,891
71,302 71,302 00000000002bd970b0162597a3b831c47dc2d5d530f70e8f16702da32b18b182 2 0.00/1.00 vMB 3,875
71,301 71,301 00000000002bf16015c8d255e71a607f5a6852047b4b199b10bf99c3b38e660e 1 0.00/1.00 vMB 0
71,300 71,300 0000000000720458cacc8126dbd369ef167cbbb948485ef69489486ac8fd895e 2 0.00/1.00 vMB 3,875
71,299 71,299 0000000000a022b07087f3c156f7910d0da593644711e0fed54806f8fc1c5301 2 0.00/1.00 vMB 3,875
71,298 71,298 0000000000030bbdbb448d1423c1430bbfb56490c6ab34eadcfcbc26a86b269c 1 0.00/1.00 vMB 0
71,297 71,297 0000000000a1cabfa6ef75624c45a734063ddfd93859c15a49a3248c399b28dc 3 0.00/1.00 vMB 0
71,296 71,296 00000000001f3cc09ee6ea43552fe197c6ce5d0f795a4705579182b4a433e3b3 1 0.00/1.00 vMB 0
71,295 71,295 0000000000a929644761deffe16ce000d38127a5d0fffe482ea9399a5a24c5ee 1 0.00/1.00 vMB 0
71,294 71,294 0000000000a5624851caee89b6845d9a996e268c9630756d93ea0c3f8355479b 1 0.00/1.00 vMB 0
71,293 71,293 00000000009edab69ca595ab695976b51513c891cc5d1e36b03507d8ff92791b 1 0.00/1.00 vMB 0
71,292 71,292 0000000000bb580782033e06435070a473622662d042ef21bc67acfb093688b3 2 0.00/1.00 vMB 3,875
71,291 71,291 0000000000de4a4ee1ec4bc8b541d36d95655e6bcb392a5522554848a746bc66 1 0.00/1.00 vMB 0
71,290 71,290 0000000000b440a9f81bcb0a2bba63965750819362bd516f274b3c89347a4393 1 0.00/1.00 vMB 0
71,289 71,289 0000000000644b0f33ecf8da4063027010df5faa8fdc5d6ca72b63f1e7875219 1 0.00/1.00 vMB 0
71,288 71,288 00000000009ad9df9e43fe63f97f003a9a6b5a9827c100c91a6f81df76692466 3 0.00/1.00 vMB 1,941
71,287 71,287 00000000008637d4aadf8be5abb5d4700db903f86805c00f623ebd5e6e4c4798 2 0.00/1.00 vMB 0
71,286 71,286 0000000000ba759c370ab6c6eb574ed87df810ea770744016a91a743c518339e 2 0.00/1.00 vMB 0
71,285 71,285 0000000000a477276242fea7f2a4ff675ce2cecfa2cb20cdf07694134ab602b4 1 0.00/1.00 vMB 0
71,284 71,284 0000000000cc231bddf7151abfcb20bf2b6e2a68bc2cf5f529ec9da8f49beb5b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.72 GB
    • Received: 21.21 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.