Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,992 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,560 000000000000000000022b910000000000000000000000000000000000000000 ago 0.62 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,559 (12,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,445 899,445 0000000000000000000163af0286da56e17f648fd045110c8319b40b2f137770 1.34 MB 1,648 3
899,444 899,444 00000000000000000002302771ccff66459974de92d88e8cf55177bcf245c6a2 1.94 MB 2,077 1
899,443 899,443 00000000000000000000bd15e6e94f819bc7dce375961c5c741ed9a9460e2ac9 1.39 MB 1,138 2
899,442 899,442 000000000000000000011860be7b1e4cb9d68cf69574048ed7a3a59fabb1b9e1 1.65 MB 2,515 3
899,441 899,441 000000000000000000022351dea57466e3e8c7be4ce6532dcdcd4582047495ae 1.69 MB 1,781 5
899,440 899,440 000000000000000000009adf51e9dbf8e253be2b248cebc4dd063ede93bbc3f1 1.50 MB 2,567 1
899,439 899,439 000000000000000000011ff735adf259f875baa7504ea22219fcf77b9c86cfb8 1.54 MB 2,325 3
899,438 899,438 00000000000000000001f36d1822d25f41a1029e86b3bdfd7f4a4784e091341d 1.46 MB 2,052 4
899,437 899,437 000000000000000000015159fdaa418da8fcf0f034523606f7218fb86c3e2439 1.48 MB 2,496 4
899,436 899,436 000000000000000000002d76f0bb6f19e3b0dc52171bf4c390aeb50ffb255348 0.16 MB 431 1
899,435 899,435 00000000000000000001f680959044cba3ec83619b4505136c785562179ae57d 0.65 MB 948 1
899,434 899,434 000000000000000000022eb49b30ce7b17724ce0163bc9fcced200a6d562cc48 1.54 MB 1,799 3
899,433 899,433 00000000000000000001c861a6d5907e0d4df9850ebe2596f52858adb42a00ce 0.87 MB 1,581 3
899,432 899,432 00000000000000000000d9d40295c5b0a7a5ffef8d7c84bb5d2a56c94262d681 1.84 MB 2,532 2
899,431 899,431 000000000000000000005fef601fe5269a8b724eb73cc9485f76e172fb4ff380 1.30 MB 1,098 3
899,430 899,430 00000000000000000000389fc4b30b4d42e4872dc505134bdd503ba9e574500e 1.59 MB 3,605 5
899,429 899,429 00000000000000000001235bbbb754ba2474ceeeb01cfa47d3d02fd2cb4b0071 1.48 MB 5,164 7
899,428 899,428 00000000000000000001d67d4be28837464e00a1cf21199d29f0fee2c758b78b 1.04 MB 1,263 1
899,427 899,427 00000000000000000001acb1d3c558fe84560f2aaeea5983a0b2d2c5e986a976 1.34 MB 1,568 2
899,426 899,426 00000000000000000001ae13aa132f9148e8e45f7aa2d3d7d9f3b95488197f53 1.53 MB 3,253 4
899,425 899,425 0000000000000000000161c04ea57a644385cb942f70b66f1a29bcd117f147f5 0.35 MB 673 3
Previous 10 blocks ↓
Total Size: 776.27 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,414.46 GB sent, 130.00 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.