Loading Tool

Explorer IconExplorer

Memory Pool

82,948 transactions
32.07 vMB
0.11631107 BTC
Random Selection Loading Transactions
Max Size: 191.23/200 MB

Candidate Block

Mining Attempt fbc6441f0e303a2a1aba1fcdd621b19acd8c947ea30027e19316e559184d8974
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root ec670898997bfe5599c677b4defcb2c8d23bdeea4f02aa3978c9acfbf31362e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,215
Size: 1.00 vMB
Total Fees: 0.02807750 BTC
Feerates: 711.74 > 2.81 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (418,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,058 497,058 000000000000000000a21ebe110baef9242998160e4cf74a3c50f37cf3314b27 2,197 1.00/1.00 vMB 171
497,057 497,057 000000000000000000b53ecb2032bf48fa07ed74401ccc6d1fd5e49b492ebc81 1,864 1.00/1.00 vMB 202
497,056 497,056 0000000000000000005def0c57022d12db42b2f906b9356a078c34095c8e8fba 2,037 1.00/1.00 vMB 208
497,055 497,055 0000000000000000002afbae13ebebafe278429117543cec4431cc0da7345d57 2,529 1.00/1.00 vMB 113
497,054 497,054 00000000000000000051e9998ba80d4a7e8e9447d6d18501f9cee70e9f449032 2,644 1.00/1.00 vMB 178
497,053 497,053 000000000000000000bf964537295baa9025afa301ca0406f89f562d802e412a 2,392 1.00/1.00 vMB 188
497,052 497,052 00000000000000000051972db097da3020d31879f476dc4fca6fb1e2c2eebb83 2,533 1.00/1.00 vMB 167
497,051 497,051 000000000000000000bbc13b5795ab5634a842406f562c1aa8c9a9921285ae4c 2,093 1.00/1.00 vMB 149
497,050 497,050 000000000000000000a1bcdb8d8f4fc9fead73a14981ed5aa681985a72c69c9f 1,533 1.00/1.00 vMB 147
497,049 497,049 0000000000000000009ad92cd6b15bdf9aa1ca546b64855d7de304436de32480 2,042 1.00/1.00 vMB 141
497,048 497,048 000000000000000000535cc5c98ae2ccc970c1b7976965b37ca0c906e998f56f 2,560 1.00/1.00 vMB 132
497,047 497,047 000000000000000000a69d6d8da5b6d2e614e49cd0227680009cbdc790007304 1,502 1.00/1.00 vMB 152
497,046 497,046 000000000000000000bc3da21c5b34c16c0b50a2eb04ddfdeb575f3cce6552d1 2,117 1.00/1.00 vMB 164
497,045 497,045 000000000000000000aa35cf18f91be931e14de6e282d334c144be2aae92d0ca 1,526 1.00/1.00 vMB 140
497,044 497,044 000000000000000000b0d718f2d425badd09ff378d7ce5abba1b07186a5ede92 1,989 1.00/1.00 vMB 154
497,043 497,043 000000000000000000120ea0c2c81b8c5631446937803ff62a50c2fc5329824a 2,864 1.00/1.00 vMB 146
497,042 497,042 000000000000000000a1f27464a64cb045891191d00deb9406c3e98df9d38a8e 2,851 1.00/1.00 vMB 163
497,041 497,041 000000000000000000817cd18833e46205aaf09b9b937aa37527da6c9b4bc89d 1,702 1.00/1.00 vMB 163
497,040 497,040 000000000000000000808d8512fff28aaeedf872480c20a81b1990049ea7d232 2,493 1.00/1.00 vMB 191
497,039 497,039 000000000000000000470e236fa9a8e1271d03a6daf42ac1ed4d0bac3763f9ce 2,247 1.00/1.00 vMB 194
497,038 497,038 000000000000000000ce192291ffff7de2eda1b1c5e886d7cdab0f6d4f031e50 1,955 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 783.05 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.49 GB
    • Received: 18.17 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.