Loading Tool

Explorer IconExplorer

Memory Pool

768 transactions (0.19 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.29/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,271 000000000000000000022b910000000000000000000000000000000000000000 705 0.00451824 BTC 0.18 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,270 (879,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,684 32,684 0000000097a19b8227fba5fd8a68ad456ec89336b544ae08e82dfa9918aab3a2 0.00 MB 1 0
32,683 32,683 00000000631cbe302979fafaff7f9e9a0191364b9c46bff380fc3f8a40b24507 0.00 MB 1 0
32,682 32,682 000000002696c44d56d99a6a235f29aacfe31d92d1754cd51875c26c0653c3b1 0.00 MB 1 0
32,681 32,681 000000009aaa75d157fe815d670ec219f1cad86b20c44f7764389a6d7f2d81df 0.00 MB 1 0
32,680 32,680 000000005fce160b2a68a1346d247b4f4fba2bfac6f2b1b2aaa26304886b827b 0.00 MB 1 0
32,679 32,679 0000000021e65bcbfc95b10d66067ed01d303fad1854d8982ec80ccb4487bb73 0.00 MB 1 0
32,678 32,678 000000006c32a672f69d48ca302b289d1b63100ea8ae817332a8634ab09973d5 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.76 GB
    • Received: 136.23 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.