Loading Tool

Explorer IconExplorer

Memory Pool

85,278 transactions
33.00 vMB
0.15806517 BTC
Random Selection Loading Transactions
Max Size: 196.48/200 MB

Candidate Block

Mining Attempt c9a894efdcbebd429ddb7dc973b2a1f90be77b6ba217c047a4ea4ec28107dddb
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root db81ba429488269a3ee37fe5b51e976e2d13527bdbf30db904ea3afcec15d0ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.04907495 BTC
Feerates: 318.30 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (418,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
497,037 497,037 000000000000000000640cb5001a3bfb00b44ef57d03577e686ab68c7dea904a 2,388 1.00/1.00 vMB 166
497,036 497,036 0000000000000000007fcb2d8f23901a5f22e023169e2e52339cbba0603109d5 2,160 1.00/1.00 vMB 177
497,035 497,035 0000000000000000006ac82c5db2f1b4d0efc0094637b824e82e9023c7115864 1,701 1.00/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.