Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

568 transactions (0.19 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 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,143 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 549 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,142 (887,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,813 22,813 0000000095b81f6efa07b4d39ba6c0cbcb5fa34e268ba55e96c0ef03bb43dfdb 0.00 MB 1 0
22,812 22,812 000000005e066a025951e40b9c589d1a1aef1d3853a56cf8bbc602c67d4796ce 0.00 MB 1 0
22,811 22,811 00000000a2e3193a73267e91d0b29034e2760e979d6d2fde295fee5497285d0b 0.00 MB 1 0
22,810 22,810 00000000a695850d930646e21faff56b3feecfe9a8b0528d2505362f9226a015 0.00 MB 1 0
22,809 22,809 00000000de27abcc18d38512e14bd24a6f32b711e7db1bddb60cac0aa8d4c9ea 0.00 MB 1 0
22,808 22,808 000000004c6278e9f3efdbad50f163c4067ed17a82cbc9ee5c263f41eec5b30e 0.00 MB 1 0
22,807 22,807 000000008b082e248df2b4f6025de2b4cd4af4143d8174cfeba1ef2e32a02c87 0.00 MB 1 0
22,806 22,806 00000000353560bc4ef9b73eb42186fab4e2fe4853e53def76962c0a10f85c2a 0.00 MB 1 0
22,805 22,805 000000006a9f9f59f3f0260de5a08a8929e440ea88fd455486b20474a74bbcd2 0.00 MB 1 0
22,804 22,804 000000008661197bcddf4a978429ea31d4f2cb5bd24d9c00611dff6dba68838a 0.00 MB 1 0
22,803 22,803 00000000d9fb2358d3b9dc1407e9ddf41786b9253dc5e48f700eac1ee2a10a07 0.00 MB 1 0
22,802 22,802 00000000c70e02ddd1871d751e47bd573f2ae508ce63a4bbc5911be7a15583c9 0.00 MB 1 0
22,801 22,801 00000000f285ad1ed5631d50bc0923805bef9f199846d4612c47a4a9673422df 0.00 MB 1 0
22,800 22,800 00000000c57e7a0789ab7dfe15d6c9b7ffb668695df5a3574cb2773691da0bd0 0.00 MB 1 0
22,799 22,799 00000000d9a233e097c752ed4d5c2a39c03f85d5582c6164624cea614d83ff79 0.00 MB 1 0
22,798 22,798 00000000f25ebe619c2207cb50824dc8133ef4eace0183f7c9dc7250d949ff30 0.00 MB 1 0
22,797 22,797 0000000025cef525336aa6d201d84fd0ddf0110c44f5a768c5c542f60fbb770a 0.00 MB 1 0
22,796 22,796 00000000a59e503d14e7d46e9f033a5f331c08c63dec51e2288880b66b56e8ff 0.00 MB 1 0
22,795 22,795 000000006c2b09074887e40445130c1ec21ecdc2c6ea8fbef424caad6c40b8e8 0.00 MB 1 0
22,794 22,794 0000000044df2b6eebd36508082c0bb6ec00c96222d4c8ccce67eba85f1dc823 0.00 MB 1 0
22,793 22,793 00000000835ed8cb90d23bdb6c144e18ea0365e1f3c711bc777e66d95ed5b532 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.66 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,193.10 GB sent, 116.77 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.