Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,140 transactions (5.34 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: 27/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,276 (896,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,353 12,353 0000000028ce7d27673a4826bfe946c6e56d118e52121d177b029febe192199f 0.00 MB 1 0
12,352 12,352 00000000ccf503bb66d428c554eead26e2257720ba4ba71e5ab8505c0b682bec 0.00 MB 1 0
12,351 12,351 000000005e2bdf4f72c7d2a0ddfd533502bda3459ac1489b41590f36e0ad3e13 0.00 MB 1 0
12,350 12,350 0000000020e1e70a62798f804381c9af9ddc71446035bb8cb669391917dda782 0.00 MB 1 0
12,349 12,349 00000000ea04525dc35659d3a6e5226fe99c7a8168465f365643ee4483b6f6df 0.00 MB 1 0
12,348 12,348 0000000000bba4619c3a7f1df0c3e3a3d704e18b0f2451274472f58e4e091a33 0.00 MB 1 0
12,347 12,347 000000008d806e269593e11064e89772def05d622859624d591ff801512a3fe8 0.00 MB 1 0
12,346 12,346 00000000a08518aae9f8f95cc295d1331b937b12e1e885b44ed07d95f9a625e5 0.00 MB 1 0
12,345 12,345 00000000b8980ec1fe96bc1b4425788ddc88dd36699521a448ebca2020b38699 0.00 MB 1 0
12,344 12,344 0000000076876082384460fb5a231cc5a5e874b9762e15a4e7b1fc068f749cdf 0.00 MB 1 0
12,343 12,343 00000000c705a5e22295d8d9112005d223edb8c10464598a5b57ea81cd5d1fb1 0.00 MB 1 0
12,342 12,342 00000000c59d28d86791ff446d8170b88c498e28d6c97776d95a68b3d0f819c7 0.00 MB 1 0
12,341 12,341 00000000f35e373cc7655ff2a09f069d4ffba6b190f5f4eac88b2f80bf2372b0 0.00 MB 1 0
12,340 12,340 000000004b279d9ec40bfa130f69246c705f20279431635476aea0ed8bf0e7e3 0.00 MB 1 0
12,339 12,339 000000005dc16ac82869b578d0dd6b6ee53512f5c71535efc1888109cb93a835 0.00 MB 1 0
12,338 12,338 000000004c04ba8ae68cd36753d073cf9531ecdbf5103b3e22c8f004e91bcebf 0.00 MB 1 0
12,337 12,337 00000000e7b7488c3872ca8c2b359dff41073bf0f3bd84ab70b19b7a70a7e8ff 0.00 MB 1 0
12,336 12,336 00000000d9bfe23d080a018ed11d82101175f312b95e7bdd20692ce6911d5595 0.00 MB 1 0
12,335 12,335 00000000ab7569be9101d88c00324a58ee87032091eb8d754888e33a21595873 0.00 MB 1 0
12,334 12,334 00000000693f65fe5419dec4defa5204ff69ef274d6a7fc86c60b07e62e4eea9 0.00 MB 1 0
12,333 12,333 00000000bf0d7b892cab4bb32c81ab813d248cbc8f421f2981b2754f1af13dc9 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.43 GB sent, 108.32 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.