Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,080 transactions (3.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,868 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (875,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,593 34,593 00000000a21c3ee21dfd94da90b101514d57132f9f9bef7f7ce7383ac78ad00e 0.00 MB 1 0
34,592 34,592 0000000044d4a568fb3b95f34eaf7ca055c4babb02e2fd8849afd9c6daf19bba 0.00 MB 1 0
34,591 34,591 0000000008dd677b705aced13519afa244487cd9caaea5dd9777c73275354850 0.00 MB 1 0
34,590 34,590 00000000870066c3d9d819a8bea6368cee3f7870856b18f844457c5c36bff230 0.00 MB 1 0
34,589 34,589 00000000b9d7293ff164c56a3bb22a79b7c4dc59077f615589fea55cdaab91ce 0.00 MB 1 0
34,588 34,588 00000000a0aaee79596d53078927488a42d21d45e1ea6997167be56483e1c32d 0.00 MB 1 0
34,587 34,587 00000000b00227d80b30b0905f28b86bcb937e5b18931426a66246d47ccb55bb 0.00 MB 1 0
34,586 34,586 000000006b6dd93359ca780fab3de66ee899d2608d794c1705239f3cb32869a7 0.00 MB 1 0
34,585 34,585 00000000946120a603c552b1db1e6e19079792a57da02616a732aecbb48ed76a 0.00 MB 1 0
34,584 34,584 00000000451896bc92cd0061a9979d6c415ef2d80464059d74d66348d3524a73 0.00 MB 1 0
34,583 34,583 0000000019d33edd65be8b66048b6929b60311bd4e3f8163f07c894727c506a0 0.00 MB 1 0
34,582 34,582 000000005db9bed64dead1c4925634448e3c39c6f003154cfaa1d3637a59e271 0.00 MB 1 0
34,581 34,581 00000000840d44459b53b40d7bf80a616892b135b44aa86108ef36f4bf17beeb 0.00 MB 1 0
34,580 34,580 000000000605984fa47a2a00742304362a0b6b41cb0422e8b27d1b9314f6a812 0.00 MB 1 0
34,579 34,579 000000009972bf4eb2d4bf8dda1b91ebf824c59e323d911349a0f49f42e3fd3f 0.00 MB 1 0
34,578 34,578 000000006b19f941e4911d7f7e83d05b3db27b8411bb232403cb52bfb7df1496 0.00 MB 1 0
34,577 34,577 0000000031a1782efbb5fc6872f09db3bcf6e1bbcacbc07d3bfb7108d246b5ac 0.00 MB 1 0
34,576 34,576 000000001b5d938f78e15279ed31d5feb27908af056b276653b2f2f607099434 0.00 MB 1 0
34,575 34,575 000000002f552d5b244ede5ebcb5f5646c94e537a603b6d80cb60442359179d4 0.00 MB 1 0
34,574 34,574 00000000ac26fe11c29388ceeba10b8be6dc808f7a29ec7eabe3274ace061440 0.00 MB 1 0
34,573 34,573 00000000532be14766cdce9f042c153ca6cdc349ac5d236a629665e67d732978 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 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,185.23 GB sent, 115.49 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.