Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,729 transactions (0.68 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,742 000000000000000000022cb30000000000000000000000000000000000000000 0.68 vMB 1,719 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,741 (849,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,130 61,130 0000000004ec915f7be03118de33a3245a585ed781fdfe9c499378365ebd82b9 0.00 MB 1 0
61,129 61,129 00000000039ae99b54e1c2b15f0edaccf724f2fd0dc955ab1bab1d18810700c8 0.00 MB 1 0
61,128 61,128 000000000919b729c9c225733eaa4bdff6441273907c77805c69208872a15a71 0.00 MB 1 0
61,127 61,127 000000000c12f245e3139ed361a545732e2e2d61abef0f3943d9539dcd9e58b0 0.00 MB 1 0
61,126 61,126 0000000005f4ca5d8d625a4425637ca269fbfb1bdf1a9b69431d674cb74b2d1b 0.00 MB 1 0
61,125 61,125 000000000afa53f349377710a67060bdbf5b9bcd70d6b6a21d28c1be56ef7d13 0.00 MB 1 0
61,124 61,124 000000000bf37388e26004a8e73a35ef9b6e202602310cae0dbd947549587c26 0.00 MB 1 0
61,123 61,123 0000000006e04ab68fa170318eb738fb33c432b802448e9272cab59087fe43b2 0.00 MB 3 0
61,122 61,122 000000000858fb3e5590d6165ad8c9881e53a37a70d011e6eef64a4dd4354674 0.00 MB 1 0
61,121 61,121 000000000a48f1dac854e2a464ff7b537854c5e3a184e4c4423f54bcd8f35447 0.00 MB 2 0
61,120 61,120 0000000002342455acafdb4b4d110ed0bd3a6dd3ba7a5d7b74e93be758efcd27 0.00 MB 1 0
61,119 61,119 000000000057a9a7a091140798b8d2ad6721935bb061afc492cce6ae8e81a210 0.00 MB 1 0
61,118 61,118 000000000ccd05f1e1cabfe1a7441fcfeee9f25ba4a42e8b975eec683be90543 0.00 MB 1 0
61,117 61,117 000000000799903181c1d3b6c688d650a184dd39f4c785ad2a0b43d9df71f685 0.00 MB 1 0
61,116 61,116 0000000000c88b6b6d9b9bba15635581a9eaff29de1944aee8d654872b774016 0.00 MB 2 0
61,115 61,115 0000000006ea8f58a6d3c6b3ab9c1af9098e01fa54714ad08a091ed56559853e 0.00 MB 1 0
61,114 61,114 00000000007d493667e1ffb59e1980ea6ed1cc45566a0b65ba12ece54fb7a607 0.00 MB 1 0
61,113 61,113 000000000894fb23eafd0be7ea823232f88a4a4f29dc1ebe292689066c116c31 0.00 MB 1 0
61,112 61,112 000000000cdb787d59df80871d15d6421aa61b1830a7f65f362f8291b26025a8 0.00 MB 3 0
61,111 61,111 0000000006e4f66e73b58b2653e42014edda4985c50cb003aa5819792dcb47af 0.00 MB 2 0
61,110 61,110 00000000055469be37f1ee42eacfd89e54e824f285c81c82568dd534bdfa4738 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.75 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,293.25 GB sent, 122.37 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.