Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,331 transactions (4.07 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,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,096 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (848,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,591 61,591 000000000b8e03dc00a1ce501b56333c491e01ab95bc9ae7d845cfd6478396e6 0.00 MB 4 0
61,590 61,590 0000000004c6c15e26ff0d56fef23971a6be63d9fe99fedba8d3b1b6c790564a 0.00 MB 2 0
61,589 61,589 000000000811b28a6889ca78f8eca63200e183065849fd594a5aeaea046d9cdf 0.00 MB 1 0
61,588 61,588 000000000996d0707d70b697cba00a072e5130f1fda0f931388b6d5de7233391 0.00 MB 2 0
61,587 61,587 000000000342472e477f08260f82544eea6385da1486d1e5a8fdf58b0d9305e8 0.00 MB 4 0
61,586 61,586 00000000042d508f5aab3865f74b98b70737c1406cb11170004df010b53a05f8 0.00 MB 1 0
61,585 61,585 00000000020cccb5e1c788a5a80cfcfbb7779bd75582e676e2d86c6136a2155e 0.00 MB 2 0
61,584 61,584 00000000001c51cc8180d9ebd1c0f3cb372efae3535a25d2ac474e3466e51a9a 0.00 MB 1 0
61,583 61,583 000000000c8c227dbb9167ea5fd58bcaa52cefc28ac7fde8e10ca363d49d2d32 0.00 MB 1 0
61,582 61,582 000000000d20d0d2cfc43a3adee687af6e875ab48fb3c257abf4f00918f57c03 0.00 MB 1 0
61,581 61,581 00000000010af8c2ee963d764c14ec98ab3b7d75555095913b4fbfa7968fdd32 0.00 MB 1 0
61,580 61,580 000000000c319b88ed5e97e957df2cb1bb1dc85d9fee14c08bfeac1bf8dad2dd 0.00 MB 3 0
61,579 61,579 0000000003d5eb609f18ecd5f067cb6e66d285c69f7ac9053f85877b753d312e 0.00 MB 1 0
61,578 61,578 00000000015313446480eb1c2e644cce2363b3ea8c6895ae7cd144db3e2886ab 0.00 MB 1 0
61,577 61,577 00000000080865dab5189312d88ec7b1cd6e256ed13d2ab5a410362ddbe40a1c 0.00 MB 1 0
61,576 61,576 000000000554d1954d336f11dc99a005574ac132160db6c3bb046cbc9f151f69 0.00 MB 1 0
61,575 61,575 0000000008d52e41bee6d81e6df41d1bac6f6aa06fc96f72def6677b3c9e6c74 0.00 MB 1 0
61,574 61,574 000000000289822cf4702014db2dd0e69647261710407f89e67a229e9f3149fd 0.00 MB 1 0
61,573 61,573 0000000004a7f6665d0e37055f8523e2c1717f8206c4e56c918644bbac063d5b 0.00 MB 1 0
61,572 61,572 0000000007242ce7c42020fdf9acee07943fc0f446f0ff80ab8af37c5b21b17a 0.00 MB 1 0
61,571 61,571 00000000018a5a0b917a1e641b4ad3839343fc09ad26471cda17d69fb6d17aca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

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