Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

346 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,776 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,775 (99,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,762 812,762 00000000000000000002e34cf62bf55dcb71672ee9a67b765757160d7a925204 1.60 MB 735 6
812,761 812,761 000000000000000000015fe34f52d11460dd6c64eaa7edfa6aabcf43a8087cb7 1.67 MB 1,752 12
812,760 812,760 0000000000000000000219b9dd739e48eaa37eae42a3d3ceeee7bbf598395c87 1.48 MB 3,383 23
812,759 812,759 0000000000000000000482c90c103e668b91de1d995645238e63dbfaa9cdeef2 1.31 MB 536 5
812,758 812,758 00000000000000000003d376da59831c26e041a48f2ed9806fea514134cafed9 1.76 MB 2,791 14
812,757 812,757 000000000000000000046de5f6ed959ddb44d59acf18bbdad5ff463e00fe5dca 1.71 MB 2,297 8
812,756 812,756 00000000000000000003b0cfd1dd0454655b48a9eb622930b43ad1a118be2002 1.75 MB 2,609 12
812,755 812,755 0000000000000000000177bf7a09f23d7e8144dc7ce5d5a36d3a9a913900b481 1.55 MB 1,697 9
812,754 812,754 000000000000000000021b80e76636af5caa5d2f570b8bbefdaceebb181a8ac9 1.37 MB 1,639 10
812,753 812,753 000000000000000000021a5bdbd89b086bf6932db2751cf7a01ca873317b3231 2.03 MB 2,635 13
812,752 812,752 00000000000000000000326d153d80a591fab73e54bc5f2ef3eb54830469672d 1.55 MB 1,045 8
812,751 812,751 00000000000000000000a610ceb090ff4d69a7123461d6655e07d477785875d4 1.54 MB 2,933 15
812,750 812,750 000000000000000000030658d76f6ee9005cf1a94a3175b54b928cacfff36b2d 1.82 MB 2,900 14
812,749 812,749 0000000000000000000062e6625707a48e6c0daee70b0352a7181c7425e9e969 1.56 MB 3,755 20
812,748 812,748 000000000000000000011efb33fd0f3e404f4692ecea61d4ca2ccbb9aecdf12f 1.53 MB 3,828 22
812,747 812,747 000000000000000000003549b3b7fcdff3a6328021eeabdae70c57e0fd3776c5 1.55 MB 3,304 17
812,746 812,746 000000000000000000045a9201769c223fdbea447f6df9996abdcccef4e164c9 1.59 MB 1,703 26
812,745 812,745 00000000000000000002737fe784207a8a119da4eafbe4d804f62ccdba512cca 1.53 MB 1,636 9
812,744 812,744 00000000000000000000982fce5715e68a32e0644ba5d5d6cd3fa4d8734da12b 1.96 MB 2,352 11
812,743 812,743 0000000000000000000191c67fc689b192982fa9f46e1cb2cdd7622e4f458a74 1.51 MB 1,959 13
812,742 812,742 000000000000000000037aba057c279e50dd36c92ee6b2cd66557f42e21059c9 1.84 MB 300 6
Previous 10 blocks ↓
Total Size: 776.67 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,436.46 GB sent, 131.90 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.