Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,735 transactions (1.59 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: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,915 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,914 (874,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
34,997 34,997 00000000bf26dc9ada04e4d397f7650b28a8b8d03b2c4c2916e78f0e6b6dff1f 0.00 MB 1 0
34,996 34,996 00000000bc49886ed9f9d2ae911e8cf0e0d3f907a542a76929a7dfcf532c8eed 0.00 MB 1 0
34,995 34,995 000000005db0bda3abe470a9a0e7e3f74e360c60a5605c52c3b195387265d3f9 0.00 MB 1 0
34,994 34,994 0000000021dc77ceefd97122378b7777b8f8f77c63080e24a9af817ad75de1dd 0.00 MB 1 0
34,993 34,993 000000001505837ec04537ab8801b04de2a41047cb862b3ccdcb4c3597c2f442 0.00 MB 1 0
34,992 34,992 0000000007e4f35b3b64da930ea9b318a50f30c90f17248be4b12a479b6e3ebd 0.00 MB 1 0
34,991 34,991 00000000933834296533d25410e8d1172c2ce90db2bd9cb35cc255f04a7c3d10 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, 113 incoming
  • Data Transfer: 2,172.74 GB sent, 114.61 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.