Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,964 transactions (4.24 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: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (830,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,018 79,018 000000000057af10a6a161ed7e40198374c8236fdccdcc64d24c1b5291c05d7d 0.00 MB 1 0
79,017 79,017 00000000003e70bc91342461ce1f81a2131fc017b48509b4aa8157710fab544a 0.00 MB 2 0
79,016 79,016 0000000000399c7b9fd8196d6b1016667fc6306313ef7b3ac71c657cd3540644 0.00 MB 2 0
79,015 79,015 00000000003d758e9ec386c386671951d8ce418a2c8e1f0b2ce3d9c917b13d18 0.00 MB 1 0
79,014 79,014 000000000041efd8c9f52f81826c7776097a4932251c637f852415251367c99f 0.00 MB 1 0
79,013 79,013 00000000004cffc0ea6e59a5672a2601d069b0b3ffd54016cb6365be71975595 0.00 MB 3 0
79,012 79,012 000000000026f9307e3afa2c083036447d358c426cccbb22dea89c59a84036d9 0.00 MB 2 0
79,011 79,011 0000000000134297eeb556a2d31f8a3c25f859b2f4d1efd510e94a966ab14b31 0.00 MB 1 0
79,010 79,010 0000000000362849d528e28986526f086fd745e267addcca7ea1763308850c03 0.00 MB 1 0
79,009 79,009 00000000002505f52432375d5585c4e84364cebad7f04c804b864acbaddea2f9 0.00 MB 4 0
79,008 79,008 00000000000ff43ca7217c9fba5e44cbb0b97b0c10cdd973df85c74bbba8d8ca 0.00 MB 1 0
79,007 79,007 000000000049ba892f80ac57e1d8fecd70576b1167c63ac12d7761ccbeeff28b 0.00 MB 1 0
79,006 79,006 00000000005b164936cb4bf3c8839dd81cdcc33ee9303b0ae90a2b149635a713 0.00 MB 3 0
79,005 79,005 0000000000571ec9869490b3cd0a9096df5ca0355eb002b8674aeebe030d979d 0.00 MB 1 0
79,004 79,004 00000000004d6be68b76f455705382e87d7f5bd68a8ab58eb344e11f771054da 0.00 MB 7 0
79,003 79,003 00000000002a6533209c75a84fd93be39d776325863ac1cb531f4cb5c0ba6b5c 0.00 MB 1 0
79,002 79,002 000000000025fce752c60f3190168655ecd788d4e982ea3eb2e5e44bd539bc13 0.00 MB 1 0
79,001 79,001 000000000051ced52357e98def2d8f40f3e9fd712c741deb9288fc5ac62b522c 0.00 MB 2 0
79,000 79,000 00000000002703587a4eb2b2b5595749f632ed78b3ef12fb1f5fcd3adcc61620 0.00 MB 1 0
78,999 78,999 0000000000261983852e7d8ceb38396294eb7079f1dcbc1aa01239673e6c7664 0.00 MB 2 0
78,998 78,998 00000000002026bfb4460c5aaebc4c482357d84cded4b54bb0be7d22ba768061 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.31 GB sent, 108.31 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.