Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,311 transactions (2.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,453 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (360,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,330 551,330 0000000000000000001ebd3ac59c6fc3a9c6eb84a66127a766e9ee34f8c23bae 1.34 MB 2,004 31
551,329 551,329 0000000000000000000f1b4982d52cd7ced0817d86f3e4662cccda215088d8ae 1.10 MB 1,643 53
551,328 551,328 000000000000000000253ec4ba6a55217e1519a4ef43657c17eb87c24212576d 1.04 MB 950 48
551,327 551,327 0000000000000000001c044f68dcbee90de433bd9e4df81349c7adcf90c4b123 1.14 MB 2,454 10
551,326 551,326 00000000000000000002151e0aa48eb2ee7d908e2a934861fe9d46b2f2ea4151 1.23 MB 2,928 41
551,325 551,325 00000000000000000023a5a83770e26de70684d74af2672d95c688eed76af2bf 1.24 MB 2,768 29
551,324 551,324 00000000000000000027218a8ed09e2944ac4dd848e5639fa9c0ae40819c10d9 1.22 MB 1,851 35
551,323 551,323 0000000000000000001f0a9415390c019d95fbfeeb98f815fc9fcbeac0259c16 0.01 MB 29 28
551,322 551,322 0000000000000000000af4f3f6c345dc0c78ad73f9e2653d3a8c1ffad1acb131 0.71 MB 902 6
551,321 551,321 000000000000000000172691b678274e0e31f44ee35e58b1789772f4de253721 1.13 MB 2,064 18
551,320 551,320 00000000000000000027093736f8bb19410d55bf815f585118cbe75031e5d377 1.54 MB 1,016 37
551,319 551,319 000000000000000000295215a63dac423b32a380e68e53189d06a836701b1719 0.49 MB 687 26
551,318 551,318 0000000000000000000827b88f507cdf8ade67b9badbbc197c01d72d46afccfb 0.72 MB 1,099 21
551,317 551,317 0000000000000000001145bf64d743f791a7226d27931897e6545f6ce6900955 1.04 MB 1,825 2
551,316 551,316 000000000000000000127a299048537012afaa28a61fc624712b3130ee38ba13 1.26 MB 2,759 42
551,315 551,315 0000000000000000001a1d913f285a343349d81108df3307bdda151cf5bc3c0d 1.11 MB 2,440 18
551,314 551,314 0000000000000000002709495ef8747e159fc82c7ac166b2749370c327fbaa31 0.23 MB 431 22
551,313 551,313 00000000000000000011ab3bcc95d541a90ba0895ec922a0ff08c77c3acd86a7 0.64 MB 1,373 17
551,312 551,312 000000000000000000080bff419b508a5f40c57c8d7896be429787c4cfb1185a 0.97 MB 1,712 9
551,311 551,311 00000000000000000019074658e9f3bc859bfc6c5c1cfd682c1a778357363341 1.15 MB 2,515 30
551,310 551,310 000000000000000000223a6db5afd19547626f95abd52960a99a9264c8d056e8 0.34 MB 686 22
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,492.56 GB sent, 133.28 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.