Loading Tool

Explorer IconExplorer

Memory Pool

79,059 transactions
29.54 vMB
0.12215440 BTC
Random Selection Loading Transactions
Max Size: 178.48/200 MB

Candidate Block

Mining Attempt 6f29e7de761607c7d2aa06d0e1959d0e6c9168f065d14a296e17a2ebe0073c03
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 17e30296096cf56ddb32ac817dfe2a499d1c8ab80c612011a98fe20165357e6b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.04299424 BTC
Feerates: 198.58 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (383,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,318 531,318 0000000000000000001cbd0ce4709b3310d85a89bdf785812339bf4cb681638e 415 1.00/1.00 vMB 3
531,317 531,317 0000000000000000002e33c1b37f3dd6261c26a2239a9b8a5aa103acea025b79 1,791 1.00/1.00 vMB 10
531,316 531,316 00000000000000000012f416b5212e77d917f16c7cb177296b09a7dd51d0c7a1 2,107 1.00/1.00 vMB 25
531,315 531,315 00000000000000000014548d0f16de0e21e898ac493845a92dc56810aa628283 2,351 1.00/1.00 vMB 31
531,314 531,314 0000000000000000000de80ec8d9f5aa2beb969a4d0476c7e782a846e938719f 1,970 1.00/1.00 vMB 21
531,313 531,313 00000000000000000018cbffa0e61e503f14de7e18ad47aad8b8099d011dfd90 1,987 1.00/1.00 vMB 47
531,312 531,312 000000000000000000214c1796eec43a90fa5f5e26436e0629f6b0512cb8958b 201 0.20/1.00 vMB 26
531,311 531,311 00000000000000000028d4e883f216930498511ee0cc5ef2100789265761f7d9 1,341 1.00/1.00 vMB 16
531,310 531,310 0000000000000000002a6a035ad5a634012beceef7f4f3c3428f41a27e6669ae 1,790 1.00/1.00 vMB 22
531,309 531,309 0000000000000000002bda8de36996610ba5000a49932da712022bc50e1e1a8c 258 0.09/1.00 vMB 21
531,308 531,308 0000000000000000002f793eedf686861e99a2afc6edf883e5f558fde11c3c74 69 0.14/1.00 vMB 3
531,307 531,307 00000000000000000001489ec4b845e532adcf1ec2f965307a63b59be7c3645b 1,487 1.00/1.00 vMB 16
531,306 531,306 00000000000000000000c4804429aa313d0a47c8996a9def3f5575dcd2a65c71 832 0.30/1.00 vMB 36
531,305 531,305 0000000000000000002f982d96070e2cbd3b160fb360d27573072a3054444fac 1,543 0.78/1.00 vMB 12
531,304 531,304 000000000000000000268f92455831f2ff998f6ee3cc0673d95b19ec581f992c 1,364 1.00/1.00 vMB 9
531,303 531,303 00000000000000000008b52f77489512dde79fb18fa4019dfc866fc8436e4c58 2,415 1.00/1.00 vMB 11
531,302 531,302 000000000000000000230944502825a14b17eb1017326ce2767ffb2a557d8a69 2,606 1.00/1.00 vMB 4
531,301 531,301 0000000000000000000d5281cb71c620b3f4f6ba39601f2b0d2e03e349cdeb10 2,312 1.00/1.00 vMB 39
531,300 531,300 0000000000000000000e43644e68b3e148baaadafb543ddbc31b6f1c42e43474 2,386 1.00/1.00 vMB 46
531,299 531,299 00000000000000000017b5313e38a48ec75fbac91bcea39de67806db7a56fb1d 2,661 1.00/1.00 vMB 10
531,298 531,298 000000000000000000093780029e5d5639d57672958a1d64a2fb9f8b3bea66a6 2,296 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.