Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,495 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,459 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,716 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (866,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,762 42,762 000000000b831993e20299aef58d4895d849e3c80a009b1db3073af662884dc0 0.00 MB 1 0
42,761 42,761 000000000b881539b4f1610f4c9c8f1f6c12a7bf004465db90429d31871a315a 0.00 MB 1 0
42,760 42,760 0000000028c9bf90b05c321ed2059b5fd6aa071df042bf8a327f85e780f8327c 0.00 MB 1 0
42,759 42,759 0000000035a13744f0a67fb0a4186376d809030d7c758c2c488bfd0962a9c418 0.00 MB 1 0
42,758 42,758 0000000039a12757d737f019692dda7df42dfd8a90631c911c3974c3f0ae5d8d 0.00 MB 1 0
42,757 42,757 000000001c2bd3dec6a2d9d9d79a6f784762dc64fe1af3db70b6503456055de9 0.00 MB 1 0
42,756 42,756 00000000036415775d5b1fe0a20010cf7b835cfd8a0ca74a978d7b767180c6ae 0.00 MB 1 0
42,755 42,755 0000000031f150a6519a0305279cdc08ae03fd091b0420dbe02349849cc34787 0.00 MB 1 0
42,754 42,754 000000003d8c06aa09b63f2cca78c8918bc8911c024a955e1ef32f1c6a13a500 0.00 MB 1 0
42,753 42,753 0000000029fbbabd48bfbd47b414bd27af44df90a0b5060d1ecce2ee23a9c1d0 0.00 MB 1 0
42,752 42,752 0000000011d20c8b642dd331642f9dd377e3dd3361353ecedb2c7ad697a07cf9 0.00 MB 1 0
42,751 42,751 00000000269f1d754dc2594282547aa82e074c0872a3bc2ac96a9c3bd5c9b92c 0.00 MB 1 0
42,750 42,750 0000000016abbde890d3323fb73f0b943394c6e1609d0a30cde2fecb3d018128 0.00 MB 1 0
42,749 42,749 000000001977b14baf0e9412b8baa99d6e6b1683f2b9668d8b36a7f8ac921942 0.00 MB 1 0
42,748 42,748 0000000023369beebad217b01ff9ee1703d07a9bd0b566c26007947e7ecf33da 0.00 MB 1 0
42,747 42,747 000000000038f5385a2b478e3f791d101a22f00b7d129b3475ecbbd4d66a262f 0.00 MB 1 0
42,746 42,746 0000000030e02124cddf74b574b9a440306f476d010d056b102d78238087ad36 0.00 MB 1 0
42,745 42,745 0000000013ce555571a64f2c599c142d9d0c93d947875c3ad519058ccb623296 0.00 MB 1 0
42,744 42,744 000000001d0acccadd0980e2b724f90895bb90194877a77f378bbc088d9e2959 0.00 MB 1 0
42,743 42,743 000000001aa5ddde7479b462c4a62e34f86eb76e40db8412bb24171861cfcb5e 0.00 MB 1 0
42,742 42,742 000000001230650e80e751a0200efd3dc2872100810977efae2db785ac788496 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.39 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,079.14 GB sent, 110.20 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.