Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,476 transactions (0.74 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.73 vMB 2,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (884,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,714 25,714 000000000318f3020d7b45159ec456af2f4dccc8b3c775fc76c911a9b6aa1ef1 0.00 MB 1 0
25,713 25,713 00000000351ec898ad70ce1c433d614083d210dc3fe3744fff174a58bb5d2009 0.00 MB 1 0
25,712 25,712 000000006fc823ed81a1aa84ad7af1675652a3a9fb7043f5303cdd8e52b08da2 0.00 MB 1 0
25,711 25,711 0000000003ce99840498a8e51ff521ee23d67205d4c4d117cd88902ed78f0827 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.15 GB sent, 116.60 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.