Loading Tool

Explorer IconExplorer

Memory Pool

76,995 transactions
28.60 vMB
0.10159658 BTC
Random Selection Loading Transactions
Max Size: 173.03/200 MB

Candidate Block

Mining Attempt 70540734c18c43ab5f3ada3fc57af766e01e6eba1c2a6839028acba5f0d21b4d
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5b6420023d0be86d642bb22de853a72de8789d47bc9f565a3db578f6eb3e94fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.03483928 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (31 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,280 915,280 00000000000000000000553f6fed49f552322b757e7f4dd0d320e9bbd1994ab9 2,796 1.00/1.00 vMB 1
915,279 915,279 00000000000000000001159bfb9c184bf20d071864b704b546354b434880601f 3,108 1.00/1.00 vMB 3
915,278 915,278 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020 2,373 1.00/1.00 vMB 3
915,277 915,277 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f 1,216 1.00/1.00 vMB 1
915,276 915,276 00000000000000000001810023e68d0a57a556c7aa9c207cb4d0a325dd6b06b4 2,217 1.00/1.00 vMB 2
915,275 915,275 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5 1,645 1.00/1.00 vMB 2
915,274 915,274 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e 4,215 1.00/1.00 vMB 5
915,273 915,273 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d 1,823 1.00/1.00 vMB 3
915,272 915,272 0000000000000000000113c7420cf893fabe85b80c0a1a6f47a4550da8c23a4b 3,989 1.00/1.00 vMB 4
915,271 915,271 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e 3,808 1.00/1.00 vMB 5
915,270 915,270 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71 1,721 1.00/1.00 vMB 1
915,269 915,269 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c 2,325 1.00/1.00 vMB 3
915,268 915,268 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127 3,653 1.00/1.00 vMB 2
915,267 915,267 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e 1 0.00/1.00 vMB 0
915,266 915,266 000000000000000000018a3ffe67841458477deb8dd8802e30535f5e1ab9e27d 3,495 1.00/1.00 vMB 5
915,265 915,265 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44 1,286 0.37/1.00 vMB 2
915,264 915,264 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819 3,383 1.00/1.00 vMB 2
915,263 915,263 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a 4,758 1.00/1.00 vMB 0
915,262 915,262 0000000000000000000093e6bd3ba29907f7c7ace6f63a7981fa8c3b4653dc94 3,310 1.00/1.00 vMB 3
915,261 915,261 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9 1,315 0.32/1.00 vMB 2
915,260 915,260 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759 3,048 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.