Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,278 transactions (1.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,585 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,584 (874,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,030 36,030 000000003c2bf591ccac5b812eabcf0cd7ebc75659e6db7d8d49944f80b0dc45 0.00 MB 1 0
36,029 36,029 0000000053c69f7c19d66ccee4b8e21db8c29beee4549932f5d57a14dcc57f99 0.00 MB 1 0
36,028 36,028 000000001294ccbdd3e3f1eb7cb942fb4338d0b4d97692d874e0c0891f6a9645 0.00 MB 1 0
36,027 36,027 00000000533a90a37639625ea3df3024bc33ef9c37a9bcf396318354a0b19810 0.00 MB 1 0
36,026 36,026 000000006845517c8769506dfa0efd5c2ffdd429c7acb2cd29004a0a5a9bdd84 0.00 MB 1 0
36,025 36,025 000000003c48d8154fcf863f1695b356a1e5c2e743aaaac9d6bb79bcb5132332 0.00 MB 1 0
36,024 36,024 0000000029ebd0991f10c7008829a7c4c19347fcad2d0d79dc806519b77ed266 0.00 MB 1 0
36,023 36,023 0000000046f679b2d2af1b638f6abd89ea4ccbd0a6b4e1c25db3d88ce2fbe697 0.00 MB 1 0
36,022 36,022 00000000162c134bf36a84992943c3db24a4acc517c009782f66265361485ea1 0.00 MB 1 0
36,021 36,021 000000004836f74c85f91e108981a4310ec0bb621d493b2649a0ac7cd8a3223c 0.00 MB 1 0
36,020 36,020 00000000126b5d45a557efebc362758ba6697e90ed1795febfeea2e5e67c5af2 0.00 MB 1 0
36,019 36,019 0000000067b75fdc04bc5f0543b095e70b451b975803beb3c5b66fc628d1fd5c 0.00 MB 1 0
36,018 36,018 000000003b8ef13dec2ab4f6e2a181aa2760b31906d8a47cd5dc3b403cb26443 0.00 MB 1 0
36,017 36,017 000000006ecb92ac1592e5daf701e10d4e214dfaea3c96efc0e6a053d2b53bc9 0.00 MB 1 0
36,016 36,016 000000005c398715ecc128a73dfc5b3a9e951a0ace505099735099a7d5db60fe 0.00 MB 1 0
36,015 36,015 0000000073d9acd16f2353039f1136449c32d7113b8aa4a5a306bfa57d34fd31 0.00 MB 1 0
36,014 36,014 0000000001bf08d9449235e0bd06a70b6d4ab9449457b997ea1c633345bd8afb 0.00 MB 1 0
36,013 36,013 000000009cfb390958cbc18184f225a8a68f0f45d8acb243d906ae236d793f18 0.00 MB 1 0
36,012 36,012 000000009f9f2f9fa590d3aefbc1f3fadfc9f97e18b8d81d4da0d4ed5b0a6a4c 0.00 MB 1 0
36,011 36,011 0000000069c37e818e2fc29822f577f4cdc5ad48a6f41292b3e3b35281c70abf 0.00 MB 1 0
36,010 36,010 00000000a40766b378cc4419e839450a88b6aa4b683484d8a0cba9e8986c0a47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 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,254.01 GB sent, 120.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.