Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,804 transactions (1.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,843 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (879,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,353 31,353 0000000044cf2c1d4c9a003a04c1caf16e21106a46c6ab6033affe5ac6e19ad1 0.00 MB 1 0
31,352 31,352 00000000f9fc36c115afa27216d2ab4429955d737b1ce4f6442db5eb30e35f82 0.00 MB 1 0
31,351 31,351 00000000fbb7ea857602b89523f2a404e364ca2b04a763e64b4bf34e946294cf 0.00 MB 1 0
31,350 31,350 000000002dd9a769cdcbc21b5cf23845c97e5e1baa2b0d4f66816e2684bc783a 0.00 MB 1 0
31,349 31,349 000000004aae5c588e3c65a09f73fd8717d975be2f524424fa2e8ca95644dd7e 0.00 MB 1 0
31,348 31,348 0000000062b64c316c0208e3d6941cb60f5f3e745f63da4c91e92664aef39fb6 0.00 MB 1 0
31,347 31,347 00000000c27af5e2f5c4be8056c087a449757bde386a58b9265ae3fa0a09bc4f 0.00 MB 1 0
31,346 31,346 0000000015ee21eb8e9522834010d59392d9ef8df5ba4a6c241f27edf72773d1 0.00 MB 1 0
31,345 31,345 00000000ea58ef28e18c5a3b7a8fd037f94c308c9afdcf631383c6173e5d32c5 0.00 MB 1 0
31,344 31,344 000000002402bab776ef68e25f626f0a641f649a8603cd08b71176b33120fd35 0.00 MB 1 0
31,343 31,343 00000000343faa1443d21a7a2cb0cfbf535de0dd2c74552fc227bc8057f966ad 0.00 MB 1 0
31,342 31,342 00000000859a5649a6bfb28c3bd9a97c64dd2969277515a3b28012e541344e77 0.00 MB 1 0
31,341 31,341 000000001a0f3dd46c88adcd466714e7d2365a8fa74d45dd986c97acb8eed1ea 0.00 MB 1 0
31,340 31,340 0000000028a6640ddfb29234b59673c1129232ef8223fe4fa55ccd6860e29ca7 0.00 MB 1 0
31,339 31,339 000000003d5aa01f814c80dd45c2dad5a15900d9a399a4376fb91ddba5d0b46d 0.00 MB 1 0
31,338 31,338 00000000c7b05870e2cddcfae3514b0cdc3a5f02f5a2e15f4d8491979043c6af 0.00 MB 1 0
31,337 31,337 000000001c4c62aa3900d05a885bc4bc47c8ceba841f0eba5ce67721bbeb8fd4 0.00 MB 1 0
31,336 31,336 00000000b9596064a5cba7e84be0a0f3376f5c643268c2bb3759053058c5c75e 0.00 MB 1 0
31,335 31,335 00000000629dc1f9650c89edf6a28a06847a757eded1e6fc4aa27244b7cfcfe7 0.00 MB 1 0
31,334 31,334 000000003404b5e9690d6e60f5b9c110cabd86559d3cbc5873bccf671ca1a80b 0.00 MB 1 0
31,333 31,333 00000000e5f8db1a6477aff8b71820cf42635ece47a3a8e392630d7912bdf6dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.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,281.23 GB sent, 121.57 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.