Loading Tool

Explorer IconExplorer

Memory Pool

2,050 transactions (0.76 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.36/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,431 000000000000000000022b910000000000000000000000000000000000000000 2,020 0.02024696 BTC 0.74 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,430 (871,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,097 41,097 000000002f958573d81baf20332ea9677e461e24fc4e71b314200fad4344b429 0.00 MB 1 0
41,096 41,096 00000000013a7631378b8c8148e76a76de95bf41277ff34af9cf892cacdb9ff1 0.00 MB 1 0
41,095 41,095 000000005059795125a764e666815754b6abff992bef3344aeca06c9ff57fc4e 0.00 MB 1 0
41,094 41,094 000000000d2532e5cf24087d3b1689ee15ad1f10b77dca488eb1e945d3169db4 0.00 MB 1 0
41,093 41,093 000000002b43b238f3c3e7028a1d6097627fb01da72757b4c02d5ebafa95a709 0.00 MB 1 0
41,092 41,092 000000002e87822b07976e81b9ad5e9d0140a59997714edd96bc547c1dad249c 0.00 MB 1 0
41,091 41,091 0000000029292300b39c296554944a3a7cda04b7387ec2518c5e50bfbbce21f0 0.00 MB 1 0
41,090 41,090 00000000042d408f88e445f679bd0f420bffb831f81083b5c26a5398b3bd8c85 0.00 MB 1 0
41,089 41,089 00000000140d04750c50865711161a6adfd9e58820f11d3899c8b8aa6a1faf55 0.00 MB 1 0
41,088 41,088 0000000010951f5db4ef77b754bcb03b0ce9fd6b19621d2540534072da1dfb45 0.00 MB 1 0
41,087 41,087 00000000407c515bcca341d436f1f3bd6a17ab62f81278edecd4d9f02314e77e 0.00 MB 1 0
41,086 41,086 000000003d3ca382fc0a12353a0f7483563c994e5e9c46781d0c165c8991796d 0.00 MB 1 0
41,085 41,085 00000000433e77712225f118390409ed14898dac3b9edd21d96b5f9f6eceeaa1 0.00 MB 1 0
41,084 41,084 0000000031475abe43a3c24d66fd23207dcdac1c5a8a89267786d2e09ddb2a86 0.00 MB 1 0
41,083 41,083 0000000014f3b59a5f505b92bdad808971eb819b2caf3bface25b706038d6009 0.00 MB 1 0
41,082 41,082 000000003a6ba4acf1945624084d8c1baa3bc3faa799dd7c2c8d3d65ca502938 0.00 MB 1 0
41,081 41,081 000000000df27ee89ec4f2e1cd82380a683264dc5853743e6af688086765fe53 0.00 MB 1 0
41,080 41,080 000000001dd06cefe94d7e87fccf85f737f7566b36ce344cff111fcbb767431a 0.00 MB 1 0
41,079 41,079 0000000058dca84e657b7a2485819d1ae74cce8fce673b8c132e143efad2ed73 0.00 MB 2 0
41,078 41,078 0000000013bd5d4802a17225968cdcb580163fcfd02354524c900f4f6bd94e82 0.00 MB 1 0
41,077 41,077 00000000123967abb2b93ca85b0432014688a3e4f1986b6f99f0ba647ad28251 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,553.14 GB
    • Received: 137.52 GB
  • Uptime:

Notes

  • 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.