Loading Tool

Explorer IconExplorer

Memory Pool

79,250 transactions
29.48 vMB
0.08283088 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt c07addad7a6e9f038163856e6e4aba279831b62619bc5737f036633530497e23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (383,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,505 531,505 00000000000000000011c2f8c8a2191203d6a77c590a6326b7fda53cb0deea1f 3,050 1.00/1.00 vMB 24
531,504 531,504 00000000000000000031918ab77b03a2b33d99794c10fb740a7cbe6a5da4b63b 2,794 1.00/1.00 vMB 27
531,503 531,503 00000000000000000029f40c9d5346db10c598fdea980c42c9c926a917ba9ff8 2,882 1.00/1.00 vMB 29
531,502 531,502 0000000000000000002c01708e72b27f2f79841f8cd2183b8312bac982a904ae 2,002 1.00/1.00 vMB 23
531,501 531,501 000000000000000000345afd7c89a16cb3b16379e90a212dc4b9a3064e3a3745 1,747 1.00/1.00 vMB 11
531,500 531,500 000000000000000000149576a6637ff63c47adea5d787cb615d8c46135cf2dfa 2,139 1.00/1.00 vMB 23
531,499 531,499 000000000000000000072685cb0d5c4f82a5b669204c07c6d39af8d28c1dc044 983 1.00/1.00 vMB 8
531,498 531,498 000000000000000000112ee5a9076f662251382c88ccac259e6bdeb8ccf4c413 2,086 1.00/1.00 vMB 19
531,497 531,497 000000000000000000240ad2b4d0097c916061d891dc93c82987ef233da267a8 1,666 1.00/1.00 vMB 8
531,496 531,496 0000000000000000001c10ee9f3cb5235fcfe5e80d73d31d171628b5ca5de030 2,264 1.00/1.00 vMB 7
531,495 531,495 00000000000000000009bbcfaf374c3588cb2f2fc9d009fefd47c9fa5d30f09f 2,756 1.00/1.00 vMB 7
531,494 531,494 0000000000000000002243b3d0d17cd6dbb6803fcf5c20f8d6479eb9bf7877e6 2,857 1.00/1.00 vMB 26
531,493 531,493 000000000000000000320788850ad856fbf0757ca186dbeb582ceb63c9334880 2,512 1.00/1.00 vMB 36
531,492 531,492 0000000000000000001ebdf18551eea8c088a46d742134cbd7ec2fa3b52ad798 3,315 1.00/1.00 vMB 10
531,491 531,491 000000000000000000245c1cb0d364b9631fb818a2a40cfa4ea7180b6bc50354 2,554 1.00/1.00 vMB 35
531,490 531,490 0000000000000000001e58c131e01e5223c69758228bc48d80571fedcac0b38d 2,205 1.00/1.00 vMB 58
531,489 531,489 0000000000000000003092e0372f341f5e027e026612b79d24558211eb486909 2,304 1.00/1.00 vMB 22
531,488 531,488 0000000000000000000c9c57fdc248d21d1210c4098d5fd3a0483d19b1cf6c3f 823 1.00/1.00 vMB 2
531,487 531,487 0000000000000000001256b7651e1b721ce74f15364992f65defef32b314c567 2,733 1.00/1.00 vMB 27
531,486 531,486 0000000000000000000144a4972a71aed4fb46e48095d0ed05cb61795da6919e 2,069 1.00/1.00 vMB 12
531,485 531,485 000000000000000000321625e5aa9bfb9c791d4e745ffcecb1001a58045feb8b 2,358 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.