Loading Tool

Explorer IconExplorer

Memory Pool

78,670 transactions
28.89 vMB
0.11092088 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt a6812dd9261fcbebb66a2a6a383f3085630eb3de8902ddfb083b2c43386f878a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 53a9dae39bddb32897a5871a33bfadbaba9aeb6151cdb1cffddb7762e00a64bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,199
Size: 1.00 vMB
Total Fees: 0.03954133 BTC
Feerates: 602.26 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (96,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,675 818,675 00000000000000000000ca9bae2c70ba93103f215c0d6499aee43092a646de27 3,185 1.00/1.00 vMB 96
818,674 818,674 00000000000000000000dba884dfc0e7e9e4048ea841694a9bd229ad24e964d9 5,132 1.00/1.00 vMB 61
818,673 818,673 00000000000000000002a6044c49903c78538cd67f74b8b93f3fd01933b628b6 3,141 1.00/1.00 vMB 75
818,672 818,672 00000000000000000003b07abd7c7fb468133125c9620b32fddc58d9b6ca6eaf 4,261 1.00/1.00 vMB 68
818,671 818,671 0000000000000000000206212d3d49fd4a941f64662817c312041fa723ab3df5 4,592 1.00/1.00 vMB 64
818,670 818,670 00000000000000000001de7108066168e4c85bbbb1b0c50b0d67302a102d16b7 3,455 1.00/1.00 vMB 83
818,669 818,669 00000000000000000003a034a245df090a72eabdfbd916a12fae04e2174d0480 2,989 1.00/1.00 vMB 59
818,668 818,668 00000000000000000001759966c85d84fb2f757dc37d8481c4460efbc4dc4f79 3,751 1.00/1.00 vMB 71
818,667 818,667 0000000000000000000267fd30254b3537ca566ba2f700d8c6a960c016399bc4 3,321 1.00/1.00 vMB 82
818,666 818,666 0000000000000000000312a151e84227eeb8c45df59a8c7b07b21cfa8fa8e27c 2,656 1.00/1.00 vMB 76
818,665 818,665 000000000000000000020e2dba8cd9c21727a4d7d2a52c16430ec3a8ad6e0f35 3,472 1.00/1.00 vMB 64
818,664 818,664 000000000000000000017163b5d05e9aeed4fc7b2cdf31230ce6f12b369990da 3,959 1.00/1.00 vMB 68
818,663 818,663 000000000000000000003255393e5b7145f5fb19d5ea28f374bf9422404e1c96 4,109 1.00/1.00 vMB 63
818,662 818,662 00000000000000000001f558dce8d6b27673a460c5546b6ffc193aed971fb397 2,994 1.00/1.00 vMB 57
818,661 818,661 000000000000000000013e550c60e0510f4d3525fd60920a9f24ad8a32af5846 4,282 1.00/1.00 vMB 72
818,660 818,660 00000000000000000000250fbdf00f1c7a86d6278c64979d4d43807308b2f89b 3,646 1.00/1.00 vMB 68
818,659 818,659 0000000000000000000045eeb17ccd275721b6b736673d40a68f19a16b4db0da 3,025 1.00/1.00 vMB 83
818,658 818,658 00000000000000000002725b483158b9bca9b6ac801249416b0f75bb96f5556c 3,605 1.00/1.00 vMB 75
818,657 818,657 0000000000000000000082dcb77fba245b3c0108c3108d5a44e7ced44a4ec17b 3,198 1.00/1.00 vMB 92
818,656 818,656 0000000000000000000269f4601e3fc8e0e9c2bee8d8b303ad7b306e9bc49835 4,043 1.00/1.00 vMB 68
818,655 818,655 000000000000000000012c523e8042a6a64531a663f56b8cd176665a761bd046 3,939 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.