Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

321 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,487 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,486 (866,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,089 44,089 000000003dc72bcd6f0806c84aeb5d763763e4ad31103f7bb01630e025a8f673 0.00 MB 1 0
44,088 44,088 000000003b85dc64fd032d28ca975af523f6c096b8527f02f1a1a0f25b90d92d 0.00 MB 1 0
44,087 44,087 0000000012437249e6613182ee2f56ca1c0f6395020ee87cee9d80da71e5d77f 0.00 MB 1 0
44,086 44,086 00000000341f1357f0763c1fd1c1f97ca5df3399723bf2189fe84371fbb723d5 0.00 MB 1 0
44,085 44,085 000000003b93e8bc4e7eec85f5ae07a44e10920f543db1ba23fd974fa41e6756 0.00 MB 1 0
44,084 44,084 000000003bc939876516ea1f370392a39b65334681fa4cf49b69352507b69b9e 0.00 MB 1 0
44,083 44,083 000000003e1509fe0d2e35f2c673a70235f2c55c05a81414022eba6531a9562f 0.00 MB 1 0
44,082 44,082 000000000bb0d8a2d99a5b85d1a63718dfbaa07553d15e4f469719b0c8dfd00d 0.00 MB 1 0
44,081 44,081 0000000009f338774ce79e1c2f60ff0ed134f9c3ecd9db2f860e133a207b1f31 0.00 MB 1 0
44,080 44,080 000000000cc27bf613959b9a300c466bfbf1593d609589dd8aee5f5657379a2f 0.00 MB 1 0
44,079 44,079 00000000043dec782d3b16c6da069934afe54a279c7d8678df820c5735a8da8f 0.00 MB 1 0
44,078 44,078 000000000b4d284a27cf0f828ae2daa2325abe15a591edaa1b4b442bd1815f52 0.00 MB 1 0
44,077 44,077 0000000014d1be720f35e98c7d3ccaba9c75b2899fdc8d33e97bd51cd10013a2 0.00 MB 1 0
44,076 44,076 000000000a8e4db1537ed98ff308f79b9f38bd783b16c79fe04187f2af2ea64b 0.00 MB 1 0
44,075 44,075 0000000013e837d297e81e17be774fcccb6141bea90dbb8b91d53d3da98b8418 0.00 MB 1 0
44,074 44,074 00000000311302c8e4cf49f5d33cb8b4f729b4186f00a8fc9f20355d282e30e6 0.00 MB 1 0
44,073 44,073 000000001b99f4a83e66e571683f2cb7bd34e7e94abfccfbd03b379deb65ac67 0.00 MB 1 0
44,072 44,072 000000001acb7b9e32425806b07627b570c8337c7339698babe10dd8fae1ba07 0.00 MB 1 0
44,071 44,071 0000000008a525455881bb663fab11964857a23f98240ab8bcbb51ac3ea21a5d 0.00 MB 1 0
44,070 44,070 000000001582ee885ce8fdd14e207abaf8be01f5a9de5880ac4fd74dae280bce 0.00 MB 1 0
44,069 44,069 000000003d915cc76d42b1b6ec513c9e0381e4894283f5697e991662af722e01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.