Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,259 transactions (1.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,998 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (876,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,353 33,353 000000008c5d6bcff6ebd7ede9f8c4ee8ea91028228738aa0bd4351f003343c9 0.00 MB 1 0
33,352 33,352 000000002078edef9b95ad7393179d3d34854872822f44bd49e0dc25a8c3e689 0.00 MB 1 0
33,351 33,351 000000008c801b7f2a68297b27d090e90788c414a87092bbb9e7a37f5868cd06 0.00 MB 1 0
33,350 33,350 000000006b1de6331e584fffc3336b888be47c34370bd222c1a9186c1e90db11 0.00 MB 1 0
33,349 33,349 00000000952527d9af1a7714ab7bfb2d86148a5802aa7f3196dd218943ec49a4 0.00 MB 1 0
33,348 33,348 00000000b9411cd51b7a9003526095bad8c14bf289c56756f6ec626d8437d02d 0.00 MB 1 0
33,347 33,347 00000000d4bb6bdccf0f19a3351051ffc56bb9dc29fe32ff76c5ccb6857ac0da 0.00 MB 1 0
33,346 33,346 000000004c6cfe7d7aafba71922b8483e0aeacd7095fd2967d9c3e586ff92447 0.00 MB 1 0
33,345 33,345 000000009b49e41465d9936fedd8701b3f0de543d38f330510eb280caae82059 0.00 MB 1 0
33,344 33,344 000000002235a957c65b9f0aa00cb83f7265b673fd77cb8f5a4d442caabae300 0.00 MB 1 0
33,343 33,343 0000000046a925a89f0a39c978883e2014d4981728dff0a79f8af4d7278e5db5 0.00 MB 1 0
33,342 33,342 00000000c0d92836f663d53ceeea13b386b262e74d71ab1926a9fc960b64da7b 0.00 MB 1 0
33,341 33,341 000000000282c0e4743b706e1d4505a9ab9ab6058aff19da751644baaf773b7f 0.00 MB 1 0
33,340 33,340 0000000016f8372a0cdd7ff28382a274cd0eba8cf791b9e89ff6e09c3eae9733 0.00 MB 1 0
33,339 33,339 00000000a42bb212bdc472fb9019364a9cdbbd86f72cdd3e46084659c50fa033 0.00 MB 1 0
33,338 33,338 00000000270eb5efe63d4ea3e5f428d90e579a0c4627905eff079afbb97bbd61 0.00 MB 1 0
33,337 33,337 00000000cf9aa3d2114e59db933f7776db871a603552682f8cf6b4d657181a51 0.00 MB 1 0
33,336 33,336 0000000037ca27be3e23139caa31e8244dec2497286cbc4d37f62e7d4ffc7b38 0.00 MB 1 0
33,335 33,335 000000000821e5a1597031ace235fe1ef878b4eac6919752949eab4eadf29cdc 0.00 MB 1 0
33,334 33,334 00000000c9e959f1852f1b3ce41f3bb08f902f5bf90247a61fc03b94b10087ce 0.00 MB 1 0
33,333 33,333 000000002dd5588a74784eaa7ab0507a18ad16a236e7b1ce69f00d7ddfb5d0a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.37 GB sent, 115.58 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.