Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,046 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (848,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,538 61,538 000000000c15df365284f2a8513eda08c8f647368e7a32ca513373bc398d8f7e 0.00 MB 3 0
61,537 61,537 00000000079a141760084661d810ce1b04d1f49aeaadd89486d7bfe76e1d0446 0.00 MB 2 0
61,536 61,536 00000000087ceefe32df4df060abb4cfd9dfb509dbaaaa624f45cdecab3b75a3 0.00 MB 1 0
61,535 61,535 00000000012ffc97dcf9ed62e2a68413079acea9b9618cd3915c261f8c80a496 0.00 MB 1 0
61,534 61,534 0000000000d5a0cca0d3cab79502c67a0411edb8a817dd7b964971c13a5bc643 0.00 MB 1 0
61,533 61,533 000000000640d82a038f5ddc4b46deab32c0175bb07ae7ea1c24298afe9e2a5a 0.00 MB 1 0
61,532 61,532 00000000008e8499dd94caa1552d84a1e1285cfda9c4f37a6c721b7e12d8c862 0.00 MB 1 0
61,531 61,531 000000000601ac151125d94620634ea8e8e22932499e41136c77ad0efdcdcc61 0.00 MB 1 0
61,530 61,530 0000000007166ffae1b0db29efc9baa5db251e7d6dcb161255b65f66c0c8df2e 0.00 MB 1 0
61,529 61,529 0000000001035fc51898b80b6662595e9356ed71c5ee6948a8929fa9c2341fa4 0.00 MB 1 0
61,528 61,528 000000000df4145446bd2ff4cd9426d9ef18522b7909ef7f4debca29d23f4ff6 0.00 MB 1 0
61,527 61,527 0000000009a4bf1c30f52593878d5c7a67b765af0810b5d5afcc6b5c110da247 0.00 MB 1 0
61,526 61,526 0000000005189f7a6e93a13f0badda631a752fd240b4cabd9129c36e2f5dd23e 0.00 MB 1 0
61,525 61,525 000000000cf67d5933c4df4222633245653a9f0e46f0529430853c8b79026ed3 0.00 MB 1 0
61,524 61,524 00000000052d45125460c1ba011b38a965ea82a5d98fe3e9a51b43c79491ef34 0.00 MB 1 0
61,523 61,523 00000000060f4b726d4e8f44d3c3f0900ba453cdc87e1a19fb74f310c4a4af54 0.00 MB 1 0
61,522 61,522 0000000004834033c359daf9ddfc5ce7e6d2492ff4f261fc0c630f9c5a482fd4 0.00 MB 1 0
61,521 61,521 000000000974944bdf5ead4e5c4753358372f6ab2762412b28e6f2c6c47e5f36 0.00 MB 1 0
61,520 61,520 0000000005e5d772b55233b33615e122c774a93fc9ca02aa6a628533273f603c 0.00 MB 1 0
61,519 61,519 0000000007f41a818e82053e852be96aced96bad53da7880ff86eba82b30bf0b 0.00 MB 1 0
61,518 61,518 0000000008a6ee20bc0405ac42627fc452f6ba315a225ff8930ec407a1c2ec0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.48 GB sent, 119.80 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.