Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,833 transactions (2.39 vMB)

Priority:

  • 1 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
912,098 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,556 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,097 (3,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,624 908,624 00000000000000000001aa010521004771120e79a6138cd29ecb3467a9506dbf 1.74 MB 3,772 2
908,623 908,623 000000000000000000011ca12161eb18ffa6eacb08713ad3a7b6ffd69c2b8f9d 1.52 MB 2,818 2
908,622 908,622 00000000000000000001c3618f297c60ba32705cc5de6f294f53e57b863696ed 1.82 MB 4,778 1
908,621 908,621 00000000000000000002019bd75be4c4bdfdf816396582a4ad700e824c3b8ee8 2.09 MB 3,330 1
908,620 908,620 000000000000000000004ab781cbb3f7aa48acfe3063361d23812a2527d6075e 1.84 MB 3,725 3
908,619 908,619 0000000000000000000154bd29cf1a3748bc216d5af2ffbe521b3e8c6c26ea12 1.71 MB 3,356 3
908,618 908,618 00000000000000000001e52c3e3162ce8c8b0eb5a6d13180c5c362a457592b1f 1.86 MB 4,328 0
908,617 908,617 000000000000000000007ec3a3ab4c6c3ff144e9999ea666ab7ff664b01f5198 0.44 MB 641 2
908,616 908,616 00000000000000000001f89458f5f8aee50858fd75d107243e3711015486aa4b 1.81 MB 5,037 0
908,615 908,615 0000000000000000000130a6c4d2912f0b58aae7c375f1430c14faa1419bd35d 1.95 MB 3,145 2
908,614 908,614 00000000000000000001d9e2335b1c5df7bb6fc5b055d9c86bdfe5d0fce3a010 1.82 MB 4,019 1
908,613 908,613 000000000000000000013a0a17641ba4a7c90d1a8334bf095ddb952c109bd133 1.88 MB 4,516 1
908,612 908,612 0000000000000000000076fa980a9dc54fa4012d8c2eb46c6ee2e281bca830d6 1.82 MB 3,504 1
908,611 908,611 00000000000000000001e96081776026d47033432ab15ec206a74c763349bb6b 1.86 MB 4,490 0
908,610 908,610 00000000000000000001cdacb297774441c2f9a005ca3e63f58704747f760dd4 2.02 MB 4,249 0
908,609 908,609 00000000000000000000ce03a0a7348224b9c34f1b37b880fd51652affc8c9a7 1.93 MB 2,428 2
908,608 908,608 00000000000000000002120cd832238f52b748e54a8c55d9687f30218c70928e 1.97 MB 2,956 2
908,607 908,607 00000000000000000001cebecf4d06b0f0b2da753034aa1afd4fbecea1888cfb 0.81 MB 1,547 2
908,606 908,606 00000000000000000001903db768a98b9c6c8a0a1574f172e686130725340001 1.80 MB 3,462 2
908,605 908,605 000000000000000000015a6add5e7b04ea704572dc95359dd41b03b6ea1e243b 1.83 MB 3,126 2
908,604 908,604 00000000000000000000403602bdde2e18568c59b162c075f43932b96f8b0697 2.37 MB 648 0
Previous 10 blocks ↓
Total Size: 777.26 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,523.54 GB sent, 134.68 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.