Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

497 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 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
910,149 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 484 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,148 (884,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,735 25,735 00000000f1c1e27320c8b10f4b352cd59624e56da40bed917f0b08ba0bf7ae8e 0.00 MB 1 0
25,734 25,734 00000000fb5975650ee72e5b8f74f474591f8cc835b2b7521a7d034d8dde4156 0.00 MB 1 0
25,733 25,733 0000000092c4046ee749f859c90f375edbc5a387bb5f1a5f609a94092fa619ca 0.00 MB 1 0
25,732 25,732 00000000ed9576745bb2a185f8d52b93514a4ff5b6953ea5e57d76dbfab05892 0.00 MB 1 0
25,731 25,731 00000000744dad492c32c34b749da6d3e97e06032d67ccce2096df1a4af44e93 0.00 MB 1 0
25,730 25,730 0000000058a1b61b80cba061cb2b0a6049d2d4bc6c5f4b7720096047049825d5 0.00 MB 1 0
25,729 25,729 00000000d3c95bf2848dac50aa14e3399e726d1f678ca85202db7083dc1e075f 0.00 MB 1 0
25,728 25,728 0000000085abd1499e156bc80178dfcdd67562a968c7292f8e9e2af59cc22b00 0.00 MB 1 0
25,727 25,727 00000000bff62e1c259821ee6e450b5e68fab162fb55e68a001643142e4c1191 0.00 MB 1 0
25,726 25,726 000000003da7570b579b5c8ade35d0b65b1a2b4f30e1e959f1875da308201f97 0.00 MB 1 0
25,725 25,725 00000000f07f429816a64fee95e1804b8ff5f13f74204747a8da99c1551a9e16 0.00 MB 1 0
25,724 25,724 000000003d588c4328db1e3de25df5a6d58145856acd3f3d0f6e1523b996de34 0.00 MB 1 0
25,723 25,723 000000000c729d9cf63f868a30c9088118618a744c5883aab80999144ede617a 0.00 MB 1 0
25,722 25,722 00000000c60581b2d53bd34960a81b0d01ee16808909930e82e6d766652b3309 0.00 MB 1 0
25,721 25,721 00000000cc0fe8a9ccea6d840be84f4f0c1c8a51fea111ac0be7180932abcd4e 0.00 MB 1 0
25,720 25,720 0000000023a41f7103811ad4b87d6f08461c6a32d07e20688b3ee9ba09b27da5 0.00 MB 1 0
25,719 25,719 000000008ec667b5bb4fb76b6aaaa0eaffe907736bcd76c5296df5c28ea71efe 0.00 MB 1 0
25,718 25,718 0000000023481d8a5e9ae8edaf88a32815e3739ab11495af96aa59019eeab562 0.00 MB 1 0
25,717 25,717 0000000001e3fa7374ba5782c657b35e3120f33dc1f40e76e9251273c0496d00 0.00 MB 1 0
25,716 25,716 000000005c733af50837d73c9deab69a408b46a0c5675d133f701ca1f1fd5216 0.00 MB 1 0
25,715 25,715 00000000a71c20e6c5d07589a7301794cd91fcd27c83ff8163220f2baa04c9b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.33 GB sent, 116.82 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.