Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,606 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,592 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (815,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
94,400 94,400 00000000000339f0006e7907f514da28984cd5c5e7a69cfe4c70fde50755e16b 0.00 MB 1 0
94,399 94,399 00000000000942daf9cb923f0c8d4985711440cbcaa54bc8f1b25c1fed0ff879 0.00 MB 4 0
94,398 94,398 000000000006daaedf66b564e821e0b9241473cfeab6f88e677accb1b6befda6 0.00 MB 3 0
94,397 94,397 000000000004e2a68dd040b36fcab24c8e888a9356e31661133e633a2aa9cc12 0.00 MB 2 0
94,396 94,396 00000000000571d148f0cbfe5a649d43b8556926c370013f214e039df4bc7d53 0.00 MB 3 0
94,395 94,395 000000000001e99eda462724441eb49d77a92c9c701145e53629caf00d91c669 0.00 MB 1 0
94,394 94,394 00000000000455ee5cc80dad3332bb3af257a4a0ccfd7f1d9f78cdf1f6765d3d 0.00 MB 1 0
94,393 94,393 0000000000005749fe02433a878db7b80ab5b9eef22c7a7129cb249f1c20400b 0.00 MB 1 0
94,392 94,392 0000000000026061b53b4b3c7239f933a42b4264167a549b0aebae3448559639 0.00 MB 1 0
94,391 94,391 000000000007926f9665e3003f3da91a7234da1ed8e232e7a6329beb39ea17a7 0.00 MB 6 0
94,390 94,390 0000000000053e11d94369d01cf50e7a7dffe1934e740a8e7a2bdc67fd57f583 0.00 MB 1 0
94,389 94,389 00000000000359f70f6be1f7c407fee91001a38f572c3aabb10dba8a0c28c385 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,095.90 GB sent, 111.56 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.