Loading Tool

Explorer IconExplorer

Memory Pool

1,129 transactions (0.39 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.36/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,249 000000000000000000022b910000000000000000000000000000000000000000 1,127 0.00928215 BTC 0.39 vMB 1.21
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,248 (882,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,641 29,641 00000000b6697f6fbe384d5572e196a3535688ffc7b4da57644dad7723b6c94c 0.00 MB 1 0
29,640 29,640 000000004832a5200e26e53686e408281c8141f4f0bdcbe31c5bae299464b7e2 0.00 MB 1 0
29,639 29,639 0000000069453546fd4c2386795268a2cdd099becceb3066ff1508fab8f644b0 0.00 MB 1 0
29,638 29,638 00000000563a80fb73cf9e35500e9778957ef551ba707ba58ee7995180c39590 0.00 MB 1 0
29,637 29,637 00000000a5d393f7326fe7a512f9185b418849b76b815d94242b51213fe04b5f 0.00 MB 1 0
29,636 29,636 000000008e069e80d3810b1c88533f742332efb11de031290d23cd98d14ac80a 0.00 MB 1 0
29,635 29,635 00000000cd75ba9015b557cc500b66af20cb529e551c384d4242f930774634e0 0.00 MB 1 0
29,634 29,634 00000000ceccf57d6d658eb08aa70432d7135a4780573b59a23efeba2c9c63f3 0.00 MB 1 0
29,633 29,633 00000000a13e599f41b22a22f09bdfc45a6a28282df0c652023df3dfc34d15e7 0.00 MB 1 0
29,632 29,632 000000001be1d9e8e56fce661095493cfecea9b299c0bce4175972d891544455 0.00 MB 1 0
29,631 29,631 0000000026b7da2880acde23e69c5a620ec0bb29035152329a942afe321b1099 0.00 MB 1 0
29,630 29,630 00000000c942f3db5004e1051de9e55558837874ab8ae8a07f1b936d877fcd96 0.00 MB 1 0
29,629 29,629 000000005a2caf985b5d0dd865f09eb3c40b34e1439800d5f4269917be062b6f 0.00 MB 1 0
29,628 29,628 00000000019debbd352af9623129f6c6795295b22a0cd3d67fc2c758c4d51745 0.00 MB 1 0
29,627 29,627 0000000003ee68b90ee10f60bc09cc12456f0a1d644308c0b1a63d12fcbefe26 0.00 MB 1 0
29,626 29,626 0000000080fa2cc5ae8827c688f51fc5faabbafad49a99c709831d4e84421d9c 0.00 MB 1 0
29,625 29,625 00000000033deb7f3e87be22c6950a23164fcceccdd27a74f858bc652856c76f 0.00 MB 1 0
29,624 29,624 00000000e26594c2440a3867d421503d96fa0a0fcba4a0a93077f88303ebced0 0.00 MB 1 0
29,623 29,623 00000000d5de9ed9492c4b7f1c7a8fcbb3e54c578638e38d9548d74d61d4196d 0.00 MB 1 0
29,622 29,622 000000008ab5e2486179ad80f07c332986bb2b73f7128c2d0126ff687c42539d 0.00 MB 1 0
29,621 29,621 00000000a962ea81a36c56af8f6cf310cabadb19c4ade863e8ff8bb145105398 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,537.76 GB
    • Received: 136.03 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.