Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,126 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,189 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 3,120 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,188 (883,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,749 27,749 000000003b29a5b5aaa837609623498fb811551cd97b27c7442a973adc6edba2 0.00 MB 1 0
27,748 27,748 00000000e46ba199d86b1ac11369ac2dbd6034d66881db0e2e2f5868e92428d5 0.00 MB 1 0
27,747 27,747 00000000f9f9794e53354158e536dcd1b5083b04de1b424458e2cb24a3ae6e72 0.00 MB 1 0
27,746 27,746 00000000615df534c6219cd65cef4a6954c5924dabff216cfadea4ff9328cd69 0.00 MB 1 0
27,745 27,745 00000000e2f5704518fc6bb88c2168a139e047532ff45b402cbaa91ce00c9d21 0.00 MB 1 0
27,744 27,744 00000000b51ec0bd2333fd8f60caae4bec3e5e4bd33f0740313ff30564819f31 0.00 MB 1 0
27,743 27,743 0000000075dcc6d14b5d76dd56e22aac8faeb205682d98a63d6c0795382086cb 0.00 MB 1 0
27,742 27,742 000000004870ddc0ad30a2c2cc5565a8cf9a820cbad0630e6abd1442e5fc2b10 0.00 MB 1 0
27,741 27,741 000000004b94e7ae018a5e02271aeba3a9baff6abd4998a393728c0cb1fd2fc2 0.00 MB 1 0
27,740 27,740 000000003a4de7f1cef035d576d8d117aa85f996ef7076116d818b9750a6fdc2 0.00 MB 1 0
27,739 27,739 00000000e7036f109f731a1da8ff159dce57af3f4d769f225a3121c32b6674f2 0.00 MB 1 0
27,738 27,738 00000000673f08d8722a12c4777deaf8c9eb845eebbcaed2918b4f9bd1093500 0.00 MB 1 0
27,737 27,737 000000007c0d59a37bae58d507fb1cd3f1efa62cd6bf5ce9697b86608f7f4c21 0.00 MB 1 0
27,736 27,736 000000004db95b5f3c84bcf3411c598724f5e9d5d3911142084ec0dd9f385b6c 0.00 MB 1 0
27,735 27,735 00000000fae6a7baf37a2d8e70acc8635b4cac4aa58c399603080773578f7c5d 0.00 MB 1 0
27,734 27,734 00000000010e729cd71929cd15d33876d79da9ebd95449395a90dd17acaae407 0.00 MB 1 0
27,733 27,733 00000000c7256613b122f7a7e42d315d64728bdf50a638b7b868396019a47088 0.00 MB 1 0
27,732 27,732 00000000405603d411e610f177c7281206a26a529f440def63c8a1741b95135b 0.00 MB 1 0
27,731 27,731 0000000003e54ee2908b7c0ba72d4d829a86424567c6f78e0c2c3c854f8d9452 0.00 MB 1 0
27,730 27,730 000000007158177c89752b2a74aac52672cec6269ed699d39ee8ba0c435ab83e 0.00 MB 1 0
27,729 27,729 000000006a0249969c4e8a17bf25e18c7c5063b82382c87c04fd5e7eee50b5d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.59 GB

Node Information

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