Loading Tool

Explorer IconExplorer

Memory Pool

83,589 transactions
31.65 vMB
0.08862271 BTC
Random Selection Loading Transactions
Max Size: 192.75/200 MB

Candidate Block

Mining Attempt cbc5e2dd230d9b56931c2f64e57f20c7b53850e57cd8727b36d774ec0aa47bf0
Version 20000000
Previous Block 000000000000000000015a7ee9281539d48f0ebf8c2030b737ac721a110fec89
Merkle Root 59d61cfcdd13f2306081b5831d1d5e5b094581878c1800542a5a36597638571b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.01980965 BTC
Feerates: 182.65 > 1.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,212 (344,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,922 570,922 000000000000000000188af393531d7f6863f30b691aaa3513adf8ff2ebe0c10 2,574 1.00/1.00 vMB 128
570,921 570,921 00000000000000000017ee398ee5bbc55ba1ef9eda1684557d093a88e2eb67b7 2,632 1.00/1.00 vMB 144
570,920 570,920 0000000000000000001e0e473c5b6c5ad51fe256a310f7a444adac4f0d6dedb1 2,787 1.00/1.00 vMB 121
570,919 570,919 0000000000000000001364b902d6c259f3c849fc9ce2666b129e06a71c02a627 2,566 1.00/1.00 vMB 82
570,918 570,918 00000000000000000012a8ec231ae590b0f83078c85fc34fbf4d8a317161de5d 2,691 1.00/1.00 vMB 56
570,917 570,917 000000000000000000205cd1ef3ea2dcc67d532ce61e2a988f7f6e831747f48b 2,857 1.00/1.00 vMB 83
570,916 570,916 0000000000000000000c67e8a69fb5eeaf032b415097e11a29c0137dcf91cf71 2,849 1.00/1.00 vMB 68
570,915 570,915 0000000000000000000fb15a1f13587fa543ac04abf24ec1893562cc58a9f178 3,260 1.00/1.00 vMB 93
570,914 570,914 0000000000000000002b300245bfe97fb1508168fa7573e75073c8dbc6155166 2,765 1.00/1.00 vMB 139
570,913 570,913 00000000000000000009b885ca92c92954506ea15344715929134cce3f666c04 3,026 1.00/1.00 vMB 93
570,912 570,912 000000000000000000273ee705445298539056ea89d3ec88adaa7dd238fc7027 3,300 1.00/1.00 vMB 105
570,911 570,911 0000000000000000000798fe39b39e705928ce40cc047c97377e40faa9e4c68d 2,590 1.00/1.00 vMB 152
570,910 570,910 0000000000000000002a31d41008bfa3e0c9e4e94c033fca31e8af528fb89e11 2,996 1.00/1.00 vMB 100
570,909 570,909 0000000000000000001fc62441cef91b171a42fed84b4c8a42f55c4cca34167f 2,868 1.00/1.00 vMB 118
570,908 570,908 00000000000000000024714bcaaf0d1aab2f5fc61c6de63a2772a11ce5e8587e 2,581 1.00/1.00 vMB 127
570,907 570,907 000000000000000000104b185af29a3cd44e0ffdff8cc7e353790b5da06266b1 2,095 1.00/1.00 vMB 120
570,906 570,906 0000000000000000001c9c16cfa0af9173c3db59157ad70f6fa01af8567b3bd1 2,404 1.00/1.00 vMB 89
570,905 570,905 000000000000000000087451296be859c991b817eb1e0b3f5ac6d4627f70899f 3,049 1.00/1.00 vMB 129
570,904 570,904 000000000000000000030f0776a93846b72b24abdcd719304ca54ce9ba4b3c54 2,917 1.00/1.00 vMB 127
570,903 570,903 0000000000000000001dc5497448ba255c76a8f128a56499950c223f66e7f8af 3,102 1.00/1.00 vMB 38
570,902 570,902 0000000000000000000928bcac1534325e2511899d1fd6db190843c837e29eef 2,769 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.76 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: 708.94 GB
    • Received: 16.79 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.