Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,461 transactions (0.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 0.37 vMB 1,453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (11,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,847 900,847 00000000000000000000062869a08b6b3ac0321a785b138356ad66c298a98c0b 1.61 MB 3,773 4
900,846 900,846 000000000000000000012ad3b69c889a9984aaee2593df2fa29fd1f0e2ddfe9a 1.48 MB 3,476 8
900,845 900,845 0000000000000000000040b4156903adcf3e8a1075ae1957ce1c01f1ad5032a5 1.43 MB 3,196 3
900,844 900,844 00000000000000000002283625372c14f52130902bb4ef038c886fd409f8921d 1.49 MB 2,196 2
900,843 900,843 000000000000000000004ca5e17e54f262c2961df09c6d91db847aed4032bc71 1.58 MB 2,418 3
900,842 900,842 000000000000000000001c0f11dad30ca6fad8e2dac771c0a6d12fe8e4a4ce94 1.87 MB 3,733 1
900,841 900,841 00000000000000000000546a2af68ddb63070a75c6db4bbdfabcef020f3c54f4 1.79 MB 1,804 1
900,840 900,840 00000000000000000001c3a37d709117f7341a6ea13fb5dd7826959f10458ca9 1.65 MB 2,271 1
900,839 900,839 000000000000000000001fd502b246184514bfdc2f2b5b9a3387b503f300175d 1.54 MB 2,920 3
900,838 900,838 00000000000000000000a397249de2b6d3568f6ae3a34b4a809826b44a3d5782 1.52 MB 1,604 2
900,837 900,837 000000000000000000022832302c0c5d7e4a4315d4287749ffbefb276ef7c114 1.51 MB 2,867 3
900,836 900,836 00000000000000000002271e88d421eda89fce44cb9c575dd26eaeca0c7b11dd 1.50 MB 1,370 2
900,835 900,835 00000000000000000001416c06dfad234e76cb00cd448a93333bace1b989980b 1.65 MB 2,018 2
900,834 900,834 000000000000000000014ba9b2d30d9c737423c753c5b6a27989815ed50afe04 1.46 MB 2,279 3
900,833 900,833 000000000000000000022611cd48a318ae670835da48c79657a0f4e47ee37a22 1.48 MB 2,416 3
900,832 900,832 0000000000000000000026de48d577aa692fc80a1508c3366e334fe8e29eb78b 1.65 MB 3,694 4
900,831 900,831 0000000000000000000114e8c34b343899282220b354e63164182b75826903ca 1.47 MB 2,139 3
900,830 900,830 00000000000000000000b61f35df2e39fa0054fce1106f12c0e496add80e2862 1.86 MB 3,246 4
900,829 900,829 00000000000000000001c4bcf0dfaf6cd567c35816eaef9f42add2b4d214f76e 1.35 MB 783 1
900,828 900,828 00000000000000000001a4cf95a200ea5ca1ca7ef1e105d226557b9f03a1d71f 1.68 MB 2,807 3
900,827 900,827 0000000000000000000115c18795116be83dd7d3e0db8565f2131889c84e1553 1.43 MB 2,729 3
Previous 10 blocks ↓
Total Size: 777.04 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,499.91 GB sent, 133.61 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.