Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,539 transactions (0.49 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
910,935 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,934 (849,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,205 61,205 0000000007c4232db38f24c222f49f2b6f932093f0dd58118b49c90df2186a5b 0.00 MB 1 0
61,204 61,204 00000000084f415379cfc341a6f3f748f01235cd5b467fbd73cf5fd389373e2c 0.00 MB 1 0
61,203 61,203 000000000659977eaf08683f414345de0f7d2b42e4526643422754d503703e34 0.00 MB 1 0
61,202 61,202 000000000ddf5ae4372d77294968d4fbb9b1367b49b56286f08ea24011a797d9 0.00 MB 1 0
61,201 61,201 0000000003278d07ead6668a0e85796c7ee975f619d2a01fa50ab3dcf69b61e0 0.00 MB 1 0
61,200 61,200 0000000004ea522b5c7f294cab1a44e8bf253b56a595d5e22f555b1f418a9b9b 0.00 MB 1 0
61,199 61,199 000000000c3a03012a74b0d83745b902af1f40ae9c651c0fd456556eb575eb3a 0.00 MB 1 0
61,198 61,198 000000000d1d1eedda52c64ef70284134d4c527e26e62135447e87e1e0521062 0.00 MB 1 0
61,197 61,197 0000000009aa5dc5a1e02cfc9317f6f1e3825951a083ddccdb57b73bfe2110a0 0.00 MB 1 0
61,196 61,196 000000000e12f88b62ef4bb96b892c028cbbf9ba35cb8840cc4a81786d6eaeb4 0.00 MB 2 0
61,195 61,195 0000000004faa45908e45f896d311258a51429d86a228df00b25170d679f4c79 0.00 MB 1 0
61,194 61,194 00000000081a0d29134730a8bc33d3d297a47de45ced72856a5f91775ed92108 0.00 MB 1 0
61,193 61,193 000000000a8d94d403793678cb9e5670d4ec060c0ce0db28c1b4ea0fc41e3317 0.00 MB 2 0
61,192 61,192 000000000ccd1f5a69578463533889f8c6281930efba6b1fff81405e556065d6 0.00 MB 2 0
61,191 61,191 000000000c8e34bd9c2400de0347147f57a3d9b7bf4a2eb8ff837d282492658a 0.00 MB 2 0
61,190 61,190 000000000d77d2b32751e8dd509f3413fa9a40c3f900f817363c74b5eba1578d 0.00 MB 1 0
61,189 61,189 000000000924e99e032f6059805f30329e4afb7e24893ea13f5d389eb5c7018c 0.00 MB 1 0
61,188 61,188 000000000a90d124c21c7b296937378618eb882c039676b976f35b8c3ef3d6a8 0.00 MB 1 0
61,187 61,187 0000000006095fc40a45f41370ed097ec482722041cd64f7a1be503fcb0c203a 0.00 MB 1 0
61,186 61,186 000000000d0ae2e9f6acaad118c46b96cd31e451f8d91f69a13dc10c171abc0b 0.00 MB 1 0
61,185 61,185 0000000000f42546ef5333c72309cb8a2a5909b98b81b7bb1c89b8c1a6b1e700 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.12 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,347.03 GB sent, 124.30 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.