Loading Tool

Explorer IconExplorer

Memory Pool

50,275 transactions
29.15 vMB
0.10363436 BTC
Random Selection Loading Transactions
Max Size: 154.95/200 MB

Candidate Block

Mining Attempt 0a1b2c7c716dd2f0dbc4312b3b963c1142546d65ef42228790001a1db52ceec2
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root f96790f6a6396b2672dccabd8ad83cd629d9c57e404965e44d6a521371b4ee7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.02653605 BTC
Feerates: 70.48 > 2.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (863,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,660 51,660 00000000015f0356f8c03a91eccb78d28f630f5700b9ff94c2e7d65af020eaeb 3 0.00/1.00 vMB 0
51,659 51,659 00000000068e55c9e7ca0d7f8f7e1d95057e45b56ae5f465839ef44d5e409c29 2 0.00/1.00 vMB 0
51,658 51,658 0000000002b87726c9bb254dc6ae6cab1b2523a17b072b423ec9fa8db1dae0d1 1 0.00/1.00 vMB 0
51,657 51,657 0000000009a8b460caf03a855a36817cbefb01a40d63b414e2161048d62aa3e9 1 0.00/1.00 vMB 0
51,656 51,656 000000000ec225ffd7ea3ccc2251e189afab3117510272bcfc9a95ef65644f57 1 0.00/1.00 vMB 0
51,655 51,655 00000000068c223e67696ed6d84274eae7071c3551ecf0161e0939c7ba994b61 1 0.00/1.00 vMB 0
51,654 51,654 00000000089ade3a942d3044cc448a5d60913b18d325ea21eae9de88e0d3d007 2 0.00/1.00 vMB 0
51,653 51,653 000000001c1edf930bae6ec769776eca28125d3b7239c4532d68a82a95fdefcc 5 0.00/1.00 vMB 0
51,652 51,652 000000001d505bd4b66b11ddd5577ab7333c024b09b385941f79343adab383af 1 0.00/1.00 vMB 0
51,651 51,651 000000001abf41bbf8f457f9e4ac5855a06ada719ce72e80b1ca8f2beee91852 1 0.00/1.00 vMB 0
51,650 51,650 000000000f8083f29629d06966c27cc44ffc25812db9a29990c962fd41bfdff8 4 0.00/1.00 vMB 0
51,649 51,649 0000000005a4e1d6d75fdaa6a0bdb7522b25210b3c95c588e50bab06f55f2847 1 0.00/1.00 vMB 0
51,648 51,648 000000001cc5f63623f86e2b155406d6f69decd8aa740c9eb06ebdd17df182e6 1 0.00/1.00 vMB 0
51,647 51,647 000000000695214736a09458d9a7cb346498ca51c57b86702037c7116217ba3f 4 0.00/1.00 vMB 0
51,646 51,646 0000000014e4846ee5b91b0641d3e5706bcce2191856bc0f80144a2243d65423 4 0.00/1.00 vMB 0
51,645 51,645 000000000d7a90824daaaa35ff45bab9e52c7776cb414b5bcd0b44ac89cd7d17 1 0.00/1.00 vMB 0
51,644 51,644 000000000172cd7a38a0fe9ecf8c2070b6d456e1414a2ebe116b11a6d1e608ed 2 0.00/1.00 vMB 0
51,643 51,643 000000002080047144dea941c98e0717e3f4a5222737fb0785fc5fdfa30b8469 1 0.00/1.00 vMB 0
51,642 51,642 00000000116b5ccff883cc333412c1d99af9f3404ff2b77f94ffd5f3ff2cf37a 1 0.00/1.00 vMB 0
51,641 51,641 000000000eb3f543f88b63a6a0335939ce327f7bd7691c7773026432dee9fafc 1 0.00/1.00 vMB 0
51,640 51,640 00000000086dc6e581071fb9502c74754aca3f7933ed2bb03bc2f54a189fbf7d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.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.