Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,809 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,650 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,469 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,649 (878,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,691 30,691 00000000c6f096bfec803ff95a07a7c7343f9023f4d5c008cf13afc592a10665 0.00 MB 1 0
30,690 30,690 0000000035ddeb8a51c0a007226e0cdeb3014e2c50980d15b28f5005d60ad4fb 0.00 MB 1 0
30,689 30,689 0000000043ca8c4eaa272a1e04fc1aa1a2f51d56d969ae251e450b2e0e08edd5 0.00 MB 1 0
30,688 30,688 00000000840ef7b48f570ebfdc8be034715d011a85e1e312f7209b6cc3e1d2b2 0.00 MB 1 0
30,687 30,687 00000000026195d6fc423bd9d93daefe3ec0aaf6a6b0570781e2ae8081a393b6 0.00 MB 1 0
30,686 30,686 00000000c8a4ea11ee8059b26e7ee3893e4bcd03210ba5e8a38f7804fe377b4c 0.00 MB 1 0
30,685 30,685 000000001450403c66c453e6c8f9c784966feb077890ca8febbb259a379ff7d9 0.00 MB 1 0
30,684 30,684 00000000638a7e3b05fa0a77610380fbb2934be2a8b73cc50f4229f3b064d4b9 0.00 MB 1 0
30,683 30,683 00000000a30811c85d1b2421c83245f72ef69fc73eeebfbebe0d967d5b71d22d 0.00 MB 1 0
30,682 30,682 000000000b6afe49d9b6d42f071d065115d397eda3aac74b6597deed6d32d713 0.00 MB 1 0
30,681 30,681 00000000634349bfd6ba9f68bab2cb78b4be92f445ce2f64b9402a190e72226b 0.00 MB 1 0
30,680 30,680 000000001b521ad9a974f872b146b01ea948d427b2a0a387d2df86b642260614 0.00 MB 1 0
30,679 30,679 000000006f1db6a634e7c73ae6028555056616df5458138e002946700d1515a6 0.00 MB 1 0
30,678 30,678 00000000242766e90cfa6008f4c06787cab8886bb757ca62850f6f3883a734e4 0.00 MB 1 0
30,677 30,677 00000000ad714a9d7f2220b86a315cd59a68a440448e24d8ef2474fb4c468429 0.00 MB 1 0
30,676 30,676 00000000052bcd9225e74c495cc2da560ec6e2db33e842a497cbc13e5e383b1c 0.00 MB 1 0
30,675 30,675 000000000288fd114a15cc9e7b5d43eb733193f59204a63aa7be3295930c559f 0.00 MB 1 0
30,674 30,674 000000008620d3568969b2af541ba954faf5fb1f0fcb51391c8b28ae3c20c718 0.00 MB 1 0
30,673 30,673 00000000a2f719c18f35099f26cb56429e7577028fcd1c033eb982f20332caf9 0.00 MB 1 0
30,672 30,672 00000000bc3e380e216c4a6171009d33d2eb0f7bc24a9db5aa12e5c2a22ef5f2 0.00 MB 1 0
30,671 30,671 00000000c314fa5c1b2db0838cab45bf6c01332f73a833f389bd925bb20099a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.76 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,123.86 GB sent, 112.11 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.