Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

642 transactions (0.15 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,580 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,579 (856,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,153 54,153 00000000003166c0bb79c356ca02f6ebc0d0598c1099556e82d33dce049dfc1f 0.00 MB 1 0
54,152 54,152 00000000059e3333a67a94c2f0aefd993db03b0b29b091b49d1ec68385822bdf 0.00 MB 1 0
54,151 54,151 000000000d36b3795ef5988a3ba0db0a239d24b2473e9cac8546c9ba453fdfa7 0.00 MB 1 0
54,150 54,150 000000000f60bd033cd801d76e7a2a5e6dd4a7e9db1cc716421619e5d7f386ee 0.00 MB 1 0
54,149 54,149 00000000036bfd4c0f2951fae8ea3dfa0e9541972fe5a7c79bd9703e84266c02 0.00 MB 1 0
54,148 54,148 000000000a44a75a2b3dc590209ff7ea7925f717415e1c40fc08bce2d49659f7 0.00 MB 1 0
54,147 54,147 0000000005c8f249b25321badade1ee3f61b4a2d835545b6a8db4d5697bf1ec0 0.00 MB 4 0
54,146 54,146 000000000a402ff3f617641e316e54f87af4259a333576eb8472af704510e47a 0.00 MB 1 0
54,145 54,145 000000000c1d158fb68cd37f81a8531a7b758a2940ae838489cf38f3a49f84d2 0.00 MB 1 0
54,144 54,144 0000000004f6a93787a85ba8c67a4e9b064db20b261393a637988e68e2cb7263 0.00 MB 1 0
54,143 54,143 000000000946765194adbcbd212bc13c700ebabe5ca7bde90ceb19452d4ee472 0.00 MB 1 0
54,142 54,142 000000000f840aa49a82ef61efd2425a307730e6f18a7a0b97a0befeaba67cc5 0.00 MB 1 0
54,141 54,141 000000000a899658d4028c617a4134aa12f21d32c9c1ac90711a45f05fba6bab 0.00 MB 1 0
54,140 54,140 000000001129ec4dfe7afb955893332b0b48a420ea270d93bb50c032d05945ec 0.00 MB 1 0
54,139 54,139 000000000689b07cf0460a1ea2a81f359519e19981eb675e583776b3789a77bf 0.00 MB 1 0
54,138 54,138 000000000215dcf79ae6bca5083dc29801a0d3d44e1d467d7975a4183e156e42 0.00 MB 1 0
54,137 54,137 000000000d7e9cacb93f399330bccc8efbd5393db2d094dc479f63e8b682f164 0.00 MB 1 0
54,136 54,136 00000000082eb1a171a0dd283d86bbb4fdf261724a245a13fa5e09f45739b0ab 0.00 MB 1 0
54,135 54,135 000000000089e31e30216ed5a13c0ae1ec50dd6edc57b26077a0a1e5a625e688 0.00 MB 1 0
54,134 54,134 000000000bbec2d31f08b6be0f5f168a1206cab339ad8d0e30ffc537c4366eb6 0.00 MB 1 0
54,133 54,133 000000000ad290ed9a779b51b6b332259fc4e286dcd41726129c5b7af89e76b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.38 GB sent, 120.80 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.