Loading Tool

Explorer IconExplorer

Memory Pool

41,632 transactions
27.56 vMB
0.13306064 BTC
Random Selection Loading Transactions
Max Size: 142.72/200 MB

Candidate Block

Mining Attempt dbbe7e3b2a780d332764b2235a68ad710a71bb76eb3ccce020d49ae3094ec7d5
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root e651417a5d18316d601c8cb48a107c42c981ae1cc7fa79f3e61d7c7f2e7df744
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,202
Size: 1.00 vMB
Total Fees: 0.07128459 BTC
Feerates: 285.90 > 7.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (237,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,741 676,741 0000000000000000000b8560b59b37131328ec542f259e2f64738a1afa3e6a5f 2,513 1.00/1.00 vMB 71
676,740 676,740 0000000000000000000610b7f52f4c8ce029f35c149913944a4e3bacff4a45fa 1,909 1.00/1.00 vMB 40
676,739 676,739 000000000000000000052c4c25d5b08d16c55fb662bb0903f876ace33f78228d 2,422 1.00/1.00 vMB 53
676,738 676,738 0000000000000000000b88c0850f435ca581792257f609b9b453c376440fbfb2 2,840 1.00/1.00 vMB 15
676,737 676,737 00000000000000000007a215b1ae7149743faca0b07166a4bccda24010efda13 2,244 1.00/1.00 vMB 26
676,736 676,736 0000000000000000000bd015b08c910c40154344105ea47e23499ea4f5d0f8cb 2,590 1.00/1.00 vMB 30
676,735 676,735 0000000000000000000bc515a9c0a5f4a91165a43663194af0760f05fb294a72 3,062 1.00/1.00 vMB 35
676,734 676,734 00000000000000000002cfe976e07223fda53a381a1e3177ab882a9aa4c1530b 1,992 1.00/1.00 vMB 56
676,733 676,733 000000000000000000004951cb76abd2cb63c7c356f1fa1b3c5ab8959ce5a7b1 1,999 1.00/1.00 vMB 67
676,732 676,732 0000000000000000000b60fcefea20856d478b777ec1d1d390a228d319f35b85 2,615 1.00/1.00 vMB 73
676,731 676,731 000000000000000000038d09f1565e918ca1948b7de7d0e318ba94f45c1d50a8 2,444 1.00/1.00 vMB 46
676,730 676,730 00000000000000000009fabbc74ef2c7770e7a881afbbf99c8752192bda502fc 1,863 1.00/1.00 vMB 66
676,729 676,729 0000000000000000000bdcdb30f2e0a6abb8f93a2bdf86e67bae87da84c521b3 938 1.00/1.00 vMB 65
676,728 676,728 0000000000000000000159b778e681eea8d6316ae614a3383448b5cf005138ce 2,774 1.00/1.00 vMB 84
676,727 676,727 0000000000000000000a2cc68f294d6cc23fcbf34800c7b96e5471caa16e6a99 1,503 1.00/1.00 vMB 72
676,726 676,726 0000000000000000000795addd662c092d677eb2163ff25391e6ac4b2fb1f3ec 30 0.01/1.00 vMB 135
676,725 676,725 00000000000000000001d22f8fe67ca294f13e3cdf84235890b71a8f4583bceb 1,815 1.00/1.00 vMB 77
676,724 676,724 0000000000000000000447302a6a055a6f51267607c284d0b5192eebba843d5b 2,362 1.00/1.00 vMB 88
676,723 676,723 0000000000000000000a2ba5eb5018b73f479c639a11a40f13d23c26363212de 2,477 1.00/1.00 vMB 26
676,722 676,722 000000000000000000042b33eafe81fa425cea931192eca4aeb650d0492d1d6b 2,674 1.00/1.00 vMB 33
676,721 676,721 000000000000000000019165245c5c18e36292ae9e74d1ca555b2ef76b47249d 2,607 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.82 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: 636.46 GB
    • Received: 12.37 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.