Loading Tool

Explorer IconExplorer

Memory Pool

39,221 transactions
28.68 vMB
0.06167866 BTC
Random Selection Loading Transactions
Max Size: 145.66/200 MB

Candidate Block

Mining Attempt 2febc85ef1a7b6af8ccebd99230d1e9b671f4907b7c5875a04ed6ab32295b1b4
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root b35a83b1739bc5d916fc309591fe6bfecc15315794f8260314dd6f024ca986d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,798
Size: 1.00 vMB
Total Fees: 0.00612720 BTC
Feerates: 150.80 > 0.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (136,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,690 777,690 0000000000000000000275f4bb63f117d7eeb1e3883f1c681b376c77ddee0655 360 1.00/1.00 vMB 2
777,689 777,689 000000000000000000019307166b03a4f44b8a4b14b6cf9626d5e7f223edfdb4 277 1.00/1.00 vMB 1
777,688 777,688 00000000000000000003731b4eaf8dbaf5dc35e837d8eaaa4d30d8ebff9620ef 568 1.00/1.00 vMB 3
777,687 777,687 00000000000000000004f60cfb3f4dbd96619d6ca93381fa8becd2f4dac4e883 191 1.00/1.00 vMB 1
777,686 777,686 000000000000000000072ebd7ad106c45e7a9c588a1c625fe20a9eb254c7f7f2 1,477 1.00/1.00 vMB 6
777,685 777,685 00000000000000000006206684a917d964af19802139363db6bd34d59b19c692 1,392 1.00/1.00 vMB 6
777,684 777,684 00000000000000000002f7f6203391d0187fd3e1988fdd2a5a9ee47817888fb1 2,473 1.00/1.00 vMB 9
777,683 777,683 000000000000000000049a5908e3f0a6b78e3700e46d538430fd404d22e8b326 1,505 1.00/1.00 vMB 14
777,682 777,682 00000000000000000003bb63a95f5d27e16751753f7320c0c2eea6691e8ed68b 2,854 1.00/1.00 vMB 23
777,681 777,681 00000000000000000003ff7004680562a740fad294886270b6995a29576effbb 2,882 1.00/1.00 vMB 16
777,680 777,680 00000000000000000002b7bf17fdc16bfb92fe35e2a42bc4eb1d76e0f93ba036 880 1.00/1.00 vMB 4
777,679 777,679 0000000000000000000658f33e3d8e05ef4bed9f20446238c9b2df5da2762724 2,469 1.00/1.00 vMB 13
777,678 777,678 0000000000000000000452773967cdd62297137cdaf79950c5e8bb0c62075133 735 1.00/1.00 vMB 3
777,677 777,677 000000000000000000029dab81fda46c137aaa422449f2dbd26da79fbceeebe7 302 1.00/1.00 vMB 1
777,676 777,676 00000000000000000001ffdb6a0850a49ddb98f4f252d4ab04a0be48551e15db 1,786 1.00/1.00 vMB 4
777,675 777,675 00000000000000000004f9816aafdbc40a4bcc5993682d98dd6b642d91318b0e 2,473 1.00/1.00 vMB 12
777,674 777,674 00000000000000000005dee5f6a25b74b7beaa37004932c6a0fa26644cddd168 2,798 1.00/1.00 vMB 8
777,673 777,673 00000000000000000004348d912d465f9791a0ed1c4eae980e95d9c7d23ee3f1 2,516 1.00/1.00 vMB 14
777,672 777,672 0000000000000000000136c7f6d898ac90b81b647b7860eb55c02c39e124bbf5 2,415 1.00/1.00 vMB 10
777,671 777,671 00000000000000000003d2a0444f71b2f9eed8fa23f89d5ddc1896dcb3ea1681 2,767 1.00/1.00 vMB 14
777,670 777,670 0000000000000000000704f98fbd0a61fbc1b4f86b4e3bb5ef84d8106cdeb2c0 2,801 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.83 GB
    • Received: 11.39 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.