Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,917 transactions (2.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,392 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (865,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,164 44,164 000000003cfc1c7c06aa3dd6cbedfe0fdc971d10aa5d99c277dfa0762b816fee 0.00 MB 1 0
44,163 44,163 00000000389f657ae63d6857cb1cd159946d33cc4ea0d420b4e9422fe16148bd 0.00 MB 1 0
44,162 44,162 000000002a816fddde249acf515e8ea5351bcbdae75897a384ac09249dd98312 0.00 MB 1 0
44,161 44,161 0000000024122d901c283f0573a64074ac02ee8288d409ecf44530de0a1e7374 0.00 MB 1 0
44,160 44,160 0000000022562836ed5dc35ac087ca699fcf6acd2efcb8302f6de221cbb72e2b 0.00 MB 1 0
44,159 44,159 000000002e95e1fb27088bd14824dc1579ee0ba085d21c5fb233a47b6fce0592 0.00 MB 1 0
44,158 44,158 000000000178709cde85e8e9f8ffc2922b9c5db6a7c929c8a27fac876d47c9b0 0.00 MB 1 0
44,157 44,157 0000000021e7e1dcc952d511a8cab648b8625a94d3cc7f50dc0b93f27f392e1c 0.00 MB 1 0
44,156 44,156 0000000013f3e5319e8e2297a56825aae20955b623860989d3686fbc097e3fae 0.00 MB 1 0
44,155 44,155 0000000028b719ff33905a13642b23bbb14ebf01321151bd47adcd1a9cac9d2f 0.00 MB 1 0
44,154 44,154 00000000354aa7e2a1d0e9ece50f43e3c6b0f294732ae7648f6d9b6e6783470c 0.00 MB 1 0
44,153 44,153 000000000be2727764c9e2858983bdc67583d66050185e36111e6dac5f8f5ab2 0.00 MB 1 0
44,152 44,152 000000000b2603c5b12c6dc44e94f83f23cb20b5678732c5abdd2013c8f69110 0.00 MB 1 0
44,151 44,151 0000000017a6b10ecc9196f5afac2502f3d111c58d705c2dacf30dd821003a11 0.00 MB 1 0
44,150 44,150 000000000fa253ffcfcc70ed7f864b06d5d942c1ea30bad123daf67d463469f4 0.00 MB 1 0
44,149 44,149 000000001b9bbb7a2513dfcfc3e0701530119eed20a4cee08a37bddd11579dcf 0.00 MB 1 0
44,148 44,148 0000000030151e7e739622a78a74ded76b12afd334528fde7fda2159e805da95 0.00 MB 1 0
44,147 44,147 000000001e03139b64331b162e90ad370db8854dcacec204c91ffb3aa42605b8 0.00 MB 1 0
44,146 44,146 00000000248464aa78b2f9206e4c0d224baf422ae41aa72ef1c1c7b0a810e7ef 0.00 MB 1 0
44,145 44,145 0000000009c2196d70a8c0739090f4a36f156dc98a1649e34eedf7c646f2ca5c 0.00 MB 1 0
44,144 44,144 0000000006fc411939c92ed8c244d628db1f8df8364b26b78487eca3f26ac92a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.77 GB sent, 112.53 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.