Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

933 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 0.58 vMB 917 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (143,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
768,035 768,035 000000000000000000059cf406a61320f00b10beea83819d58eeb9dcdfeefac1 1.71 MB 1,757 7
768,034 768,034 00000000000000000001d1b1e706b1ac2fddca60b753c8a2a975035a969188af 1.72 MB 1,839 9
768,033 768,033 00000000000000000002dcae7c0333da50f56ff8031e5755c7bd7e33f891cf3e 1.27 MB 1,036 9
768,032 768,032 00000000000000000003f41befef37d1cbd738d7416451b7bae767b1c619005c 1.66 MB 1,601 17
768,031 768,031 000000000000000000070849a487803b4057c96fba07882fbb68e1c4bbe8ab3f 1.37 MB 911 14
768,030 768,030 00000000000000000001dc43274451add8bec704035c51c8970e0be5d9276a01 1.43 MB 1,428 16
768,029 768,029 000000000000000000078bf507c78efb6b3563b65131a57a7ac0f2834ed546c6 1.06 MB 517 14
768,028 768,028 0000000000000000000615f3572d315ecbd360a9675da18b2ae6c01726bb6f13 1.32 MB 1,876 20
768,027 768,027 000000000000000000001dd0df7340d91cb13969f6165f1dc1819711f58694e6 1.13 MB 715 16
768,026 768,026 00000000000000000000ed6461cfbca88ac296d2b11c91588c38a1d9be52908d 0.37 MB 348 8
768,025 768,025 0000000000000000000812eccbb620a9b408d0eee7fb09aa72416f306e4b64d0 0.67 MB 868 8
768,024 768,024 000000000000000000031f100b9069554527faba281ff470052496caa506e6b3 0.00 MB 1 0
768,023 768,023 000000000000000000056734020907101b2a399ae238cb04d02f425ec8144145 1.07 MB 1,849 10
768,022 768,022 0000000000000000000126b4fb4da28ef439507ee34bee650046affc80b37147 1.93 MB 1,160 2
768,021 768,021 000000000000000000064b1c6e9606714fd4a96d6ff877e4a93b170d86361e28 1.31 MB 2,245 17
768,020 768,020 000000000000000000053ce22b5ad8f00576b637d88355a85e2fd7c517629286 0.56 MB 582 20
768,019 768,019 00000000000000000006032ec79ca475d7a31eb1d2d5b1e4d96403cea6f3b1b2 0.99 MB 866 9
768,018 768,018 000000000000000000064b4c24166ba14320d0b6a0da55a793f554ccac5a60af 0.00 MB 13 16
768,017 768,017 000000000000000000076ef34883825a5d4e8801b9f2c116adfb1673bd7b3141 0.46 MB 635 9
768,016 768,016 0000000000000000000413e63893582af264a2ebb890c45f8bb482e078cf0a87 0.09 MB 170 12
768,015 768,015 00000000000000000000d4fe02cb60e28d70fa6f10901505d1f9ac622be4c2b3 0.62 MB 973 5
Previous 10 blocks ↓
Total Size: 776.70 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,443.16 GB sent, 132.05 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.