Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

461 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,841 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,840 (133,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,586 778,586 00000000000000000002db7b083242b30fb0a47f28fc7b1d9d0bf628fc2617af 1.52 MB 1,376 8
778,585 778,585 0000000000000000000187959ac1ba8be0d14fb95699e9ee4c7e05a0764bbbb5 1.76 MB 2,026 22
778,584 778,584 00000000000000000000f536d60520befd3dc1d1583b5cb0e115530ea0806698 1.46 MB 2,872 30
778,583 778,583 000000000000000000007a7e481ae34a1a9dfc75ae476947a3aaf4be4c99d1ce 2.51 MB 941 8
778,582 778,582 000000000000000000002ece30270740e4c75e7e84dd97bab0a76104d0b00376 2.72 MB 309 4
778,581 778,581 00000000000000000006485b93ccbe76904b67c79391d4fbffc0e532888c8eea 1.87 MB 2,418 18
778,580 778,580 000000000000000000017ef8e21d6d82185a2d60525396e4d9f395333b5bf65c 1.96 MB 1,793 11
778,579 778,579 00000000000000000004e22f71d1da2dc989507f2b3193a2c9875563c5974434 2.04 MB 687 6
778,578 778,578 00000000000000000005d1fb3052462519b66896c8bfb2018aff8f76336b4236 1.92 MB 2,042 15
778,577 778,577 00000000000000000004af3be2103b1b0eee21eca1c9e841cdcce736e4695cc4 2.08 MB 1,472 5
778,576 778,576 000000000000000000043a2fea9fcc488e893634796d66f73bede6d719a70aae 2.75 MB 2,016 12
778,575 778,575 000000000000000000027d466b3692d064adf5fbe0eca1e1a035ef0ddb323f67 1.75 MB 2,822 24
778,574 778,574 0000000000000000000236181aa97d2dd8a7a3340c1a498de71d16ebc7d31f56 2.86 MB 1,839 10
778,573 778,573 000000000000000000063eee07a9f798c4ff9ac59e37c6aa947302c6e259e05e 2.13 MB 2,052 22
778,572 778,572 00000000000000000005404b257de0ebc98181f68ae654b5ba75337d0514d624 1.24 MB 1,070 15
778,571 778,571 00000000000000000005a3c90bdf90188a8e0e0f577852eb664de7adacd1c293 1.60 MB 2,583 23
778,570 778,570 0000000000000000000356e35d86aec2436395deefb808fcfd1747ad779bb408 1.14 MB 1,103 34
778,569 778,569 00000000000000000001bb5bf1dfe1856379a94a81f4775a15c7ca65e4da4d1d 1.63 MB 3,120 23
778,568 778,568 00000000000000000003ada68b7af4a8412673423ac2780b2d6c1fa95c24e929 2.25 MB 2,666 12
778,567 778,567 0000000000000000000646bc04aec0c7074e62ada2d466adc08400a302c84f49 1.59 MB 3,433 32
778,566 778,566 000000000000000000041b86e11c5ad8ee17c8b066c45828bdc7a1779aa35e46 3.58 MB 692 7
Previous 10 blocks ↓
Total Size: 776.80 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,468.55 GB sent, 132.52 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.