Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,948 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,068 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,067 (880,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,164 31,164 00000000cbd62560a863a63088ad3f019a27c1da410165b1d2acafb6d6593b7a 0.00 MB 1 0
31,163 31,163 0000000082bd35e4acd9c9d98593c9a1d0c8d97d9815f4ec19579d5c641718e7 0.00 MB 1 0
31,162 31,162 00000000799fdbecffea41892aae031d47fc7d2660b671bf523b483796558387 0.00 MB 1 0
31,161 31,161 00000000c5f9904c4e5b2ab05bcb10b5529a49c8f694876b353385246f3eb8b6 0.00 MB 1 0
31,160 31,160 00000000cbbf99f3eb545d5595d339458b8088c85dfe1ceaaca64b6dbc1d9349 0.00 MB 1 0
31,159 31,159 00000000b2b010f5955b4205581096b861543821dff12e5eea3c3156790e2c4e 0.00 MB 1 0
31,158 31,158 00000000385d95d2b9b7475892d8679f88001e6f3a418f8cad192b36f3a2cc16 0.00 MB 1 0
31,157 31,157 00000000504ac3ab8e2077ab2c3b29c30b6a27194aa2e776c2232754ab474874 0.00 MB 1 0
31,156 31,156 000000004811ba04fadb62b4450e6faaa5a0263f457a879192f524b36d328c83 0.00 MB 1 0
31,155 31,155 000000002f6dd9e3cacb4ff6fa7adac8f3d81186bd6da56f358ed0acb4f06a77 0.00 MB 1 0
31,154 31,154 00000000e855a5d258c1ec24ea9bebf4adec0c16cff3cc51ba5da27cb2cd4925 0.00 MB 1 0
31,153 31,153 00000000448bd7e8b80866ee54302c657c6db611053372676bc47f5af04247b5 0.00 MB 1 0
31,152 31,152 0000000010a2be53d725383c8a046a3190f4301c8a15a3d3996d52c8982ba57c 0.00 MB 1 0
31,151 31,151 00000000a11cbf1f9763b6e42e4d77c938b2e499c3da1ddb1cad300840d768ee 0.00 MB 1 0
31,150 31,150 000000007ff6604ddd6536b2a16a17c2c326cb6eace2c072a7721de21ab69821 0.00 MB 1 0
31,149 31,149 000000007f0b69404619e65413b64c3228c2fb99af567e51caf4a1e592c24501 0.00 MB 1 0
31,148 31,148 00000000861edc07fd6d7beba1393507beebb1f9b68c7065a5ab8a6f0bb82cde 0.00 MB 1 0
31,147 31,147 00000000863665d988ea6590e23a7cf46861cafee20ae6b941bafdf1fbe13059 0.00 MB 1 0
31,146 31,146 0000000096875b223d0fd1e7585189dc3e139a1c8707c3c4b88df5048d5a89b4 0.00 MB 1 0
31,145 31,145 000000009a7640c1a28daa8f0205ccac327331a2047c87db0e20ad17a3375f35 0.00 MB 1 0
31,144 31,144 00000000e1697f3be0c749d9f4f8365959019f8a02950ac564938a7fdbfd09ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.21 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,522.22 GB sent, 134.44 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.