Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,259 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,077 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (855,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,507 55,507 000000000bb0eceb8a4f40feb1a7346130c2286403a3d5813993862c123383ce 0.00 MB 1 0
55,506 55,506 000000000c23b7dae2ee34125a5a7395bae7b6f5d5d1f2b0784f26320f315e6a 0.00 MB 1 0
55,505 55,505 000000000e4d4e962c455537c784224dd6aaeacc17f3409f1d65a0e6d6d51357 0.00 MB 1 0
55,504 55,504 000000000c13a06b31ec4d97cc52327dc9f535439e561cf9e6c79663054e343a 0.00 MB 1 0
55,503 55,503 00000000042134592e4704429170a5960bbdf32e6adf2ea6a175b2fccfd97c38 0.00 MB 1 0
55,502 55,502 00000000016293cc86d0455e6b6cca7ee4b1b45c6e955edc809c74886d8b6e74 0.00 MB 1 0
55,501 55,501 00000000104bdee080904c54600aa8a80546cd67286602cae27db24fed269e0d 0.00 MB 1 0
55,500 55,500 000000000bd8c202d9861ce2a2010ee42b5ca387006b65c87e694c3dfa580033 0.00 MB 1 0
55,499 55,499 0000000008a310eb022a90a9bdb6929db6807efaee1e08b8f3ef6dbd71676a0b 0.00 MB 1 0
55,498 55,498 000000000a51a6c4b721ea421512a247605ed1f23b865f4b75321454a3af372c 0.00 MB 1 0
55,497 55,497 000000000f41ff0bfa780bbd7aa0f64444119dd23a9600aecbe0e361905f621e 0.00 MB 1 0
55,496 55,496 00000000132c59b2f6a2130916ae4abaca1b9f0580c2bdf5dc252f58b1c3b924 0.00 MB 1 0
55,495 55,495 0000000011f118836874d00e960c04c5e79ade225e440470d4803d5da6e963a5 0.00 MB 1 0
55,494 55,494 0000000005072d250977f8e11cd93a829b63e04fefdcb5f7f5fb3613acec4722 0.00 MB 1 0
55,493 55,493 00000000021820ce90108ec627709a5a8085609362130d4612fa346e5dfaf52c 0.00 MB 1 0
55,492 55,492 000000000fe9d91e41868822e56c134ca65b565645bda9b7ab617185ed55dd19 0.00 MB 1 0
55,491 55,491 000000000c84e2f5cd1a583439ffc70120b138de407ac75aee4d4b3ffdd70a0b 0.00 MB 1 0
55,490 55,490 00000000114f910cc2858ee7b29966d43c297d1c79e7368caeaf987bb5ec8b96 0.00 MB 1 0
55,489 55,489 000000000a78e35709b17f4e1df502ae38bac6fc8cf25f51ebef866709917ec9 0.00 MB 1 0
55,488 55,488 00000000070e8bba9b57dda506d2bb52bc4a2da65e81f0e581830be0eefc9240 0.00 MB 1 0
55,487 55,487 00000000005fb304dfc01f333bc90878f9f8c034d8686de3f2077fc9f80bdd1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.20 GB sent, 121.57 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.