Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,416 transactions (2.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,364 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (874,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
35,006 35,006 00000000124c36b0c6af91a84ce0edeb7b4c5a6c1e02de690faa066f3e9a0f8d 0.00 MB 1 0
35,005 35,005 000000001e7e871c1e2dc43c577e8b746e20e9b6edbcad356720ca6d7d12135e 0.00 MB 1 0
35,004 35,004 00000000b96e4c548296a3103a66ee05eabdd0cceb87757bd02ac5daf66d825b 0.00 MB 1 0
35,003 35,003 000000003ba6d9ace511fb7abb811c0e19ade36f68567160c6a3e34c25f6e577 0.00 MB 1 0
35,002 35,002 0000000075eda44514acdccbc0749004dae9c9b49f477eb4a82c0e6ead6bc20b 0.00 MB 1 0
35,001 35,001 0000000061b31b7d0a14aa4bf27c5df50519d59e6df884ea46469369d3f60218 0.00 MB 1 0
35,000 35,000 000000008f0cdb273d95e830c726b253b80be537cd21867b0a03ef0a326df91d 0.00 MB 1 0
34,999 34,999 00000000b8e32dc866cebb2ba51ee485909a31b782a149ff2aa2759804d06a4e 0.00 MB 1 0
34,998 34,998 00000000b75712c229170dc42c1d6f6f53a1513824985790a9e4688a30614aa2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.68 GB sent, 114.60 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.