Loading Tool

Explorer IconExplorer

Memory Pool

35,744 transactions
26.09 vMB
0.07250903 BTC
Random Selection Loading Transactions
Max Size: 132.66/200 MB

Candidate Block

Mining Attempt edbefe014ef7348dfa389b1efff24c81d0ee02dfac06bf677ad788f885fc70de
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0b5b1da03b4ed6e025cbee8c5dc3632d7de373049ed4c80dca80dffc8bfd7566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02433357 BTC
Feerates: 250.88 > 2.44 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (367,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,782 546,782 0000000000000000001eb3e45bf4736f8f973134c070446ab3970e1beb1211b9 541 0.96/1.00 vMB 4
546,781 546,781 0000000000000000001cef4ea81e5db25b6c30ebbf540e146303645ce3979554 2,574 0.99/1.00 vMB 13
546,780 546,780 0000000000000000000a2a65f10347aba9bde9a748bb0fe17af656a8334d281d 23 0.01/1.00 vMB 10
546,779 546,779 00000000000000000018c62bac9db6c779df71d16e50c2b5a3d5e6dbabfd3fc6 1,517 0.72/1.00 vMB 9
546,778 546,778 00000000000000000001c57d098dc2b8072e4a06a0133cfa0a5e9b5892802dbc 118 0.05/1.00 vMB 8
546,777 546,777 0000000000000000000c1fcf9d6cd69e3a40ca3f21ba3480a7a668d73dbbe3bf 595 0.27/1.00 vMB 8
546,776 546,776 00000000000000000007ea7accf47a491f01358415faacd815fb5f48558eb53b 673 0.30/1.00 vMB 8
546,775 546,775 0000000000000000001b3d58eab2a293956baeb88dd6a7c410c7ea3f387ca6eb 661 0.31/1.00 vMB 11
546,774 546,774 0000000000000000002092476a0fea4d3ecf8222e2352744b7f89ae5aad61472 2 0.00/1.00 vMB 3
546,773 546,773 00000000000000000019747abc139f4877f33cba387c488b8502f5e33cb2cfa3 547 0.24/1.00 vMB 11
546,772 546,772 00000000000000000024a01d25d70e577fd0825f5d2a15db9bafe5aebb9c6732 1,166 0.76/1.00 vMB 8
546,771 546,771 00000000000000000018a5bf5ba448a50618b5cbd1d8e823973e6ef1b79cb22a 2,356 1.00/1.00 vMB 8
546,770 546,770 000000000000000000078a574202029c1b0a103e6c1615be185baf8c9e6a6742 801 0.38/1.00 vMB 30
546,769 546,769 0000000000000000001b56157c9b215638360d81a43bddefb03d9ed43b8a56ff 2,890 1.00/1.00 vMB 13
546,768 546,768 000000000000000000251b8ce5652f92865d3381da0713aa405822010316c05e 3,032 1.00/1.00 vMB 9
546,767 546,767 00000000000000000003a794b1f9876013e733fc104b6279b8a5fd9d5b7e13ed 2,743 1.00/1.00 vMB 22
546,766 546,766 000000000000000000081cd94f74e9e4259300303ed4e7d16900be10c67c64d3 2,978 1.00/1.00 vMB 20
546,765 546,765 0000000000000000001a866176eec253fc59f836e6f730b063e6022aff2cd1d5 2,442 1.00/1.00 vMB 13
546,764 546,764 0000000000000000001bc1695e44681b3805757273f94c8c8eae17fccf8aca2c 1,414 0.66/1.00 vMB 9
546,763 546,763 00000000000000000014676eaac82bd53d612895df2d988ca8cac41bd793bcf2 1,103 0.65/1.00 vMB 9
546,762 546,762 00000000000000000011060852dbe2788a3c164675d09965be25e62bc0245bfb 2,061 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.