Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,907 transactions (2.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,393 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (829,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,440 80,440 00000000003ef28ce885bb0f7b33a166b830439742700f370b24c24102a0f25e 0.00 MB 1 0
80,439 80,439 00000000004ce2726ddf0be92b72dcd590b769ae7909f937a55a07e2865cc382 0.00 MB 1 0
80,438 80,438 0000000000556c5fabc6b7546afce2e7d7e9a60c469319d339661c66d37a9af8 0.00 MB 1 0
80,437 80,437 000000000047d37e1597b7746d2d5cc3bd0d0420f8ef61d15541fda5572d78d2 0.00 MB 1 0
80,436 80,436 00000000005049300a4d7834998c5e022615471ca115ae72cdea5c06c609ec57 0.00 MB 6 0
80,435 80,435 000000000001bf295d8b8675c2da1acabb555c5455a12c06fcd9cf1452468364 0.00 MB 6 0
80,434 80,434 0000000000534966eb0f6874e04a9ba6eae4a8580fb93579e88cc22942647660 0.00 MB 1 0
80,433 80,433 000000000038f157d09817f314d7db32710e6d147a5bf42f07f15be3265db7ff 0.00 MB 1 0
80,432 80,432 000000000015f60f365a78014a1b36ce7a2d7393e45c480769d485ff9bb90464 0.00 MB 1 0
80,431 80,431 000000000011cc5de100fbb24a25556788c5c0fd94c6d9a00429ad6732ff3022 0.00 MB 1 0
80,430 80,430 00000000002e56328d735109ca96297242af70d6933132d2d54f1f649fdbe9ba 0.00 MB 1 0
80,429 80,429 0000000000229702c0bf461dc36acc5e96d5a77ccb229825990b6e48663b7387 0.00 MB 2 0
80,428 80,428 00000000000d21f089f536600b85b0eb774f61ca250f995eddc210d944b199ec 0.00 MB 1 0
80,427 80,427 00000000005509685c584258e7d27e216ff0e4bca8e465390635b0498728bfbc 0.00 MB 1 0
80,426 80,426 000000000034a2a8d3943f5c4a1b451da473964092f590497091f99d7c677143 0.00 MB 2 0
80,425 80,425 0000000000485a0b2f03dc4ecb999ccae1e015fb3e4478f3a9feb0580de1632e 0.00 MB 2 0
80,424 80,424 00000000003741c9934229ab9516e057000e56440c3cb5bfe1e6b1753cadc22d 0.00 MB 1 0
80,423 80,423 00000000000b6e720380ed063c74c82248849a32aa24365e36fc47e9d56086a3 0.00 MB 2 0
80,422 80,422 000000000041a71c7bfa5381c46a9172fcb2069a44ff8a8e7b03fac1864a54af 0.00 MB 1 0
80,421 80,421 0000000000526d820327cab14732bbfd6e55c4a37628f14494afccaa0e6c42a7 0.00 MB 1 0
80,420 80,420 00000000000f68073a69571a4979ff0d63f1e67ee1ca7755c875331919c0af74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.77 GB sent, 112.53 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.