Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,009 transactions (0.34 vMB)

Priority:

  • 1 sats/vbyte = (8 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
910,153 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,006 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,152 (837,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,861 72,861 000000000070c5a8e4ec22cc90e4ea0d63ddc0e15b33eda63a468a277880ade6 0.00 MB 3 0
72,860 72,860 00000000005e6a8f509784e98d6a91fc0aaa009a5d3e391de61923501af7cd77 0.00 MB 2 0
72,859 72,859 00000000004efc722a778dbd6c26f8ec5638ca12453aa4b593d76f51c8ed3cba 0.00 MB 1 0
72,858 72,858 00000000007c0a904b62094425aa3688ad1c0e424551385ddd31bb193e56e906 0.00 MB 4 0
72,857 72,857 0000000000b96eb51ad88b03c495a244705fc25c84e08692b143e4343eb646fa 0.00 MB 2 0
72,856 72,856 0000000000294cc31619e6da637e7f6ac23bbd9979839b00c1ebb8d633c74291 0.00 MB 2 0
72,855 72,855 00000000000485cd8d37091248a0d8300d60703b732c216f2f7366acef6731db 0.00 MB 2 0
72,854 72,854 00000000000d73deeedced9734fa5d475a578e8efd6acc3297f50879446eb8bb 0.00 MB 3 0
72,853 72,853 00000000003391408657c2ab934a7c7f9ed9331c3692e5879cdda9e32349e017 0.00 MB 1 0
72,852 72,852 00000000009869de15d03141892785875666540b2bd497e9a230b366294a57ec 0.00 MB 1 0
72,851 72,851 00000000007ad5fade39da4895429842a5dbd9853d3606d69fb2029d3ec09b8a 0.00 MB 1 0
72,850 72,850 00000000008cb6c1dc707d4c2ea0416cbbaa0af388124480b75cb943186a7be3 0.00 MB 2 0
72,849 72,849 00000000000265a6d5cc70f30b505658752543d35437c6019f5d47add02f8543 0.00 MB 1 0
72,848 72,848 0000000000071ca9e96fb6b0ff6f11d52b0780293766eac499dc4040eea90a4c 0.00 MB 1 0
72,847 72,847 0000000000355ecaa926efb8ce5ee3d5d413fb9890e69a76a712992afccacd25 0.00 MB 1 0
72,846 72,846 00000000001c2d01d36f1c1f1dc746a7b4642708263f3e06af881e7455e60556 0.00 MB 1 0
72,845 72,845 000000000065f13dfa5b534016a525115d28dca5f3885dd4d00c94df5d6ee557 0.00 MB 2 0
72,844 72,844 00000000003ba5d3927caa601967513c18b78b9986879c7d4166115e3c99bc4d 0.00 MB 1 0
72,843 72,843 000000000053acc764fb4ac8f8798aa165ad7d792508ad5b926c942dc30e8716 0.00 MB 2 0
72,842 72,842 00000000009f5eb403a76d15cc3c04365eb139a85e108526758d921cf5dd8b14 0.00 MB 7 0
72,841 72,841 00000000005000537243d162a06b68dff9a20158bb2394d73a2d3d9f2813fe2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.41 GB sent, 116.85 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.