Loading Tool

Explorer IconExplorer

Memory Pool

81,695 transactions
30.72 vMB
0.09801240 BTC
Random Selection Loading Transactions
Max Size: 187.60/200 MB

Candidate Block

Mining Attempt d7439622180d3e6545d729dc19fde06b58bc89556675d09c02d8f6a6011acf7f
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 72ad72a8ce7580fa976ce5c69dfbd874c0f299895737b22827b1527759bb7e13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.02633779 BTC
Feerates: 301.60 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (801,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,625 113,625 0000000000001a47c3c9d9d5ef39703a7bdf4fff164cf1160cbd6c0ec5b182da 15 0.01/1.00 vMB 576
113,624 113,624 0000000000009aa40bab9537481a7b6b95f05cf86615fbfdcffb018de66fb1ee 12 0.00/1.00 vMB 351
113,623 113,623 0000000000000981207debedd4e09d37a930f71d38393204ff1a25ed232107af 35 0.01/1.00 vMB 111
113,622 113,622 00000000000029777f2a5b46c091f436b23abb07103b172df70e9de2607cf688 23 0.01/1.00 vMB 157
113,621 113,621 00000000000087c9e2286e8745d32c6d0a689707708dd6b069961db26f0b36b1 1 0.00/1.00 vMB 0
113,620 113,620 000000000000915056cbb09aa3be148626ca7f1defc4f9d85c4d74b3cd3e3a42 10 0.00/1.00 vMB 978
113,619 113,619 00000000000072520ec5b5293a92a1bea7b9d75fc723b6e5312771a876ad9192 105 0.02/1.00 vMB 0
113,618 113,618 00000000000087a72b328aa03ec224e1eeff6f194f1363aa4b60977bc8ff084c 12 0.00/1.00 vMB 0
113,617 113,617 0000000000002fa55ed7f20a901267b2feb1d1f52bacf0c7b45d8633e9ce95ae 9 0.00/1.00 vMB 674
113,616 113,616 00000000000066430549951e8f460402aad313dee7e5e2ca1d7a8362e91b94e1 113 0.03/1.00 vMB 0
113,615 113,615 000000000000a0f0e28ab6df7ef67ca913f8de8d1670a392a2a25aa9082806df 11 0.00/1.00 vMB 1,070
113,614 113,614 0000000000005092e5a09510cdd5563085b47d0b5a7f0c35db0c4f26bc277435 8 0.00/1.00 vMB 621
113,613 113,613 000000000000a12d21e17ba7641b325826ad66984825f1adced79c8839288aad 5 0.00/1.00 vMB 0
113,612 113,612 0000000000007d2df45c8e470f6a752d83cdac9254bb73c2dee87b3054bf0e98 196 0.05/1.00 vMB 57
113,611 113,611 000000000000c52536a7c0a9e7b3e62817362b8b7cc414fc41d2cc789f6d5647 9 0.00/1.00 vMB 607
113,610 113,610 000000000000559d13da22e0ba4fc486e203c4c8f53b02a36da06bac0161f373 7 0.00/1.00 vMB 0
113,609 113,609 000000000000217cfc3b2050af0c43b40de2442667702c9fd8be7d55e6576ee6 13 0.00/1.00 vMB 0
113,608 113,608 0000000000004e7b9dd9c61d80efadc74fcc2042f11d4d38c6143628b9f1667b 9 0.00/1.00 vMB 314
113,607 113,607 0000000000002d15b3609469fa224ef62987130ef40bce8dff572eb8c46b2bf8 10 0.00/1.00 vMB 0
113,606 113,606 00000000000002274150e89ecba8eeb94cdda48ce19cdf0b4889c6c78fc66dd1 9 0.00/1.00 vMB 307
113,605 113,605 0000000000006d3ace9b3dba1f16530e903c180544b3b60a5b98880618208d45 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.