Loading Tool

Explorer IconExplorer

Memory Pool

79,038 transactions
29.60 vMB
0.07343667 BTC
Random Selection Loading Transactions
Max Size: 177.71/200 MB

Candidate Block

Mining Attempt 536740df879a785b31dbb85aec549067ee408f3e177f142a0ea97d6fe686be4c
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root a3a4c49d5b3b5772ff818cb92458b4d71569ec975a04ebc6a60628113399c304
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,408
Size: 1.00 vMB
Total Fees: 0.01323112 BTC
Feerates: 90.48 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (237,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,999 677,999 00000000000000000000d93c4a9892c0252d6c5b455a57268caf1505a7ebe2dc 1,941 1.00/1.00 vMB 111
677,998 677,998 00000000000000000007976469bf8e2f0b7466581b91b38a8209290746ed760a 832 1.00/1.00 vMB 66
677,997 677,997 00000000000000000008e6d7936672f5f73350fd44586dca1ae2e1212184cbcb 2,408 1.00/1.00 vMB 87
677,996 677,996 0000000000000000000b6dc08929704a2bf0c6386df497b42a255f4ecafecd7a 493 1.00/1.00 vMB 69
677,995 677,995 00000000000000000004ab2b8f7da2a7841ca2ca7456e9a3c614de6922e4ab47 1,966 1.00/1.00 vMB 75
677,994 677,994 0000000000000000000122f3b7a2c8fd4217cdc356ea1e8879e5a1398298d3a5 2,972 1.00/1.00 vMB 104
677,993 677,993 0000000000000000000653d5843489f625da7a9073676faff548eba3f0aa7920 2,604 1.00/1.00 vMB 64
677,992 677,992 000000000000000000090a4d3da5b5e3715073af939afd4737c1dd99fd6cedca 2,572 1.00/1.00 vMB 85
677,991 677,991 00000000000000000000f830a335b340dbfc35be5ba20c2e53189d85af390a37 2,811 1.00/1.00 vMB 91
677,990 677,990 00000000000000000005e25f3d3e12bf69664dcfe78e2b90a58d5a9e596eef6b 2,237 1.00/1.00 vMB 78
677,989 677,989 0000000000000000000ab8aed19a9659ce890d7a807c32997f5fbcad436b33fc 2,974 1.00/1.00 vMB 104
677,988 677,988 00000000000000000005d59113677d200319c5521c39354d7a1739412e3dbde9 1,816 1.00/1.00 vMB 70
677,987 677,987 000000000000000000045445d8c1a8c78b9e35f8621c91be35820f3513c50255 2,589 1.00/1.00 vMB 87
677,986 677,986 000000000000000000025494bce9a2517d151f685ed1db04ac9ef881b1f096e5 2,344 1.00/1.00 vMB 84
677,985 677,985 00000000000000000000186ef6ef42e0619486686bd8a9d4d700390be4a6e164 2,595 1.00/1.00 vMB 108
677,984 677,984 0000000000000000000345e21bc84257531a33dbdc0c6d5c04749fb88d3e084f 2,934 1.00/1.00 vMB 95
677,983 677,983 0000000000000000000861dacbeaeef253591e6e4fc7b7bef37de76e5b91de02 2,603 1.00/1.00 vMB 97
677,982 677,982 000000000000000000086193477a31cc526957b10f2b3e9ae6ef872a4d2b0240 1,179 1.00/1.00 vMB 73
677,981 677,981 000000000000000000093427f794fe57724e005eefc3a58c3a610d036a663ef6 1,080 1.00/1.00 vMB 16
677,980 677,980 000000000000000000025ebc19ca0932df62884eab30df5120f55ac80b76b37e 2,052 1.00/1.00 vMB 17
677,979 677,979 00000000000000000005a0a511713827809531f8fbdaa0d899e79d8df9c04332 2,126 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.03 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.