Loading Tool

Explorer IconExplorer

Memory Pool

79,404 transactions
29.19 vMB
0.12177955 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 98854da070e10cdd0b7c405f06ae5e29d96c1d13e00e771d33bb8bf185984800
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e62dd8b8163b1e3dab1d84a613e0a054bb2f304efd8682a14d6209861a778b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,457
Size: 1.00 vMB
Total Fees: 0.04437832 BTC
Feerates: 602.26 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (48,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,306 866,306 00000000000000000000a6ce5448d34259f9ee11db4b0afec73270f6713cb88e 2,760 1.00/1.00 vMB 6
866,305 866,305 00000000000000000002393de2771abf17c3311404b1dd21957bbfba415bc0d7 3,886 1.00/1.00 vMB 4
866,304 866,304 00000000000000000000318e21ef459639e9c5e34576b979c796acd6c004f51c 2,801 1.00/1.00 vMB 6
866,303 866,303 0000000000000000000134c7f1a0331be479878517f632c12862e6cbdd59489e 2,965 1.00/1.00 vMB 10
866,302 866,302 00000000000000000002a2e8434b44eca3f02876ead68a0fb7849a23751ea9c0 4,045 1.00/1.00 vMB 9
866,301 866,301 0000000000000000000020c33c105c597a98238425c066df9e7d1c0de8772b0e 3,719 1.00/1.00 vMB 21
866,300 866,300 000000000000000000011a177f536f5b46a3ac9f8f8efa161fe46c8c0c1d83ee 2,616 1.00/1.00 vMB 9
866,299 866,299 00000000000000000002d9fd3cbcdbb80f3c69391018018950993747d3a9bcb5 4,275 1.00/1.00 vMB 13
866,298 866,298 00000000000000000002c71d05c56535c9da32c6ee8a9529fe02b1fb04390e71 3,786 1.00/1.00 vMB 9
866,297 866,297 00000000000000000001aa7d804595270ac4213e189307b56f8aa21d168aa173 4,056 1.00/1.00 vMB 12
866,296 866,296 000000000000000000003402648acd837543750bb9ee99dc4040eb0d9783cb0f 4,048 1.00/1.00 vMB 11
866,295 866,295 0000000000000000000134bc12552e6103e216be190746e602bd6fdd35b397d2 4,580 1.00/1.00 vMB 6
866,294 866,294 000000000000000000003b6826a321b0b1cbe6921dbce1c1c9d8fd08b7a00fd1 5,289 1.00/1.00 vMB 9
866,293 866,293 000000000000000000019645ae7e51f8867177f7c0474e5b69c9c5863be9d628 5,531 1.00/1.00 vMB 11
866,292 866,292 000000000000000000024f8bd55ebd40a88d75a3faa040ba3bcde11ef0eeec38 4,226 1.00/1.00 vMB 8
866,291 866,291 00000000000000000002c092bb6979d42dff5db7748767bfece3b79f6fe53f3e 3,865 1.00/1.00 vMB 12
866,290 866,290 00000000000000000001acdce3d9a71b414f8f63b0ad2794b358e99d208ee0d7 4,291 1.00/1.00 vMB 10
866,289 866,289 0000000000000000000069f6ce5f229094d21d2fd73226edb9d45117a16eb664 3,928 1.00/1.00 vMB 6
866,288 866,288 000000000000000000007a0c3695d5c45a379839840fb6c72d6a0a406f81c993 4,852 1.00/1.00 vMB 9
866,287 866,287 00000000000000000001b6b37c6089f8f92da06a24140ae3b77ac6f9242cd58c 6,250 1.00/1.00 vMB 12
866,286 866,286 00000000000000000001c387b713bd7c590214d5e22d2918c4f72467045d653c 6,680 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.92 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.44 GB
    • Received: 17.54 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.