Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,691 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,088 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (890,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,749 18,749 00000000f21b4b59cddd222bea518f83f753f45b36524bfd00cae957a89c20ea 0.00 MB 1 0
18,748 18,748 000000001fe04b0442441eab67625ae3c01a4a98f7bd87d8645fab58d688fb1b 0.00 MB 1 0
18,747 18,747 00000000955d4efa22a7c23c08244d96c85114c42076c9296ac6dea8b84b89c8 0.00 MB 1 0
18,746 18,746 00000000861f8f27b9807450c1fcbfc5225e1eb610748b566a810f06a9e3659f 0.00 MB 1 0
18,745 18,745 00000000a51cfd037d4ef2710f40d3d1d6eede8dce400b7c905d949eddadcbf3 0.00 MB 1 0
18,744 18,744 00000000df9388b3b9f32ff2591aefd629b9459aa04e38962a33c74e64d62ffa 0.00 MB 1 0
18,743 18,743 000000002f93649b6580950cbd93afe2e1621a1968ba8f32ef6ac87adbccc46f 0.00 MB 1 0
18,742 18,742 00000000d6cb81efb5b853045d1fe127da1e1c3317631d212bf3d0f4b3d77042 0.00 MB 1 0
18,741 18,741 00000000f0cc7303107b3d50a7d61be8f72e1fecd3aede22b2cb2f9cfbfeee35 0.00 MB 1 0
18,740 18,740 00000000c5b385d39f9dc01e064c0f64cebbd19efece119f233d84b95cef7f34 0.00 MB 1 0
18,739 18,739 000000006c0874adab4b47d2aa7d544c596e4d77814c1d56e7fb51989005c664 0.00 MB 1 0
18,738 18,738 00000000b556e60dd303b9ed7994adfc4bdecd95a104f5a54d773aaf70796fe2 0.00 MB 1 0
18,737 18,737 0000000015ab2fa806e0cfabb6a126d847da6e599844b2c33afb38e241bbf07e 0.00 MB 1 0
18,736 18,736 0000000082c11c18be22e2ef87d3227187faa6fbd7c9c1199043b6c300521443 0.00 MB 1 0
18,735 18,735 00000000491dcce61caa80d1798511f8c577878509cf1b0fb2a82626b81153bd 0.00 MB 1 0
18,734 18,734 00000000bdb4afbe913d1a169e8d4f4e062c38d9aa067559cb8d70e0ec90cdaa 0.00 MB 1 0
18,733 18,733 00000000edbd1621ca20cb916eb1098568c90ba0e7c3c893f61782041387d1bf 0.00 MB 1 0
18,732 18,732 00000000b1d7c0a3be8a15b9f8cb7601ac5230a37e70b09d727843515f2416d2 0.00 MB 1 0
18,731 18,731 000000008c088306989e296a73d46e27f912eb2c223893c90f2011498c2be1cd 0.00 MB 1 0
18,730 18,730 000000005c973364fb254c591ffeb1372f12dcd7c0bfb5ddbe410483e9303519 0.00 MB 1 0
18,729 18,729 000000004400a98534c82db36e495a10495ce2ccfb104c8960cbbac06e87e9b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.95 GB sent, 112.23 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.