Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,176 transactions (2.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,979 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (845,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,092 65,092 000000000373d5f3fa2e4d24c7f20ef7f9e1911336d0e23b16275884c4ad9f92 0.00 MB 1 0
65,091 65,091 0000000009a822394d995e7c66a48979c18c78c5aaa84a350faca02276a85db1 0.00 MB 2 0
65,090 65,090 0000000001710757d3e8d18489a318a82180ce5bd71ec9d6523d769edbfe94b2 0.00 MB 1 0
65,089 65,089 0000000008faa63f28e38dd19eaba7e4cde3df4a2d183fbed26ce8e6404f5bb0 0.00 MB 1 0
65,088 65,088 000000000a74e4ce4421797cd3cd780c266f41728f8055965c15c4a0c6bc6d89 0.00 MB 1 0
65,087 65,087 0000000001f3e7bd8cc617be086bddcc389720308aecaaee047ba3363a87d9b0 0.00 MB 2 0
65,086 65,086 0000000006b06a95d48798f5a1c19cc4b43fd9db30a98c4364105c525fe5d9ac 0.00 MB 2 0
65,085 65,085 00000000066fb6fecd842485e5acb112bf32d87110f56242252af602867cad70 0.00 MB 1 0
65,084 65,084 0000000000b0972884003720f0ff8e885fab92997e71a22c448e7caba4fc6d84 0.00 MB 1 0
65,083 65,083 000000000a17820901122b025c90a86f5c22f6ec61fe3861ae5a0243c4fb4548 0.00 MB 1 0
65,082 65,082 0000000005f8a92897eee2d8d7b11a09553c517a88d0628bc743aca96799633a 0.00 MB 1 0
65,081 65,081 0000000009c7fb04a6a0a6cf33954038a675c8d8ce76596fd794fd2378be232c 0.00 MB 2 0
65,080 65,080 000000000751c658a32961bad398060a0c70abf8eac288062b131c66ab8ed6d3 0.00 MB 1 0
65,079 65,079 000000000910c2f9e77e03d61ca07b7a1ad2dadf764f8598fa02c48abc11d541 0.00 MB 1 0
65,078 65,078 0000000001c1a140cc3de724e976cfeb6b397501aee78525f0f90cb4ad978c1c 0.00 MB 1 0
65,077 65,077 00000000069c03984d07799aa6d84c211a03fe60f82ba166bdbc8c3d2afe3c0c 0.00 MB 1 0
65,076 65,076 000000000133caac7bfe19b7128e8a11a3d2111fff5465bf7734801b33a9ecd9 0.00 MB 2 0
65,075 65,075 0000000009b20f8e9855c1f583a7a36eb39c7748791e63cdc19c2f90676e6343 0.00 MB 1 0
65,074 65,074 0000000006409f95f74774555e0a5d23203889a5bee759f1a5f4776090f80a03 0.00 MB 1 0
65,073 65,073 00000000084dc4494d5bb0dbbfcd8e28962ca0927b41ba04ba2529f74620f909 0.00 MB 2 0
65,072 65,072 000000000611302575933371dd4229d22e5aaa80a9990ce51f181e3ecfc3903c 0.00 MB 2 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,259.06 GB sent, 121.19 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.