Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,883 transactions (2.35 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,299 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (830,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
78,997 78,997 000000000059e0de3a53e6895c61e661c574bedc67207348d948651e061f47d5 0.00 MB 1 0
78,996 78,996 00000000003e2e5f7386a50433694e317d307668e58482e4022c15025c92824a 0.00 MB 1 0
78,995 78,995 00000000000783b30c6686f4aa7c74d89b001820b468a0f956d0a58a79b75550 0.00 MB 2 0
78,994 78,994 000000000051d4053256c6317361bb1ce43be04ce774cec2db709fd9888f01f5 0.00 MB 1 0
78,993 78,993 000000000031e062e1e1edca0f87b8bc133f55aa4e8c16ba071f16f08c78cdb5 0.00 MB 1 0
78,992 78,992 00000000001c8b470d3c82038e497d8f4259d75f970b6edf96b6c9ea7bfd1d48 0.00 MB 5 0
78,991 78,991 000000000034d55759b6d71e56c7717b0ac1b656df0f83b3f45543b20e9c4e91 0.00 MB 2 0
78,990 78,990 00000000001957febebeff57b20a1899c3d5c619c1cb400fb0e56f4ad5e2a5a6 0.00 MB 1 0
78,989 78,989 0000000000105248c41fdff31393d756f781763aadd0c2a07aca4ac991189ad8 0.00 MB 2 0
78,988 78,988 00000000004199405d8528a52049f2f0312a8a6e17e22e94c1df3335f0eb8713 0.00 MB 1 0
78,987 78,987 00000000004be077f5c4407637c9722557f63f7aa4e9a6afa35178b25af30304 0.00 MB 3 0
78,986 78,986 00000000002c0d26f5f01b48d92acf9fcb131cdc943aad1c39dd30eac2452596 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,022.92 GB sent, 107.92 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.