Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,807 transactions (3.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,937 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,402 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,936 (121,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,122 790,122 000000000000000000003a97cccf5035d2019b7bdd179b266fb34d0604e24edd 1.57 MB 3,568 60
790,121 790,121 00000000000000000001ac413b99026e6c261f3c48adf19e6ea3dca2bfa76252 1.77 MB 4,155 26
790,120 790,120 00000000000000000003e706a81cb9781deafeea6f21b7b19ecd48dca8537576 1.60 MB 3,150 67
790,119 790,119 000000000000000000011ae16a565fb8c2711fb2ba0c076a5bb7502ede71ac62 1.98 MB 5,630 21
790,118 790,118 0000000000000000000189dd05bedca9db6544558d9649743eaf89f359657cfa 1.66 MB 3,448 50
790,117 790,117 0000000000000000000500ca4452dbe2ca1c7bdaf6fbb9124e5b0e6155bc7116 1.94 MB 4,178 31
790,116 790,116 000000000000000000007d1209033d7bb13bb6f8cbbef4bd76dfaf0d76b2f250 1.74 MB 3,825 37
790,115 790,115 00000000000000000004ea30dad12515b2b42dbbd3bbee8172a3a9c269793673 1.80 MB 3,822 20
790,114 790,114 000000000000000000035754c30312bd22026d1846a42190a73b63db99ce8f76 1.73 MB 1,752 33
790,113 790,113 0000000000000000000125b93d7d79c807b713fedcbd240fd39391bb0f82568b 1.90 MB 5,243 23
790,112 790,112 00000000000000000004a95807868c841411503bff4f5e77eb1de342a8e88b58 1.46 MB 2,666 19
790,111 790,111 000000000000000000052b82e9c9f18a39b28c0522aa68c35eac553412dbc9b8 1.53 MB 3,198 42
790,110 790,110 00000000000000000004ecebe919aa5a18cca62590bf69dcd174be733080603f 1.73 MB 4,348 26
790,109 790,109 00000000000000000000b3518f2dfe92b030348f355830f1060a643767788886 1.64 MB 3,604 24
790,108 790,108 0000000000000000000544bf5bb6e71a70029d3b24c092a328c0bff8be583a7c 1.63 MB 3,241 40
790,107 790,107 0000000000000000000216b1429c9fc7d9a27296c1847992d413bd06aed8dd97 1.92 MB 3,559 26
790,106 790,106 00000000000000000003583ee6878fa43574c9746f6419bda86e5b4146c9cd8e 1.71 MB 3,429 35
790,105 790,105 000000000000000000057c4fa17128d880b076dd669e43ef65ad9a9d7d259fed 1.53 MB 3,229 48
790,104 790,104 00000000000000000004f62e123d27eaf176997421798801ce7ba8a7ae822cf5 1.81 MB 4,220 24
790,103 790,103 0000000000000000000464f685324e7910450514f07752f24cc1f29c71ac2789 1.69 MB 3,413 48
790,102 790,102 000000000000000000029f549ecec73a2ed6cecc91a2a83c291f823bffa45f6f 2.24 MB 4,693 22
Previous 10 blocks ↓
Total Size: 776.97 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,493.78 GB sent, 133.35 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.