Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,518 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,909 (822,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,672 87,672 00000000000a9bbfd3b677a8d0ef4c408bce299e53bcf42834014b6ec40d7555 0.00 MB 3 0
87,671 87,671 00000000001d27aea04384b90009fd070ef8bf28371e88d7e408cd1c1c406855 0.00 MB 6 0
87,670 87,670 0000000000109214485262bb20499ccf6168a011675b341e0461f139d502a97c 0.00 MB 1 0
87,669 87,669 000000000014a42da71d9d2d6dbeb5726864bbf75d83d2b18b10ab18c62254d8 0.00 MB 1 0
87,668 87,668 0000000000058a779c2e46e7641dfd81a6bac14460982fec46cf2dccd9e5a8b0 0.00 MB 1 0
87,667 87,667 000000000013213377b209893b62cd4678bdfa8b7fea2f55926b845c8c3caa31 0.00 MB 3 0
87,666 87,666 00000000000524fc647172becaddd739b57688666b5d627e366665bb1a950c60 0.00 MB 5 0
87,665 87,665 00000000000e7f0893622e3405196ddec20a994970a8410e048d35f2fccebbe7 0.00 MB 2 0
87,664 87,664 0000000000144325e1ef914b376b3965f74ba15773e6f74a5f186d551e40187f 0.00 MB 3 0
87,663 87,663 0000000000021233f1e0f658ceb43b0828413256b25c0b4ab132eecc686f0cbf 0.00 MB 1 0
87,662 87,662 00000000000aff1b4b0bed7694fe448a5d8bac1d9b71b8b2777b80c5da1e9f11 0.00 MB 1 0
87,661 87,661 00000000000f804e548beba2ed6733de13726334cfbdbaa2bc3eacc01c408e4f 0.00 MB 6 0
87,660 87,660 00000000001932be5b048cef8d73fc83e52939d1b3ff8dda1c6890e9f7ad6e23 0.00 MB 3 0
87,659 87,659 0000000000058e5bf5df5f06b67da33256233c8ee0a8c4e5113cd4c03617bf97 0.00 MB 2 0
87,658 87,658 000000000007960d86a89496903dd62d9356d4fc7d7c402b3d7dd8f04dad18f8 0.00 MB 1 0
87,657 87,657 000000000011cd9e68183d7d3742c03d24ee2836fff6408e90354776ada0482d 0.00 MB 1 0
87,656 87,656 00000000001b077a5f61e3abe7cd1b3b41215b9b8ad4e1dd770b962e85015e36 0.00 MB 2 0
87,655 87,655 00000000001e082e4f1a03ed9b79cbef2863ce97910f46fc4c2870a036fe1edd 0.00 MB 1 0
87,654 87,654 00000000000d47ffe01bf12f6464b5d430039aab2133168c31291e8ac6dfcd36 0.00 MB 1 0
87,653 87,653 00000000000e4fd060481dbd955d822298e1e299f455ba9d1219ecc26e129109 0.00 MB 5 0
87,652 87,652 00000000001cc5ef9d1d635a9108c12459cd794910224936a2ef0245ebe9a17c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.55 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.