Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,057 transactions (0.35 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,982 000000000000000000022b910000000000000000000000000000000000000000 0.35 vMB 1,046 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,981 (140,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
771,255 771,255 00000000000000000006f60e9105dda9ee9da490db936b136f866282271e24fc 1.56 MB 2,541 8
771,254 771,254 000000000000000000009a1dc6296ee90523da662bf784d71a72a6c8edce1e77 1.37 MB 1,862 7
771,253 771,253 000000000000000000030d26efa017354eb1b659b6797cbc86e438b553dfabd3 1.16 MB 476 4
771,252 771,252 000000000000000000057c13400b70dec3a8e8a909a1bfb590704ee2ceda1afc 1.07 MB 563 3
771,251 771,251 00000000000000000006180836cef94087fb5e0b7850b85d5ae2841a2ee765e2 1.13 MB 587 3
771,250 771,250 000000000000000000024e8c8e25fe0938155dc1e03adc71cc20ffc3a3938b24 1.11 MB 806 3
771,249 771,249 0000000000000000000097e9101631c21c29900eeeaeb0bf15294f8e25abfdfe 1.26 MB 1,618 5
771,248 771,248 000000000000000000063c975b7aa52a701a8bc94901ae403c9d8cacfc496948 1.31 MB 1,280 5
771,247 771,247 0000000000000000000143f07b27d8dbcff6b1c76d79b9960edea444196940e3 1.48 MB 2,403 7
771,246 771,246 00000000000000000006db0662d76379f3810ee9adac61936b8f5b2e5ce7acda 1.35 MB 1,991 6
771,245 771,245 00000000000000000006f84965bcabbf11a6cbaf31b51a193c48e5e80edaffea 1.20 MB 1,255 5
771,244 771,244 00000000000000000003e828df141d5c23f9dcb4c93766ab78c01183b8dcd9cb 1.08 MB 484 2
771,243 771,243 00000000000000000001aff0cc7d2be3440274e6a88e5a7e6170e820736cbb06 1.53 MB 2,046 3
771,242 771,242 000000000000000000050ba034ffa80ee216be532ce8c33bdc491f69b26cefa5 1.66 MB 2,463 13
771,241 771,241 00000000000000000004bda4194eb974babfb0785711da58e851a40c3e47eaad 1.32 MB 1,454 6
771,240 771,240 0000000000000000000713bee175c11537862d68818ccaeee4f4ccd1bae91e9f 1.62 MB 2,364 6
771,239 771,239 0000000000000000000825fdcd33697feeb024d517c77175a8443e2b2e0ee1a2 1.62 MB 2,874 9
771,238 771,238 00000000000000000007e9cda898ef098a799c8db78310b4f1b1bffa91caa51e 1.51 MB 2,270 13
771,237 771,237 000000000000000000030721d2853cfea2ab55d7c17b8d6c36e288930bcba129 1.04 MB 285 1
771,236 771,236 00000000000000000007d5f6aa9055162872c70e2f46d0d5e789fc1965e26c94 1.11 MB 771 3
771,235 771,235 000000000000000000066205afee67ecb2146c074e32a2bd29a71d6475340a06 1.47 MB 2,621 8
Previous 10 blocks ↓
Total Size: 777.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,500.94 GB sent, 133.70 GB received

Notes

  • This page updates every 5 seconds.
  • 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.