Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,416 transactions (4.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,553 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (877,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,193 32,193 00000000e100fd7c92c219489b1ccc616be09b4b78c8d1c04978fb89c88c0d6e 0.00 MB 1 0
32,192 32,192 000000003cff43b1cc5b639ca0337995aa5bfbea81bbf51cc57fd06804a67d3f 0.00 MB 1 0
32,191 32,191 00000000828f5cc26cd2f64716fe4413ef72d4caabb4ef33ad2a28019299dd25 0.00 MB 1 0
32,190 32,190 00000000a95955c617a4e7369af86f11acf647079317569e04976059218a5972 0.00 MB 1 0
32,189 32,189 00000000a8ef90070e9c7def58556a0a10493809e1859f1668c5eec5fa78302b 0.00 MB 1 0
32,188 32,188 00000000dbd502e0249d90f51efd1c187a7e736735ca92ab9cf8edccccc0b8aa 0.00 MB 1 0
32,187 32,187 0000000095e417ba5efb008a013db765384024c5dc1a0f5a6db19d91f7253619 0.00 MB 1 0
32,186 32,186 00000000893e2889228c9295917051d50dc1cb9e91a1b036c7caab5166c1a9f1 0.00 MB 1 0
32,185 32,185 00000000d15620ca1beda96df08b65f4ef92971ec5a06b43744e54784af0192d 0.00 MB 1 0
32,184 32,184 000000001ccb0943904d9211153850aafbc933eec8d6f6d2f19031228f501f4d 0.00 MB 1 0
32,183 32,183 00000000ebe5ade2a8b1c5b18ccd83bd484a66512a4de3f09cd4c0623ee32c52 0.00 MB 1 0
32,182 32,182 000000005972936693f790bcfea9a727559f5e8b8ee854ef5cbeb9bf96b90aee 0.00 MB 1 0
32,181 32,181 00000000c58b155fe86cfd2b65b8a645ed04565fc72c41ddf46299f9c7fc95de 0.00 MB 1 0
32,180 32,180 0000000009eb5d05c0129de103ec365f1794084cacdf046651218fbc4b8836d9 0.00 MB 1 0
32,179 32,179 00000000187ddf6d3b2818a6c8867e1a618caeab9ead660e2a9ec7ad073ad6cf 0.00 MB 1 0
32,178 32,178 00000000be805cd4aae8cf8c150804ff02ad8e321606f309dad8bad73a55a1fe 0.00 MB 1 0
32,177 32,177 000000009b4a47f219f6c8248af26464a67873154469c98acd77580ccd6fe136 0.00 MB 1 0
32,176 32,176 00000000c4a182c64296f743852615f8cce355a0e7e1f1839e82183717d59ecf 0.00 MB 1 0
32,175 32,175 00000000b42c8a63e3b7be8fe8964d131d48ea87048c7359fc36703ca0045de7 0.00 MB 1 0
32,174 32,174 000000003cb186a91ce01de35387f9a92e3407a5c79cb7453a78184f7c18d158 0.00 MB 1 0
32,173 32,173 00000000bd9b400816e4b7b871dd186f3318503946313972c1198e7d7cb668a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 GB

Node Information

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