Explorer IconExplorer

Memory Pool Memory Pool Refreshing

53 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,377 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 53 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,376 (878,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,485 30,485 00000000a5685a446402ef685c8765c248f4f3dd9d29c0debbe98be3dc238e00 0.00 MB 1 0
30,484 30,484 00000000ba8098499f4abef1bce62f1e20da8b2d60438e9b5a3e912481c0050d 0.00 MB 1 0
30,483 30,483 0000000001ee53105bb8e6b7a2454ea6c3ece516291b2a7af4efb92a3d51b573 0.00 MB 1 0
30,482 30,482 0000000037b0483a4626b78ba87ee6a2eeb1dbdbbf1144b24d0c7ab06b92e7bc 0.00 MB 1 0
30,481 30,481 0000000010c8a43f0d96eb7b040056535c23960aab1db1c461144ee77a30c6aa 0.00 MB 1 0
30,480 30,480 000000004d6e2a98d79a01348e9db03a3f344a5ef5f29bbd150a43a6f4a85423 0.00 MB 1 0
30,479 30,479 000000008d22f5c30c8c21bfe2bee73f7a48aa63c4b22578b28be8513b5999f8 0.00 MB 1 0
30,478 30,478 0000000026f91a3686e4b34dbdf57ee54c5e084c72c76f0112040e7acfb5a6ef 0.00 MB 1 0
30,477 30,477 000000007fad62110beab1a843f14257da077939a4c0bde7d4c18aec8b2cd23a 0.00 MB 1 0
30,476 30,476 000000003c632b2e18cacaf4b2cd099fa88692f833e4f049dc6e48e3ad3eefbf 0.00 MB 1 0
30,475 30,475 000000009b07c8321a6d9714dc8dda8bd6fefd8ebf887177bda660fc523d8e12 0.00 MB 1 0
30,474 30,474 000000003186ae27d8b7843176fa7b96545bb6c9b4bbab029c10a2929c76be5e 0.00 MB 1 0
30,473 30,473 000000001578d407b8fc0f9f938a7ece3ce884ab2af5e43d237f4730593c76f0 0.00 MB 1 0
30,472 30,472 00000000f5a57163f96c0ae7e32f1f69de39a6267d685d79adc48c6686383fc9 0.00 MB 1 0
30,471 30,471 000000004884f630121d6813138689f868b7a7d0d3e3d10ac303ae5b1261875f 0.00 MB 1 0
30,470 30,470 000000009cb958b7244f2468c75dc0a27168774a80f35f9d5c5fb5ef045fc0e1 0.00 MB 1 0
30,469 30,469 00000000344dafac4e8e7b28c3c3f2d9d51d56b8e62cbad5ca9e85b72fcccaae 0.00 MB 1 0
30,468 30,468 000000001dbd6eb518f30ee41d88e2c1fe2ebae7902fe8aca60ac5bcbc0be67b 0.00 MB 1 0
30,467 30,467 0000000036ce73c8fb24a73c755c0a1bec47e91a1b0daff7b75c20b5ec41f6ab 0.00 MB 1 0
30,466 30,466 00000000cbc2721ff10acd4dc818b50f54e7e7214c4986dcd9c3f13afa7a64ed 0.00 MB 1 0
30,465 30,465 000000003c2d1d3995651132e954b04dd2a143db8e32407779ef267385745448 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.24 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,069.23 GB sent, 109.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.