Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,272 000000000000000000022b910000000000000000000000000000000000000000 3,160 0.03329189 BTC 0.96 vMB 2.18
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,271 (879,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,705 32,705 000000006da4f699e7c43ee6a57fbdb86646bab3c01b1e59100da154e708b067 0.00 MB 1 0
32,704 32,704 00000000cddab37b616fe8b5079426f0854c61837aef122a3da5670dfd764556 0.00 MB 1 0
32,703 32,703 000000004d9034f6122de6f12fa456ab50a806989c570dfd7fa1003b76687760 0.00 MB 1 0
32,702 32,702 0000000026e9fc2a1ebc00d37f844228d59ae162fbdb6217c0963f267bb38c53 0.00 MB 1 0
32,701 32,701 00000000c6f75cf71d2e10c1c25e4066a9cedb384c6888fa1d09613e91cd7566 0.00 MB 1 0
32,700 32,700 00000000886000a7d903955ac999e9fcc0805b25e80ee7006c7d89dac111724f 0.00 MB 1 0
32,699 32,699 000000005d4ad0c6bded3f33ecb8fc24168426e4cd1447bf475b7d37d9fbc543 0.00 MB 1 0
32,698 32,698 00000000b720b512f4a49db6cd080b06c9bc041757178aab05c86de38882b4b8 0.00 MB 1 0
32,697 32,697 000000005265e6163942edb04fd6cc2e7339777ff7bf4fb7c0aa5a14a173d6c7 0.00 MB 1 0
32,696 32,696 00000000517b82f3b7115912eb37ed0d46fb5031ad9a32b71f50ecd4419fab67 0.00 MB 1 0
32,695 32,695 0000000062eaf575cbc2e1257df59159be13bfde39ebb96e1c84f1173913205a 0.00 MB 1 0
32,694 32,694 0000000003d00d189ff742075c152779df98838d40b9de3a5ca2de74644acf04 0.00 MB 1 0
32,693 32,693 000000005300952abe7f9d24851abe6bb0325f7409b9808fc17686d2cbcb5918 0.00 MB 1 0
32,692 32,692 00000000a461a2429a8eab352897aca16be152fb1c9243c8529c4b0d6b1270ad 0.00 MB 1 0
32,691 32,691 00000000768abb3ae78f9ee42b30186ff24eebf64c7b0e6c48bc657019d09df1 0.00 MB 1 0
32,690 32,690 000000004003a8740b092bdaa0feda30c4fce37b03dd0304ab5c58a447d7091a 0.00 MB 1 0
32,689 32,689 00000000c2688e8b03b57cab563d9abd83dcebf3826398c64c4cbb73462017a3 0.00 MB 1 0
32,688 32,688 0000000067c0c6c32741edd27e295e6c06fb2a22b410debb9f79c4ab4f90bf1f 0.00 MB 1 0
32,687 32,687 0000000087e7e78f5dc28eb5db4365d65f25299aa6f0566a8762311a4f6cd50f 0.00 MB 1 0
32,686 32,686 000000008cac0a44765cadf9915569cc9710b9d4e7e4c77d7baec2beb6569add 0.00 MB 1 0
32,685 32,685 000000005cac80c049d72ab9fc87c8bddca499dc16965d7235ced92678264f3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.58 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,539.86 GB
    • Received: 136.24 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.