Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,806 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (871,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,072 39,072 0000000028952f24f0022bf5e0448e4b9f22627de4489f08fed1ef43566fabc9 0.00 MB 1 0
39,071 39,071 000000004f7164ac7eab81e39f65f78a0749e544ef1b9436d114f3a337500cab 0.00 MB 1 0
39,070 39,070 0000000067634b320053d8f7dbd3215e7ea219d044acaa01dd7f820284354353 0.00 MB 1 0
39,069 39,069 000000003311f2e68aba0e6a317612758499ef49d1aa6526faaa3f211c4aa6e3 0.00 MB 1 0
39,068 39,068 0000000061b1e8d3293cae5b37be9f8a31ecf8ce59cac19941c1450a1506dd43 0.00 MB 1 0
39,067 39,067 0000000011feb66bac41f84e533d5f62385d0ea4c83f0b0a8c888af1559483e9 0.00 MB 3 0
39,066 39,066 00000000606ddfe34015fb711eb82ff1d7167b0e1ea4c0e06c4a950a2555eb45 0.00 MB 1 0
39,065 39,065 0000000050f02c5290b630558ac2c382ca596ee56c13a7a46965b6dee113a47d 0.00 MB 1 0
39,064 39,064 0000000024bf6ed380d0a95377d9fb6014696ef48405eb2dd0440632a4d1e107 0.00 MB 1 0
39,063 39,063 000000000758b4d166b0aa7c688d1fb136737861afd492b639da1e4f19805752 0.00 MB 1 0
39,062 39,062 000000007b8873cf09d6e8330d2c7d275582b4b4f42027641d48a50b9a78c507 0.00 MB 1 0
39,061 39,061 0000000067fa736e0d7c4e7bcbd8e034a47b8b8ec3a250ed5fbbd2c75cd84efe 0.00 MB 1 0
39,060 39,060 0000000049b2c5ebdca0f7538fac72b606dac965216e508684493b9ae1a25e5d 0.00 MB 1 0
39,059 39,059 000000004405f9acc89e89a2224481cbd8242f875b39ce1d48db70fc243a8a45 0.00 MB 1 0
39,058 39,058 0000000078964f466ede887575bf17f9931c424e20f565482502c375e78c977a 0.00 MB 1 0
39,057 39,057 00000000437275e0b943f7ecd25eccc8101ad7a28bdf2f9f4094ac3eb6b85c85 0.00 MB 1 0
39,056 39,056 00000000147496e8c1ee59b82f149a8c497b4bf21f936f04f2455f5a7b2420ca 0.00 MB 1 0
39,055 39,055 000000001c95b6ecc63617d049fe172f985465f9f03c51a68273adfe289d7a97 0.00 MB 1 0
39,054 39,054 000000003a72993646686b34649354e4574e0b255fceb321766ba40335c0e738 0.00 MB 1 0
39,053 39,053 000000003752278f2f3d729744f6e844eb7f419167c92b8083a852ecce5041e1 0.00 MB 1 0
39,052 39,052 000000001aba16a6945bee906375361a262698f80ff1554a650970028983e5cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.70 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.