Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,399 transactions (1.96 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,029 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,028 (887,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,324 22,324 000000001b15a0e3cf8478b001e6688a5b83e7ed7a89e051935807bcc9faf372 0.00 MB 1 0
22,323 22,323 0000000089b23871920935845e08c180254ca310c1116102b149aadee3e77b83 0.00 MB 1 0
22,322 22,322 00000000ff6eb1ad5cac3feca1cfa679d75071f179bd2e61633f86ed5949855f 0.00 MB 1 0
22,321 22,321 00000000b9b3ce6fea90d368fd3d284d7ebc3e5ad638d55f6f0eb3935e23b470 0.00 MB 1 0
22,320 22,320 0000000031302d1a6c21ba9a1bcd1b8c951011c389563bc3c64555ab01566f13 0.00 MB 1 0
22,319 22,319 00000000278526063985e8871ad26d0a75f81ddfe4357bb12b6ab23dc1818f1c 0.00 MB 1 0
22,318 22,318 00000000f23e7fa37eae074cea5257db6a3504da7c0fac49aa14a9a35966b378 0.00 MB 1 0
22,317 22,317 0000000065f89541ac60d9346826a776cc708574d979bf392c11338b15f67ef7 0.00 MB 1 0
22,316 22,316 00000000dcdc10a7290f8573c7c787a1bb1762bb09de8e70fd4ff200ff7be035 0.00 MB 1 0
22,315 22,315 00000000fd094422579606e61682b76f30266f7b561408834c2676c3cf1d1a94 0.00 MB 1 0
22,314 22,314 00000000ff8a8840725f313f002b473ddf22f84c775ccb403543af51a87900bc 0.00 MB 1 0
22,313 22,313 00000000648b8c84bcb4d64fba52d13c4adcbf51f5a290d5d7c7dfa344a0f17a 0.00 MB 1 0
22,312 22,312 00000000fdf631bbb49caafb949eeaea9bf85bc641880e7ca519895c8c9ac1c5 0.00 MB 1 0
22,311 22,311 00000000f3dc5b4fd9a20789c1a78254fae2b353f2c20d3bf27a75895bb4b83f 0.00 MB 1 0
22,310 22,310 00000000bbdae8fdd5f2b77256abac9b3f185da8fa6ac00887b19ddca54a6de8 0.00 MB 1 0
22,309 22,309 00000000870c6f5a97d58d50c09c7436621eced7387a3e199e2851335af13b0d 0.00 MB 1 0
22,308 22,308 00000000657701e46141baf93f8c6b31edb383aedd8b65be91672b3544d20f03 0.00 MB 1 0
22,307 22,307 00000000fc4e8c150b93679145558276fe8a6899b8d6ba3cf6c4803643d1ee4c 0.00 MB 1 0
22,306 22,306 00000000bbe7a51f531f5665d864376717e51d772d6bc72f532f94b6fe9319d9 0.00 MB 1 0
22,305 22,305 000000000367270e27858172ba19eeca67b0a88f2a08492494539bc152d00fe2 0.00 MB 1 0
22,304 22,304 000000000c179e9f338221fe01a80ad320fd061d288647bdfb2fc25d4ebd6493 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: 11 outgoing, 113 incoming
  • Data Transfer: 2,185.33 GB sent, 115.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.