Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,094 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 2,078 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (885,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,715 24,715 0000000071113ce87866a106b75209fd9daaee343aaa49a8c03869656995d650 0.00 MB 1 0
24,714 24,714 0000000094d346a9e255f46121ab91fc5b9806dec358aa1649e8e73b4bb7545a 0.00 MB 1 0
24,713 24,713 0000000014f2f5f06d8647f29bcb814be5ab97ef02697caf91358dfbdd6b510c 0.00 MB 1 0
24,712 24,712 000000008142e692f4dc3e08b26f683993b9c047c6bf0dae00271a4fc2c9e02b 0.00 MB 1 0
24,711 24,711 000000000cb90a5093342c7306ab316fe40b18eb79cdc6e88dd3f86a45fabe54 0.00 MB 1 0
24,710 24,710 00000000f52970b2389099cb4c3ab6abe74ddf4224e730dcdbc1296aabc9d6ac 0.00 MB 1 0
24,709 24,709 00000000e8376e3896cb80179cea3afc7bc3726ae3cb31e8fd34b06160ea9677 0.00 MB 1 0
24,708 24,708 000000003b0efd942d5b01eaa89d8015028402eb41d15c8c48944321e825c8de 0.00 MB 1 0
24,707 24,707 00000000cf8f22849f8013c305bc8d259c18eaf7453c3586863ecaa7c320d3e8 0.00 MB 1 0
24,706 24,706 00000000101207195e79317f174a6c5f64d5c7c2bcdf39cf94a48fc83b72a64b 0.00 MB 1 0
24,705 24,705 00000000bb77efa02cb7af5d742ebe6aa1ad79fa5453b9249881be0ebd42e7b4 0.00 MB 1 0
24,704 24,704 0000000059a05c9961f85d3dc8a4c24e1b1ace6462ddfcbe0a1bf27bb4bee0c3 0.00 MB 1 0
24,703 24,703 0000000033e285d74e43e06c188d2bb6a8027b49e2ab1dea55e092bf4858e207 0.00 MB 1 0
24,702 24,702 00000000fe3bfffc501d14e5cca3703477db655e6886999542c7f52b367fdfba 0.00 MB 1 0
24,701 24,701 00000000c0c312834c207a36e7d772a3138b9e876e0f850a9f9642511d1ab555 0.00 MB 1 0
24,700 24,700 000000004554a81bd62d8c7e18a353a756d85cc9fb6a2c764eeabb98c755104c 0.00 MB 1 0
24,699 24,699 00000000fbb528839d49d43971ef52152121343b01ebbeb2da460b87e30a5fd0 0.00 MB 1 0
24,698 24,698 0000000076f6cbf9771ce71de121447f89b837d7a21b5c8620e3423d337f2d2e 0.00 MB 1 0
24,697 24,697 0000000099de30276135850f4b5d757d77c0f98db32448ab86bec652ef8be4d5 0.00 MB 1 0
24,696 24,696 000000005ed6c0250a7dff9b74e4be80d21c09dd33f91fed3e91842f9c95970e 0.00 MB 1 0
24,695 24,695 00000000f1c81603d914764b5f1e4d76b7c4ee6eb63e99f7fab6813a5fd2a80b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.89 GB sent, 121.17 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.