Loading Tool

Explorer IconExplorer

Memory Pool

81,079 transactions
30.04 vMB
0.09356515 BTC
Random Selection Loading Transactions
Max Size: 183.52/200 MB

Candidate Block

Mining Attempt b6c5dda00d0027c804643ec8cc82d5852d0e556e2ea4738660b9d5c8c83ca54d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 731d969ae18144c1b53c6012b90563984cfb86b1153800a6927cbc188f7d216e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,490
Size: 1.00 vMB
Total Fees: 0.02611008 BTC
Feerates: 402.60 > 2.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (445,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,659 469,659 000000000000000000f559673a02607be0c798d13b360afd807bfd6eb6c79467 2,038 0.99/1.00 vMB 381
469,658 469,658 000000000000000001ce59129a9c8559bf4c9ca4f5555a06a2fa0ec00cf81cc6 2,416 1.00/1.00 vMB 263
469,657 469,657 000000000000000000765a0cefd873fcc85dacd5aa24622baab371cd3c366f9c 2,325 1.00/1.00 vMB 474
469,656 469,656 0000000000000000006f43c5ac8cfdab3ed48a0a09cc63edbb0d0ce1fd0042ef 2,033 1.00/1.00 vMB 479
469,655 469,655 0000000000000000007d6613eb4060a9117cbd9a663594bc12ed68547394766a 2,200 1.00/1.00 vMB 226
469,654 469,654 000000000000000000f2436b3f43bbe21c1cd50ba1410e17fc900ab392182ffe 1,917 1.00/1.00 vMB 293
469,653 469,653 0000000000000000005e2cdf125c8ef9023c8f7b098ec910d701e04ba73ad167 1,884 1.00/1.00 vMB 294
469,652 469,652 000000000000000000a09dc7df48b927456bed01287dc93e79ce231b95dd869b 2,243 1.00/1.00 vMB 296
469,651 469,651 000000000000000000fe0214d858c3aa7deea2295bf9e93feef95dd3950fa12b 1,571 1.00/1.00 vMB 341
469,650 469,650 000000000000000000e7a44db77e4628ac95c9d159228ba0b315eaac3aa8a252 2,001 1.00/1.00 vMB 294
469,649 469,649 0000000000000000017b2440c8d6731135325e2aa5cd062e62be0bd0305b69e0 2,079 1.00/1.00 vMB 366
469,648 469,648 0000000000000000015154d5fcdd876cda58a51cda7a8bd295d1a94b55ed5e01 2,304 1.00/1.00 vMB 339
469,647 469,647 000000000000000000649e70dd2668f79821f63b76af1250ca601a7342f82c97 2,666 1.00/1.00 vMB 323
469,646 469,646 000000000000000000ef90d3b59f4cadd81f929f3e70f505f40a46f303974596 2,133 1.00/1.00 vMB 322
469,645 469,645 000000000000000000ae85ee13b69c477653e1185616e1e00c6ae56965f86c62 2,350 1.00/1.00 vMB 389
469,644 469,644 00000000000000000105e7715664aa23a63b6221db22fe40baddb35778f8c5ad 2,244 1.00/1.00 vMB 436
469,643 469,643 0000000000000000007f34e56f207d1b9d8e096a6739de3ad58855637439a3cf 2,208 1.00/1.00 vMB 362
469,642 469,642 0000000000000000019134f5d60646321be830c6671b22a33e09d3e6d426c58e 1,671 1.00/1.00 vMB 441
469,641 469,641 0000000000000000010b84b97cfdef70203f513ac27f2cce12ed8e1f8cd9bcf1 1,505 1.00/1.00 vMB 433
469,640 469,640 00000000000000000183f13a03327d5a35b841123ea7bf86ea17e1ff89d6b6f6 2,090 1.00/1.00 vMB 495
469,639 469,639 0000000000000000004dfcfc180a119ecfd328db55e250c0cc381258b6ba49ae 1,651 1.00/1.00 vMB 536
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.