Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,412 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,916 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,915 (199,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,209 712,209 00000000000000000007718e1c82b6c24aeba6b5923a095bb19e5aab49ee5b9b 1.45 MB 2,689 19
712,208 712,208 0000000000000000000626491b5ca4db6d38bec96138f4c78d57a93691a65cf8 1.67 MB 1,834 9
712,207 712,207 00000000000000000001aa22c55857e74de8b777e2ff0057d7b84964be176e71 1.44 MB 2,713 17
712,206 712,206 000000000000000000046a6f17212295163a5fe85fc8149250c04a3e00f6f5f8 1.47 MB 2,240 16
712,205 712,205 00000000000000000008f3d464e2b52a73e5ac201640f0449f9b45f3bff342d5 1.53 MB 2,788 15
712,204 712,204 000000000000000000067e9bd4a3676f17ff5975c4f13b671c4ca3d79a4bdc57 1.48 MB 3,513 24
712,203 712,203 00000000000000000001cbf5a141ef4c3ddc909f384a5dd09360a2b9ffc2e36f 1.45 MB 3,261 24
712,202 712,202 0000000000000000000028491a2d91475fbdb3a688987a6ba0fb9fdafd1e3911 1.87 MB 499 2
712,201 712,201 0000000000000000000459a482625291b9dea064a8cf31a3bcebfd60f4bd1212 1.59 MB 1,744 12
712,200 712,200 0000000000000000000090b82090f4416e701038d4d606c9249e1767a63359f8 1.62 MB 1,996 9
712,199 712,199 00000000000000000005dd01d270c0adc16561370aba795ce0caf9af685c0ed7 1.71 MB 713 2
712,198 712,198 000000000000000000092fcc4a757421f535ddf7cbb1e19c287cd0e5c8e09943 1.46 MB 2,055 3
712,197 712,197 000000000000000000068cd482a56522f9f98bb70796291e715c390de1657aa9 1.52 MB 3,046 19
712,196 712,196 000000000000000000052b174f132391c4d3d583daf2c6a54cc4c19333f52e87 1.57 MB 1,892 5
712,195 712,195 00000000000000000008cb9f097ad594c9cf7fe2b4405611ed7cfb3219207e8f 1.56 MB 1,931 6
712,194 712,194 00000000000000000001c8311d8f6d7477b5ed62b786a869ad36180667f6d9bc 1.61 MB 1,762 7
712,193 712,193 0000000000000000000797b4aa067206cc53153d56d8f94ae8b82e7085182921 1.71 MB 1,466 9
712,192 712,192 0000000000000000000c290b33b19711c76f18ff46b67967ae4ceae80ec8e954 1.48 MB 1,951 9
712,191 712,191 00000000000000000001e4ee152adb582f7b19be1380ede79ede426219c8307d 1.51 MB 1,788 14
712,190 712,190 0000000000000000000367f6111afe98b1622d7691916d9b86bde8ef26b233f3 1.60 MB 3,697 8
712,189 712,189 00000000000000000006ca3d44497dc5c40588e14c02908c098d2d9f48cdf90e 1.55 MB 5,207 10
Previous 10 blocks ↓
Total Size: 776.93 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,482.14 GB sent, 133.12 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.