Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,783 transactions (5.31 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,325 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (856,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,740 52,740 0000000001a51f027889541ebeb4f744d3e52749d6cfacce5ea1304bf286fdb2 0.00 MB 1 0
52,739 52,739 00000000158e8ff43882d5ff6cadf7192b381b4aed1971750a5e1f35c4ac0627 0.00 MB 1 0
52,738 52,738 0000000008e4b9a471f6021b59d6b63a4128b0212ca96fc8472bb3e65d383192 0.00 MB 1 0
52,737 52,737 000000001356e531899addbfee8ad5df11070df2f61cb86194b8c640c43154d3 0.00 MB 1 0
52,736 52,736 000000000cb69c17b51445f5aa562a62c9bcd551995db4e1979c2e853c4fbeed 0.00 MB 1 0
52,735 52,735 000000000e0ead24a82e09582853eda4924f8cd9632963185df237e1a0a74f82 0.00 MB 3 0
52,734 52,734 0000000009d916763c7b08aa8ac7402109bc1f5cfdfe0eb830de7ab10b3eb3ae 0.00 MB 1 0
52,733 52,733 000000000c347491f151f623affd26948aa2cd8db57fca945284ced06fc13423 0.00 MB 1 0
52,732 52,732 0000000010254aeab53c5ee1c01482b913ba93f1958d7fa4c73ff235d4d13c11 0.00 MB 1 0
52,731 52,731 000000000ac4da8c37267c93a47cbff75fce62257b696db8abc57a520e3b9eec 0.00 MB 1 0
52,730 52,730 00000000157b4bbd9db22fd8d6d52e72d3f953140d2ae06d0655aba38217ca8d 0.00 MB 1 0
52,729 52,729 0000000005cf5d811c7bc56c86678a4077869304168814834c2f2502d21c23d3 0.00 MB 1 0
52,728 52,728 0000000001f29e9c890027639f724b0f0759f912285bfd3080d98ba87d510248 0.00 MB 1 0
52,727 52,727 000000001224d87ae574715c31cb0ebf787c2e7de076e2efd75a2036b33e3afa 0.00 MB 1 0
52,726 52,726 00000000106d9a94c8632a5a5aaaa3657370012ac195434f722a79ec104e079a 0.00 MB 1 0
52,725 52,725 000000000d958331f50b853d521a357200f65a1145d393b65a7493b775fd36b4 0.00 MB 1 0
52,724 52,724 0000000011fa9c890cc1b66efa7abe38c90707b424bde2b5362caf3b38bcf747 0.00 MB 1 0
52,723 52,723 000000000287d6aa261ea5edf85b0f53361c2ced67575d502b844beb61e34d6b 0.00 MB 1 0
52,722 52,722 000000000014ab8154fc0935c49b9f45bd6ffb5606debacb193d29d552f61111 0.00 MB 1 0
52,721 52,721 0000000014d85659818041410cdbc0cd15925853268905c0e2caa016558aa483 0.00 MB 1 0
52,720 52,720 000000000e4b9cd3f31753b1dbfe890e21aa907d1f2ac31ffdb8d1743378ce7a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.01 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,041.04 GB sent, 108.10 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.