Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,836 transactions (0.88 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
911,799 000000000000000000022b910000000000000000000000000000000000000000 0.87 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,798 (880,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,225 31,225 00000000fc33549031fb62a19c9b0d5470b82e498ef9f09bcb32958435d48802 0.00 MB 1 0
31,224 31,224 000000001cfb7eaa1d093da6e88692a2024ce59be5da886d671f6bca11eb8487 0.00 MB 1 0
31,223 31,223 00000000ef75b49c9d7467827c03c203a59d01cb3e5b5643538018262d0654da 0.00 MB 1 0
31,222 31,222 00000000765aa7a59f7fadf76e2a39dc642ad7a459eeec0a7753445cf36c60fc 0.00 MB 1 0
31,221 31,221 0000000098aab58e73b26a25491d360b0c8aea3d74b85ae6bb7d206970ed1215 0.00 MB 1 0
31,220 31,220 00000000c44a19842350740b60eccc4cbc106cafcc53988406efaadaa5da4278 0.00 MB 1 0
31,219 31,219 00000000c93821aa1c56e42824fd544bc77d3c9c4500b78785841bbdeaed008e 0.00 MB 1 0
31,218 31,218 0000000054eec893fd1d5708bd0d7aaf3f1965cd9b8967d6653fc6ac57f13c72 0.00 MB 1 0
31,217 31,217 000000006e2e3c645b4580aeae725ed26bbafdff0e10141d3fafe6ebd50de4c8 0.00 MB 1 0
31,216 31,216 00000000d40dbb91c98d3c85e8be21c6d3a6e7b5c6d084b390e40d9841688a6e 0.00 MB 1 0
31,215 31,215 00000000bcc1208bf615c9b8e5182226a3be4a10bcc3114ee2343033d4cb6d05 0.00 MB 1 0
31,214 31,214 0000000045629031bc15df2a3c5d217215dc58bba43e6dd2f0eb36d56cff50ae 0.00 MB 1 0
31,213 31,213 00000000da325c7f41d44468e28046ecaf39cb821f781f81ff0cf2a9c6c3bf68 0.00 MB 1 0
31,212 31,212 000000000713ab6234b3e4dedc6d1a8b852fd08b2ec20c1b7b540dc9ca7453e5 0.00 MB 1 0
31,211 31,211 00000000b058d5d25c727eb3daa8b3608d0f585d9075c658270cab606a0dc011 0.00 MB 1 0
31,210 31,210 00000000347a853a645765c558172d3ab564c8b3068a0d7491613a8a26de38cd 0.00 MB 1 0
31,209 31,209 00000000fcaf530b4d4d451a57539adb18936ac6d17463a1ceabe1f56872347c 0.00 MB 1 0
31,208 31,208 00000000d20b13fb52ebf5fe6d69eb562ccbdb762b8ec885f3712c2d0cce0840 0.00 MB 1 0
31,207 31,207 000000006c7ebbd68bda1e13c59e48e2cd89ebd2c61ea679d33ad82a263266d9 0.00 MB 1 0
31,206 31,206 00000000deace42510db01ed7ecd736f2a2126838f0784f305cbc813c8ccdb81 0.00 MB 1 0
31,205 31,205 0000000066bb79c8d99e3b93aac7d4a447275fe08466be31ea97d1129c4b9645 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.72 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,445.24 GB sent, 132.13 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.