Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,129 transactions (0.29 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
910,158 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 1,123 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,157 (884,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,841 25,841 000000008e00bc6da309cc3c31479576e2341b4f3229773898acd0c3a34506c2 0.00 MB 1 0
25,840 25,840 000000007f39962611519c0d69085287051e99e88caca9185695a2a444eee916 0.00 MB 1 0
25,839 25,839 000000001355f829862fe6647eb9c14584e16d81d90938ac825b15de0bacfbe7 0.00 MB 1 0
25,838 25,838 00000000e3ca90ce87d956e527a65d3dd4ed941015ca538980cecf2bb4c83012 0.00 MB 1 0
25,837 25,837 0000000086cb41ded25e70a8d9c25a6db8e0058ebc7719a2968f9961bd95576d 0.00 MB 1 0
25,836 25,836 000000008e085126a5ff8889b8cd0b9a289c55875f4d149fbfc0d45caf9aa6b9 0.00 MB 1 0
25,835 25,835 00000000d066a8fe7f8dae8e43f7301b52ea1ff671268837c7af51fa1131ca89 0.00 MB 1 0
25,834 25,834 00000000767528eefc49c29418e9dc6455e5c90ab92c10b366129701b9507f25 0.00 MB 1 0
25,833 25,833 00000000b76e95f91fc4da7f64250fe9471a322aa4e0b2a331002c5425946d22 0.00 MB 1 0
25,832 25,832 00000000a2a171dc81f227d6a1fad84d99837b1d2a56e2291d2a2f5d0ea6d48b 0.00 MB 1 0
25,831 25,831 000000006c887089c4a4f88fc2ebe0a1d69e55ea25ec40cceeb001eac1e3468a 0.00 MB 1 0
25,830 25,830 000000009fc79eee9f3c35c104e7b34767bb57859db06220dbab7ab04683725c 0.00 MB 1 0
25,829 25,829 00000000ff441314ad91d2c8dab30167646e5e8a2551ee34a337b8dbb67fd338 0.00 MB 1 0
25,828 25,828 00000000f8e67ba30bc272487ef688d9e6ef07b150c4ba75c8e505306fb57336 0.00 MB 1 0
25,827 25,827 00000000b3d957998db2c7ad3f6cc4dd320f42709884e707d4d39017bf6feaca 0.00 MB 1 0
25,826 25,826 000000001975bc01f4f5fd7fc50e900884024e765a1623fc1a169ce50e59affd 0.00 MB 1 0
25,825 25,825 00000000249c7c06e441d91846513923467aa5d831bb20f0150a6fed260f15b5 0.00 MB 1 0
25,824 25,824 00000000808fd45fb69d5f091e45e1305352e04f57a9d26377fdacd8bfee24b1 0.00 MB 1 0
25,823 25,823 00000000f02d59c8b0193bb1f0f96d82db98a9b80117764106f00954d3799683 0.00 MB 1 0
25,822 25,822 000000001b8e1b8ad2469b662c1d09c8f08f373ffd968e1fa8583b647333998b 0.00 MB 1 0
25,821 25,821 00000000dc013e240897ff77ea002ef35ba4c0812e233378ee139aeaca66da73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 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.67 GB sent, 116.90 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.