Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,558 transactions (1.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,631 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,630 (824,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,420 85,420 0000000000270d011567be36f1d090a4eaa70b066524842d44aa3e079ecc343c 0.00 MB 1 0
85,419 85,419 00000000002029f142639abed96c7a5fcab4db802b9dfb90073ba65fd4c3b399 0.00 MB 1 0
85,418 85,418 0000000000149fb4b9d19fecdc548ac66ce3b0f30eda8c4dd46e488bb084bd49 0.00 MB 5 0
85,417 85,417 00000000002b7acc3b4301b6345b2cc29dfbc238e4afc78a89c20a0272eb5324 0.00 MB 3 0
85,416 85,416 00000000000bab48ef353f8321324d3233bfacbef5b118be84f3ad6e81663311 0.00 MB 1 0
85,415 85,415 000000000003883dfc0ab8003b3c7ab1f6205721fe6224afd75a767525c8f691 0.00 MB 1 0
85,414 85,414 00000000002b421d8738d09216a73d7944797c768a09f90bdb522873edcde835 0.00 MB 1 0
85,413 85,413 000000000000d104615ebbd816138f30d5a6e67272ae66e718b1d6dbd1565dd9 0.00 MB 1 0
85,412 85,412 000000000012bb43af9801dca8b928d1c65b9fbe88de74c8bd487053d2bb18da 0.00 MB 2 0
85,411 85,411 000000000010f4e012d8ddf51703349acccab2d875b8aa0249681f1634e93fb0 0.00 MB 2 0
85,410 85,410 00000000000ba3732abee8ec4f646223e43d5685cc55bcc195574dd780c12a80 0.00 MB 3 0
85,409 85,409 000000000002b47586a707e1375dd5b9fa47f1b6bb6829f5e7f88d0aa739beae 0.00 MB 2 0
85,408 85,408 00000000000709cd667482521f6725edf9d14bbe7fec6b821682c7003ba07652 0.00 MB 1 0
85,407 85,407 00000000001c20bc086ab4955e2638a560cc877bfd17519730e8339e19716392 0.00 MB 2 0
85,406 85,406 0000000000099ae210d08402b2de642110745d412ddf044ecbd375af03d39878 0.00 MB 1 0
85,405 85,405 00000000002b3009685d292eb0780bc78c226aef6d66f8236666d61c9ae58656 0.00 MB 2 0
85,404 85,404 000000000003e40716d982946ff0e4f1de9c0300e4a02eb63f7613c102459b2e 0.00 MB 1 0
85,403 85,403 000000000007dff537201c5aa5dfdae4a861c3c615df963a710a731c99a472c4 0.00 MB 1 0
85,402 85,402 0000000000021df456f7c6d1b60be4658479ea6c24184599454a5fe37f7cdc71 0.00 MB 1 0
85,401 85,401 0000000000140af1d0cc13c981cb1b446a0a619c3a570f6b56fbd18d9446270c 0.00 MB 1 0
85,400 85,400 000000000005ae239b6c96f06db64d41edcbdbafac77e71bf85a0d116dc1ac3f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.73 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,111.57 GB sent, 111.94 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.