Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,533 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,929 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,928 (847,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,891 62,891 0000000002de09370328df8f2028e315e37523799230f44cbdefc6d3bb06f3c9 0.00 MB 1 0
62,890 62,890 00000000001c4a18c5742e2b7850e54e7b7875174563bde5ad085e2e890c9224 0.00 MB 1 0
62,889 62,889 000000000b26863b9f180ec2fbbd3affe9672d9316f4e7fad6fcfbb86cc9fa97 0.00 MB 1 0
62,888 62,888 0000000008b89f18a3be39128ff5a5e48bc8a0179fa85e32bb0966b561ed5879 0.00 MB 1 0
62,887 62,887 00000000053e3292052511e9f5cf5e517f7f77332ec6b20e653bd4ea140a3ece 0.00 MB 1 0
62,886 62,886 0000000006ed594bc8a3413246ddb6555d0821de0e045c08a71d9ec98ab81d84 0.00 MB 1 0
62,885 62,885 00000000067776c26659201b6a9473fa916703e627c0d1a4e91b86ecfbdb1628 0.00 MB 2 0
62,884 62,884 000000000bfd5330ec064ce513bba469c857ebced40dd4c033b9ab14ef9bebea 0.00 MB 1 0
62,883 62,883 0000000009e662cff011fd79495be3125be5daed21ddfc7dcc8c7604e48a71c2 0.00 MB 3 0
62,882 62,882 000000000c9b13c5184fa071611c9417477f242fa48bd73195e8c65d9b10bcd2 0.00 MB 1 0
62,881 62,881 000000000660b046c8180e1120b5e76ab2902007bee5543f8585e949acd1c11a 0.00 MB 1 0
62,880 62,880 0000000004212a7844b45bd30fcf9b744a9ca455c56999ff57c3b8453abaaad3 0.00 MB 1 0
62,879 62,879 00000000023eee345f18ce8602c574a87701a2b613dbd257d35b762f759eab1d 0.00 MB 1 0
62,878 62,878 00000000083710fe3f8d9f37358e8e3241b4fc97eac268d38261aa28d79715fe 0.00 MB 1 0
62,877 62,877 000000000bcb7bf4e51de23aec7ed5893fa02851b9d0c119d4795c95ec64e9b6 0.00 MB 1 0
62,876 62,876 0000000002492c81bd92be91e5e8b9d966278d340b3cc748813c4eeb0ddff64f 0.00 MB 1 0
62,875 62,875 0000000005402326740672936742722eb39d084fd0c53b748459fa9c89fe7964 0.00 MB 1 0
62,874 62,874 0000000006606cc1c79b7a5cc162c43ea37b5d992d84eb790c942487119b8fe5 0.00 MB 1 0
62,873 62,873 000000000b68afcf84c519f9860c1fb6aaa00bfcc78bcad45d031610b5beb585 0.00 MB 1 0
62,872 62,872 00000000093ee66eb21aba5085733f9d9012fd2c74103776b2234e36b50c6d3b 0.00 MB 1 0
62,871 62,871 00000000088ebdc6aef7aaae06a68c021e3c7f0c0e44ced705fe34ed0867ddab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.27 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,173.36 GB sent, 114.73 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.