Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,850 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,621 000000000000000000022b910000000000000000000000000000000000000000 ago 0.79 vMB 2,848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,620 (896,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,065 15,065 00000000d424eb4139f739e7da395b09809a55293f030cc42bcdae98507280ec 0.00 MB 1 0
15,064 15,064 0000000066ed51900e4d3138611dcbe772ee4d5ecfa6afad511a4d35d93f0c3c 0.00 MB 1 0
15,063 15,063 00000000ef65b7b114acd11b1fb3d09ae82521cca3220bf2f95a08cca702bffc 0.00 MB 1 0
15,062 15,062 00000000c5d79aab93938a6fc0200460d0935861fa610b5dd4b8d7352e14216f 0.00 MB 1 0
15,061 15,061 00000000b151742f077ccd79a6a3308a56616ff1f509c3d0b8533dda1be27969 0.00 MB 1 0
15,060 15,060 00000000b2d289c3d31a170d969ad90468e3943f1ab1a840cf5d6923266e1fe4 0.00 MB 1 0
15,059 15,059 00000000b179b05e40ad3e4f2233c884edb257c3eb4c1fc385c975c14cb4c2e5 0.00 MB 1 0
15,058 15,058 00000000efbc13247bd3e6565be74be1cd9054435837bc5a889dee3ac0f2e3f1 0.00 MB 1 0
15,057 15,057 00000000547dcabd075476f9e6fc812f998b0de5977d89e565a33543c3776420 0.00 MB 1 0
15,056 15,056 00000000da22c1858aacc7cdb1cd06fc7eec82e3b2e834b05351b5d646b47fe6 0.00 MB 1 0
15,055 15,055 000000004ad005690d98959b0e69171233d46048af4942cf7de0e26700f685a5 0.00 MB 1 0
15,054 15,054 00000000d0cdc4bd42301745b92148459a47d912d5b32a50542b4d18e9fa17df 0.00 MB 1 0
15,053 15,053 00000000f2c86121b8585177cf2ab5e6820ca2cd2af1eb31d07475ccd9264fe9 0.00 MB 1 0
15,052 15,052 00000000453ba51997471def75c70cfbbc632b51d91b30e261a24cba6b0f1b1b 0.00 MB 1 0
15,051 15,051 000000001d16b0138d57b7921d85588fe263ca5f59205c445ead09909add5be9 0.00 MB 1 0
15,050 15,050 000000000ef20527e0d02c619530d28ec0a8b419c766e8470df568de7729f933 0.00 MB 1 0
15,049 15,049 00000000afea799c693f62c0b79470a82408dfb70581ae25eee834daba29c753 0.00 MB 1 0
15,048 15,048 00000000a5f02b494d57da70f62350156d1bf1075b387e83d0bca1628dfb0efb 0.00 MB 1 0
15,047 15,047 000000007d3e674d6d827996e5d31e36b5995cc14f5a5ed4562adc5ef4175fa1 0.00 MB 1 0
15,046 15,046 000000009b9895bf7df7f2c85048b8354fd7a385553ad4eff2a4243dee76b959 0.00 MB 1 0
15,045 15,045 00000000d7cf2a5ac73b7f3364236a7b3bf8ea67c9a8e3079f21ac1c7251f60f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.38 GB

Node Information

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