Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,563 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,081 000000000000000000022cb30000000000000000000000000000000000000000 0.91 vMB 3,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (846,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,545 63,545 00000000062ca45df388762a4a7c22d225180349fcc88274ae4a66c5ba7b3043 0.00 MB 1 0
63,544 63,544 0000000002c8d779bf77731671cd920afc832c8d632bf2aaf11086225b4532d9 0.00 MB 2 0
63,543 63,543 0000000003e1be368bb3b8aef01eb232960ed4476f0c15f3e5a4744bdd23c465 0.00 MB 3 0
63,542 63,542 000000000ba13434da4a1d71c3c1f160f58c82ce6142999a944918f48db7b789 0.00 MB 1 0
63,541 63,541 0000000003b5bb571cf77af4a0e745d783d69ea2bfbc02ea99238ed30c37e0be 0.00 MB 1 0
63,540 63,540 000000000a9b4e1d8307e9f7d46d4640f124c90fbfff20c1ef55003ad4e3397e 0.00 MB 1 0
63,539 63,539 00000000001df731a0824b853dc1288e744e7321187c7219bf5c3b116d3b09f0 0.00 MB 1 0
63,538 63,538 000000000370874178906f9157fadd995c32710a47c477e814725be3c6bca007 0.00 MB 1 0
63,537 63,537 000000000ae8b7a30797a0514d0b7baa3b52f9b4b8b8cefeac85a6aa2ddd4e2b 0.00 MB 2 0
63,536 63,536 00000000094ea78a60b63565a3ce9530a50e51c4c295e80ac02abf98b4ab83e0 0.00 MB 1 0
63,535 63,535 0000000007aed5603ae014b9ccb6ce9e5c9c12cefb6c8df42aad64fe19082019 0.00 MB 1 0
63,534 63,534 0000000006f63da192e3c911dabf3c128ed609102e01445038015b48dce792d3 0.00 MB 2 0
63,533 63,533 0000000007eec51a90667ff8859d35af8ff9bff28f38697f0e572394e2250c63 0.00 MB 1 0
63,532 63,532 000000000276813bcf07bb3dd223e3ef8fb68ede3caabd01ee2f4a98ff151d0d 0.00 MB 1 0
63,531 63,531 00000000003a6c3df10bc9a6155957178cd1a9f572540afdc517e24b1f80ccc5 0.00 MB 1 0
63,530 63,530 0000000001ad1d70435592b7176fb99ff3c98fba04b99ab9c804be234b2fd8b6 0.00 MB 1 0
63,529 63,529 00000000019984eb69da09153799c230e57b0be429cf3dd4b00b88647f67982f 0.00 MB 1 0
63,528 63,528 0000000008886c03ffd6266d1f0094aa2bf02c3b1e146746164f79643e6ef627 0.00 MB 2 0
63,527 63,527 000000000c6fa6129da1360e752b8127e84e058c0560ec4bcdcc3db441706d21 0.00 MB 1 0
63,526 63,526 000000000a2a36d1cd8890f751213986ae155ee9f5cb2e051fbba8dacffd25f5 0.00 MB 1 0
63,525 63,525 00000000071840351202eb67adb1359bf99017ae92c033127ca1cbdd961cc132 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.55 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,187.70 GB sent, 116.20 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.