Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,450 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,626 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (875,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,027 35,027 000000009fe4a828581898916df7c812440bf424253be5748932fde1e09612d6 0.00 MB 1 0
35,026 35,026 0000000094acc9b1b48c6790964c1035bd7acfad269b7549c13f97ce28d1b478 0.00 MB 1 0
35,025 35,025 000000004947f285264272b4de7dc911fe29fce705317006fa92ae4ed350eb71 0.00 MB 1 0
35,024 35,024 000000008b60c6f5c34bc4832bd07e3db55fbd130a113cab4df19c0b9289451b 0.00 MB 1 0
35,023 35,023 00000000831fdda48717db2a703d101baf070c458828727b7f37512e765d2415 0.00 MB 1 0
35,022 35,022 00000000878c76655bd76e85a786da54fc8c01bad5090587df52c7b81a9dba0a 0.00 MB 1 0
35,021 35,021 0000000080a5df8cf646f6f1e68ed1c04bfe5e2f1f2a5a98c5fafe129cbfcb9b 0.00 MB 1 0
35,020 35,020 00000000a38153bb27d04192d39e67bb5d6af70f0d0398a6404ed7512076070e 0.00 MB 1 0
35,019 35,019 00000000508ef5b6c92e7bb2839c34b66b492d989505363e8fa567554d3ab5c1 0.00 MB 1 0
35,018 35,018 000000000cfc88a4c0b396bc5af274e9366793c1bff91a7d9a843fcd2f3d43a6 0.00 MB 1 0
35,017 35,017 00000000669ff537de54f10dc3234ca00f3bc073c1529c3c359b549a241ad669 0.00 MB 1 0
35,016 35,016 0000000089eacd8a41490b8f44ff6c7662d30afe833f376f59d9ada697308e3f 0.00 MB 1 0
35,015 35,015 00000000759be10aec82d4be2372f896d38f050206abc177a71a02c281e767d8 0.00 MB 1 0
35,014 35,014 000000004326fdc0e692bf85026a7c8f9addfa30ff8d0b3ff5dcf4d743c2d3d7 0.00 MB 1 0
35,013 35,013 000000005b7c43907e1640572e5e87501dd5507443898857f8df8b447eb4d358 0.00 MB 1 0
35,012 35,012 000000000be35b23769f7323b913b7ad2f7ea254c8496f5dd03c6ea0a2640114 0.00 MB 1 0
35,011 35,011 00000000b35d2dab5b5512f46bebd8f167346b84657d4de4c4af1de8ad94f83d 0.00 MB 2 0
35,010 35,010 0000000060d9d837332c8a44f5208d320bac1dc15b509d28ea671ee2d93898e3 0.00 MB 1 0
35,009 35,009 000000004ff55c1a3bdd64f53a167d7809a6131979fb070e79b608bfbe79b4a7 0.00 MB 1 0
35,008 35,008 0000000077ea0cb75cee2f2388a4aece1396b705c775a6e98a4ff40b1d2aa568 0.00 MB 1 0
35,007 35,007 00000000629dee571f9cdfa50991b294459fd2c0284f41fa64bbfd406209c7eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.38 GB sent, 115.58 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.