Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,563 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 (815,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,421 94,421 000000000001d848dfc9c6a66b222943129b82d8a91293171b2f7d379de9e801 0.00 MB 3 0
94,420 94,420 000000000006c280185e83900db7533c053e58ae7d5d0641a751e6a3651ca307 0.00 MB 1 0
94,419 94,419 000000000004b55f8ed31d5df1d0042a5c0094beea89abe789ca228cadd2b861 0.00 MB 1 0
94,418 94,418 0000000000087c4aa5611db0dbe8d414c534806652fdcd334f105a75c392bf1d 0.00 MB 1 0
94,417 94,417 0000000000018277fddc0a57a47a072ed082022bce016ce6286dec56221bec40 0.00 MB 3 0
94,416 94,416 0000000000042dc6ebe45174a1fa950d8b64288b732a8027e2cb432d35b124df 0.00 MB 3 0
94,415 94,415 0000000000084a82e6276a34a90b81542f43670caf86dab5a2a4ed6a5319f025 0.00 MB 1 0
94,414 94,414 0000000000029ea1db166b200604a9e99dd25b7c1d71b78bb1abf1901e116f98 0.00 MB 2 0
94,413 94,413 000000000006326861d0476af7516a32995c3f7c77078ecbb83b8084b96edf0d 0.00 MB 6 0
94,412 94,412 00000000000254eca63a798626694ccaed8def26dc82aae3aa59ce81247ea50b 0.00 MB 1 0
94,411 94,411 0000000000014a6a98fda1370eb46dad77919d5281fcb213eff260107c6cc664 0.00 MB 1 0
94,410 94,410 000000000003cd6330566f49dfab23e1f1bf328f4fb2edb6ba9885afe9e5db09 0.01 MB 2 0
94,409 94,409 0000000000026a043ca1f328bbea55600a6ee1ce39243035272ac703cd340305 0.00 MB 1 0
94,408 94,408 000000000004a97476ee78aa532a1bc8877f273ef99959e63951bc4e6704d78f 0.00 MB 2 0
94,407 94,407 0000000000050f992f5fbf216cc255ed804980af9315bf98c421858e259b14f8 0.00 MB 1 0
94,406 94,406 0000000000070e07265f2a9bd0e062d3749b8cc68b3afb322a3bf4ad8677bb6f 0.00 MB 1 0
94,405 94,405 000000000009579552cb0a527a23dcb49d4551e748ea4619d0d1b7bb7d3521b6 0.00 MB 3 0
94,404 94,404 0000000000023487c09da7932d6f5ee13695911d11c008edd0ca293da53cd86a 0.00 MB 4 0
94,403 94,403 00000000000129cd66d98609c782e25e68ffe10d991d2791205a9a328b457ab6 0.00 MB 1 0
94,402 94,402 000000000009295034e9e9b36e59e18198b83266f8b4b97ecd5d0bcc425a6c28 0.00 MB 3 2,020
94,401 94,401 000000000007e35aa4de86756830e560c68e951d7eacf81dcd27a84ce141e30f 0.00 MB 5 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.