Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,025 transactions (5.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,880 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (849,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,750 59,750 0000000008d221b045bd74f9bffb73b529099c1803349483478740f238d597d6 0.00 MB 2 0
59,749 59,749 0000000003e45e59c60549221c14924469cea1eac842f157ded851c22e0880b2 0.00 MB 1 0
59,748 59,748 0000000000ecd6125773338997e818712da585839eacf5390f855052dc39cd94 0.00 MB 1 0
59,747 59,747 00000000009ef3fa4b18dbb24373315626e2960cbc5f45fd138f61d3ad611adc 0.00 MB 2 0
59,746 59,746 000000000b6b6710b6a9c6724c6362ca504cc4e78cfd8f199ad886b552fbd128 0.00 MB 1 0
59,745 59,745 000000000cb7e13754de9c1c9948880a0fc4a99d10b95c58e6a99954e849d899 0.00 MB 2 0
59,744 59,744 0000000004f72412329fcbff544412af5e894d37840f67913b0aa720f6ab8d81 0.00 MB 1 0
59,743 59,743 000000000b0ef258be39f2eaf30f28bdfe9c0104fc098d54bc250a37d1eb414f 0.00 MB 1 0
59,742 59,742 000000000cf725e9a11446753499ec8a5c7da9e53e1c0f0bb8c6d7778217cf4d 0.00 MB 1 0
59,741 59,741 0000000009d9a23f6bed8e5f66aa052fad55614bb7204241bb7bb698cc121a42 0.00 MB 1 0
59,740 59,740 0000000009864c5b227655da278150165899502cc89b4cb9420241d4c03e1061 0.00 MB 1 0
59,739 59,739 0000000006614a47432284739d706aac4ed20e34e2ae0467a6e19ecff503f9a8 0.00 MB 1 0
59,738 59,738 0000000008869a1e4000c25c171adffb65ae07e30b04491bbe30f03c721f242a 0.00 MB 1 0
59,737 59,737 00000000006394451e890978b8abadd9b0e8044f7e8dcd2e2f81b5b11c61be69 0.00 MB 1 0
59,736 59,736 0000000007360b40d5f9cdc23e1398f1c2db9de11bf87230465674abda32e224 0.00 MB 1 0
59,735 59,735 00000000077eade11888ae6b4337d4afde94f7737e149a46218c8742bc67cee4 0.00 MB 1 0
59,734 59,734 00000000015af55865c981cb8964482dcd33ae182dc21c3843204bda4b0dcf05 0.00 MB 1 0
59,733 59,733 000000000e627e46143b0f6cb2caa36185b119f0efc02939dee2e315b4aac33c 0.00 MB 1 0
59,732 59,732 000000000910aa79a36652cfafefbb85de439593e9bdbf9ff05a72c998a50cc1 0.00 MB 1 0
59,731 59,731 000000000b1cd0078fe63dfd6f10439470a37329bdcd4b6b0d5cc845fa5403a4 0.00 MB 1 0
59,730 59,730 000000000510b8b3ca8936461203e0aee8612c13380b4d85b320bf018ee24f07 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.67 GB sent, 108.33 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.