Loading Tool

Explorer IconExplorer

Memory Pool

76,585 transactions
27.66 vMB
0.07832826 BTC
Random Selection Loading Transactions
Max Size: 168.86/200 MB

Candidate Block

Mining Attempt 45b4a09c7d6770945dd2f9a4f6e57a41daf596c655560cb2633394d2552960a3
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root b45ab421eade1cda73cdf3ebe6a0830826f98cccd3b4ef26392585f6c9bdef61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.01926319 BTC
Feerates: 402.60 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (418,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,061 497,061 0000000000000000004a28a67e669599ae9eb460e5e307ea5aa8694016baddee 1,916 1.00/1.00 vMB 162
497,060 497,060 000000000000000000399d43b7bcb492b3f883352ca75bd26650d0bd3cb96fce 2,724 1.00/1.00 vMB 164
497,059 497,059 00000000000000000048e8d1ddd2776ad0742dd8c1b989f01502265f3589ea83 2,472 1.00/1.00 vMB 163
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
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.