Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,403 transactions (2.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,913 (824,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,390 85,390 00000000000810941414ef1af6273c42e8e189f064c535ec27a2924a7bc326f0 0.00 MB 1 0
85,389 85,389 00000000001470ff35bf158df7b3829fde9070c01eb463d466d6d232f79e3103 0.00 MB 2 0
85,388 85,388 000000000024ef7ad8d6c5907a338b18c833074b7981b55f27a6deba9c66ed59 0.00 MB 2 0
85,387 85,387 00000000002af9b3634582b6ed3317dd229be40ad4abe8b2d5519828f297641a 0.00 MB 1 0
85,386 85,386 00000000002f8647a545caea4cf4f49e6e85b678b19503b2670a29b9a7bf7510 0.00 MB 2 0
85,385 85,385 00000000001f677e8a9243f7e069ee880f331b4d4485a057ebb0d718c891107e 0.00 MB 1 0
85,384 85,384 00000000001b1268b7afdd1436ee2bd6380b21923d651df1f8016416f193ac52 0.00 MB 1 0
85,383 85,383 00000000002d2705d19139b9977478f4bc48accbe6cc11b1da398ae35b76c4ad 0.00 MB 4 0
85,382 85,382 00000000000a6974fc45a5435cad42ca275977c53e8009c96911acba6a818e58 0.00 MB 3 0
85,381 85,381 000000000009f22d658a2558885ba21fc0bc3b3c16fda499cb9e0bf80e10043d 0.00 MB 1 0
85,380 85,380 000000000001ba138403a5894cb84a531c801353219ffac90c00f91657cda424 0.00 MB 1 0
85,379 85,379 000000000024639833855f8f9859a976e00db6db155ce21e8099808bff8cd656 0.00 MB 1 0
85,378 85,378 00000000001e6f8b0b7aa6314f729e2e9f9d8730a557cd8783e3295e6e6fe00b 0.00 MB 1 0
85,377 85,377 00000000000387f60e871b0714c6345fc0c842059743e6760605051afb44f8f1 0.00 MB 1 0
85,376 85,376 000000000011463d50ede2fb37f99267e659761865c386009cf9b84aa0ce8bcb 0.00 MB 1 0
85,375 85,375 0000000000126813fcab83d5bf47075fe27d008c1b797e66964078b4142c9ae4 0.00 MB 1 0
85,374 85,374 00000000001a0f0e5aa76a7b48b9267ce71feb92312b40057d9b2cb7b14f30c2 0.00 MB 2 0
85,373 85,373 00000000000fc1fc28910f5f085455c4f41dee734fe63658167ea7ce4a30302a 0.00 MB 1 0
85,372 85,372 00000000001c49b7b20f32d7205317420435125ae23ba492c8ba2210a383f2d3 0.00 MB 1 0
85,371 85,371 0000000000214930c3b06e8ad22174a7ca84b69cc6a172b2aadaa1d5b6e16510 0.00 MB 2 0
85,370 85,370 000000000001e71aaafac761ef6bcd15c5ede88fc26f718f2ebb7ac9e88579b4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

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