Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

939 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,644 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 933 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,643 (890,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,753 18,753 00000000cbbb1e9f1e0deefd0425278b4b2dd73697a4b77ee08ca1282b9d2719 0.00 MB 1 0
18,752 18,752 00000000dd7e1f7b680761a5e32151d547abd40a49f4840e2a39c12db86d9364 0.00 MB 1 0
18,751 18,751 00000000325eca441c5df0480f5e804604bc4393a5850298fc7900872013cb79 0.00 MB 1 0
18,750 18,750 000000007feec7d10aea8ca5436285b9a6cf775c621fe9e508001fed989cc792 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.75 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,118.26 GB sent, 112.04 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.