Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,463 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,209 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.93 vMB 2,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,208 (872,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,914 37,914 0000000010f3e08dcc456e4bf171f99a4b57bf68406bd04ec4f111eb9ca0d2e5 0.00 MB 1 0
37,913 37,913 000000005769033ca9b09a4a6ea60afd87fdd2a92a32f45fe4b1386456863228 0.00 MB 1 0
37,912 37,912 00000000321c4072b890b5ea75772a37bb6279a75d7dedc76757ff3b8d1b65c6 0.00 MB 1 0
37,911 37,911 000000000639d2373955bf33c2a52305f5cea0dc8c3658a493efc4e8ca7f1459 0.00 MB 1 0
37,910 37,910 00000000288d25762bac929859cce0a52deba596430eb4d1d4150eae4150bd4e 0.00 MB 1 0
37,909 37,909 000000006c0135878c2da6c46cf5874a1371b3ec0d8c90b13aaace9eb87337cb 0.00 MB 1 0
37,908 37,908 00000000b047568ec7a9e1d4eb55360c427d0618902a24f151c42064b14e5d8c 0.00 MB 1 0
37,907 37,907 000000000691d87c0252c6380c69f6cd6c72a2ed74bc7c63bf9c0362b506a4dd 0.00 MB 1 0
37,906 37,906 000000007a1d79b090ae15a9de7d9e4a418a5617f56b1e4ee3c8486c75913782 0.00 MB 1 0
37,905 37,905 000000001a3841137901606007cd45a7be60c395dafb393465945f40371e99e3 0.00 MB 1 0
37,904 37,904 000000006793fb120dee2bd2cf8c949f91855bdfab499d3ed51895688c010675 0.00 MB 1 0
37,903 37,903 000000007d47ce2f72e356a9499779a8ff58b0901b3089957bc69fc98b8e55da 0.00 MB 1 0
37,902 37,902 000000009718e8f3c19fdeaeca7c21c794da8f57ac9a60b57ce2c2d8252d31fe 0.00 MB 1 0
37,901 37,901 0000000007365671115ceaf206f0e23e0fa66509c9edbb1ebb8eee2f656c39ad 0.00 MB 1 0
37,900 37,900 0000000032be72cdb40c8091ed6c22da7299284569e905e4c372842b0cae02f4 0.00 MB 1 0
37,899 37,899 0000000066fb56022371e7fbf7ee3afdd4bcf519c03555020bd087ccc2a13f59 0.00 MB 1 0
37,898 37,898 0000000067b9ae0231c23eccc58c8aafde3f120856b98fc45312ba2038316c5a 0.00 MB 1 0
37,897 37,897 000000006850f30f2244d5401a456f91234b9224d807250f25198fd6f0cb6c8d 0.00 MB 1 0
37,896 37,896 00000000a3c44302cd47263f1ebe9fb88677a5e3b0409c48bb20f764e5e5be07 0.00 MB 1 0
37,895 37,895 000000009848bfbe8dfe90102cb0ca73f0a900bebc128602ecfe5cdf1d947003 0.00 MB 1 0
37,894 37,894 000000006f96971c309c4f76ce6c10413ed62482df0e709791c9ab2b31ea3807 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.78 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,195.96 GB sent, 117.48 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.