Loading Tool

Explorer IconExplorer

Memory Pool

48,254 transactions
27.41 vMB
0.07446021 BTC
Random Selection Loading Transactions
Max Size: 146.13/200 MB

Candidate Block

Mining Attempt 7aca10219c3216ab25eb6832b024195a75707b416fc02c4f1f121efa7c3dd40e
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 7c91476b81e3064511bbaaacf90041fd1393dd3aa2e00727c83f6da0f0e2b164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.02326245 BTC
Feerates: 150.92 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (174,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,972 739,972 00000000000000000008ecbe9bb61db9b63e4ce0add8ce24fb55d783e6b5d581 618 1.00/1.00 vMB 2
739,971 739,971 00000000000000000000d58a6eda854bb4f06b06166a551fa1f8c6b9687a4f8f 1,420 1.00/1.00 vMB 4
739,970 739,970 0000000000000000000017bc3cc37df04fcac52ae1cb3bcc36f7202a2ba1c80e 1,770 1.00/1.00 vMB 13
739,969 739,969 000000000000000000068cfbe355049ac191162df4410f55bcaa3e66cecd1037 2,632 1.00/1.00 vMB 10
739,968 739,968 00000000000000000008d74f343536f534cbd420c72317216111efe91e55a281 1,740 0.64/1.00 vMB 5
739,967 739,967 000000000000000000025b00f557479f97f772d2eee2eacd251b7219b1a3320f 2,702 1.00/1.00 vMB 13
739,966 739,966 0000000000000000000081bfcf8e1c45b0030ad8483decb4849c4024dbbc8b1b 501 0.16/1.00 vMB 9
739,965 739,965 00000000000000000006d1ade056b76f6173410123d9b18a3ffcca99ec873300 68 0.04/1.00 vMB 13
739,964 739,964 00000000000000000004c6ee2fdcecb42a2f29e992f7c2d3bf77c18b34da2cb0 1,565 0.64/1.00 vMB 7
739,963 739,963 000000000000000000063d5fa6896c73fa6afb076335810393b7928b4e42bb33 2,925 1.00/1.00 vMB 12
739,962 739,962 000000000000000000040ce691a1dc2e887681c5231b0254d6fce6c00b7ca762 1,056 0.40/1.00 vMB 9
739,961 739,961 000000000000000000038f859edec0bd9bebed397576545ce68dd8697ae2934b 1,736 0.76/1.00 vMB 2
739,960 739,960 000000000000000000032de28c2529acbf1b6265da8747a74d129c734e5472c5 3,095 1.00/1.00 vMB 10
739,959 739,959 000000000000000000075e2bbda22e7061a6f11cc05bc48c9515d4bf07014dd3 1,770 1.00/1.00 vMB 9
739,958 739,958 00000000000000000000d550d982f4f08a2479217c08cbd3828216780c05d2cb 2,164 1.00/1.00 vMB 17
739,957 739,957 000000000000000000033f388de0090b4c2f1cb637af214139ce9975b9fe1e96 1,688 0.56/1.00 vMB 10
739,956 739,956 000000000000000000068432dbc4e26ce1e9cb7aaa290ddcdf489dad21652fc0 1,086 0.33/1.00 vMB 11
739,955 739,955 00000000000000000004902353b67c08f7677120703be8fdee1c7dc50124c2d4 1,384 0.45/1.00 vMB 10
739,954 739,954 0000000000000000000019fffbf00bfce6a85a424163274e71d5044cfb1fcbb9 2,005 0.83/1.00 vMB 10
739,953 739,953 000000000000000000017a8945b0f2f9b3396bab85eafc2e9a3a076ef5219f5d 1,822 0.60/1.00 vMB 10
739,952 739,952 0000000000000000000191e2b9d3bfd4056fa791f7f41efd812f3511fa4306ce 1,134 0.43/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.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: 649.05 GB
    • Received: 13.12 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.