Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,429 transactions (0.51 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,595 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 1,412 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,594 (866,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
42,741 42,741 000000003daee52aa05c4b6a84a33691345bb66700bae60f52df7ac5f32313bc 0.00 MB 1 0
42,740 42,740 000000001e66c84f6e49e432276615dbacbe4d72e6d8f4d8de648d207924eed7 0.00 MB 1 0
42,739 42,739 000000002aa5067814fcbdb9b168422cebcca67d7da09a4eb3cc35e1bcc0d758 0.00 MB 1 0
42,738 42,738 000000000fe28329e8b8492d6110a8b0fd86b7e392af536714680276a926f34e 0.00 MB 1 0
42,737 42,737 000000000d2e7ebc4a16daadaffdffea9840a6e57f74ee2717b21e82648374bb 0.00 MB 1 0
42,736 42,736 00000000324adb3fefd0cdd8548d8f3bd5a9d0a36ecf6491ad870efcaccec426 0.00 MB 1 0
42,735 42,735 000000000d4d9e5054baaf14d865eda49cdfbc4956b11e5be9f6e2f021999a7a 0.00 MB 1 0
42,734 42,734 000000002dcbc19d1bb69e65ff8df576950e6c56f84f3d085272af749dca2994 0.00 MB 1 0
42,733 42,733 0000000020e70b7e3e2b465297c526e73a2e55a2b868f383e946eb95126cd607 0.00 MB 1 0
42,732 42,732 00000000338836c69e6d26a8d723a6f0ebd316b16b35401c2ba4457b74b2a06b 0.00 MB 1 0
42,731 42,731 0000000024efd94405359c625a8eb38e4c2d4dc434d4283172d370d6beee335e 0.00 MB 1 0
42,730 42,730 0000000002b8505bb788d550df2ca654f0ee5134897fa373ed587b315a166912 0.00 MB 1 0
42,729 42,729 000000000f0912d9174aa4eec64e5251b2983ffd94e735a73d4229970dc92e78 0.00 MB 1 0
42,728 42,728 0000000022457a6eca4ae5b046bf4cf81d886ac19dc5fb174ffa3faa52028694 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,096.83 GB sent, 111.59 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.