Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,219 transactions (1.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,590 (877,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,172 32,172 00000000ceca898f4835fee701ed533b067b044ca30c4b3340859de7cb226919 0.00 MB 1 0
32,171 32,171 00000000bfb85b6e0acdd36e6cc06b9278e8c991a821ffa0eba423742d7bd475 0.00 MB 1 0
32,170 32,170 000000003fcc8d9da50d5316e36086628f25b8539c07ac89220bc28db900a861 0.00 MB 1 0
32,169 32,169 00000000ffb62a7f74340a082d00f82dbfdcfbbdf1e0f2f5de0fbe9e91ac0a14 0.00 MB 1 0
32,168 32,168 00000000a1acdb0ab49092d4c2f8baff69a896de5dbcec800a8dc2b06d53a3f5 0.00 MB 1 0
32,167 32,167 00000000bad7d3675c034fa8aa8dd47cd749c6a9bd5c17ce739948fccf719a5d 0.00 MB 1 0
32,166 32,166 000000006f05af80595e3baa2c03863b9f3c466b7c956f5133ad7a13004f8cfe 0.00 MB 1 0
32,165 32,165 000000008dded307f6a7c5e7d1812e265305b70164d094ea145502b4b8710376 0.00 MB 1 0
32,164 32,164 00000000eecc30fedec774723853d0ff7718102877b0e1148109c73fb2f876bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.73 GB sent, 111.56 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.