Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,414 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,350 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.87 vMB 2,410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,349 (845,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,490 63,490 000000000217364a4ec905ca53036c74b496063e4e5fd3868863742f3ef28048 0.00 MB 1 0
63,489 63,489 000000000995aff27950299ca6c384ec4921cda9ac7df62a852f171e5d89edcf 0.00 MB 1 0
63,488 63,488 0000000002aff72ad02650ecd9945eec248f7cf54ad5a84bd801fd7a00a1d15e 0.00 MB 2 0
63,487 63,487 0000000008c84a70500424dbef19502888bde110b300e223178c04691a094a91 0.00 MB 1 0
63,486 63,486 0000000006c05f5d8edc73eb6d47f03a165187c41ee6dee021d4899d0b370277 0.00 MB 1 0
63,485 63,485 0000000003a066d93c234c6eb80fc23a09682ec83238f57a59a5d44c73edbb26 0.00 MB 1 0
63,484 63,484 00000000078cf58e3bba82cd2e0295dde1c213993a27c45f8fe97c3881ae0968 0.00 MB 1 0
63,483 63,483 0000000008990855c633b0fad6b63b8da2b04b0fac3da86adf85627931e1cdeb 0.00 MB 1 0
63,482 63,482 000000000062ef966f89d4c3b6376dde970d2163890f6ec3148e07677c6883e2 0.00 MB 3 0
63,481 63,481 00000000029d6814d75a59acf985de36c1572d553ee82c5a4ce6eff6939b8dd5 0.00 MB 1 0
63,480 63,480 0000000000c13f3a7d9f633eac59b9b376bfab60a32fafb641dcfa7e3ba38039 0.00 MB 2 0
63,479 63,479 0000000004ab9432abb797659fbeff1bad93d5d8be2e38d0962178ec5f0e395c 0.00 MB 1 0
63,478 63,478 0000000002f041ecf525f5cad43fdaeeb713ca64d6e7661277d7e89c366cc83d 0.00 MB 1 0
63,477 63,477 0000000004eeebb79639f5beadccf6981e50cfbd20c81d726b6ff78b90186dda 0.00 MB 3 0
63,476 63,476 00000000063efbdd850ccfabf06c0ed95d462f0a67b2cb0d3f6c53d0e22e254d 0.00 MB 1 0
63,475 63,475 000000000399bd613a061b69becd7015cfd21f93a72966560fa875f16083309d 0.00 MB 1 0
63,474 63,474 000000000ab0bddda013f3aaba0a200a7ce68dc964a5ba4cde0ee9b57ebf2529 0.00 MB 2 0
63,473 63,473 000000000bc67e9a22e8c15c9f1d20099339ea02486d1d8d202b92a76d459354 0.00 MB 1 0
63,472 63,472 00000000085b7ee9e1f5ad979008643186e5de56633d36a1d2364b7835bb68ba 0.00 MB 1 0
63,471 63,471 000000000a7eb7631c31746058b93fefcaef21a86ab8d57f75114fa605add489 0.00 MB 1 0
63,470 63,470 0000000002a02a5d17165dd11429d023d31aa4b747fa8ddd424893948501ee9f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.19 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,068.08 GB sent, 109.09 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.