Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,259 transactions (5.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,295 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,931 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,294 (891,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,916 17,916 00000000e53a18f1b8fd25712820a9869a9cc7517fdb5cbbc1d7533e9adc74e3 0.00 MB 1 0
17,915 17,915 000000005876d51cf37f4950d31b17ed9b3b0277eb5e816dd521d8a26c87bb0f 0.00 MB 1 0
17,914 17,914 00000000e47cf6a1db6f8f53dc7a0518d26bf814bcd33c4edad2a3863210790d 0.00 MB 1 0
17,913 17,913 00000000f2a05d98fff52230f64d4f6bc4890dd8dcd293de279d179914bce1f3 0.00 MB 1 0
17,912 17,912 000000009658b66a824eb2eb407b31c12747c1ade8e1d26bdca934b38fb34453 0.00 MB 1 0
17,911 17,911 00000000b0f8cd509fb1cefd56920fde3cdca7e61d3c1f1eb7539763fb93f131 0.00 MB 1 0
17,910 17,910 000000007fa40f540a82f92f935b68d68707923a5825f57706ac8101a48bc6e3 0.00 MB 1 0
17,909 17,909 00000000ff5c1f269fa9b65a3425928e3ac41631a83d2f67f2af656b98c5d4e3 0.00 MB 1 0
17,908 17,908 000000003c838ccc839a047c312f1a0a42552a16ee67a08750e093ac5e2243c4 0.00 MB 1 0
17,907 17,907 000000005a77eaae9ab5754730737d127411d5484270afe64fdccfc45d6550b8 0.00 MB 1 0
17,906 17,906 00000000d4426350236f3a5e52fc4a41d0ab8ce99ca4fd3ac7d8c4bd58d33852 0.00 MB 1 0
17,905 17,905 00000000097157f643c1aa5612cdccdfa27282dcb773f28a5f802cb8a08ec872 0.00 MB 1 0
17,904 17,904 00000000551acc7db8eca612cfd9317edc8225003e82e72146ced74118cab6ff 0.00 MB 1 0
17,903 17,903 000000000a09737b45c54755ae4db633e311fc877cd5fea43e8ef13ada23bb83 0.00 MB 1 0
17,902 17,902 000000005a1b9af7c00934f72ff229fd29920c08566cfac9b208a29196742feb 0.00 MB 1 0
17,901 17,901 00000000b53894006fd4641e7cd138425683a351d10e4f1548722ea23d3b2fba 0.00 MB 1 0
17,900 17,900 000000007259f612c337bc4040dc9c8d4a55a30741850af81353b5dd2b9a1ef5 0.00 MB 1 0
17,899 17,899 00000000be435e2d5699fa4b7b8a26746e95d10beebb258b13310e96db283fb4 0.00 MB 1 0
17,898 17,898 0000000038c23f0bed4158d37119fc83cff4a33b2605295da5f97930686e8d44 0.00 MB 1 0
17,897 17,897 00000000dcaeb58971c1082ce36e11cb394c557ac4033fff071ab606b3e08118 0.00 MB 1 0
17,896 17,896 000000006e6588b74ff0b1eb46738dea72d67f98c12d772504eb8d0099171e8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.08 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,055.10 GB sent, 108.55 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.