Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,301 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (884,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,372 25,372 00000000d5c5a468f949ab0addc203e8052557b2a70759d260f28eca1b9a1010 0.00 MB 1 0
25,371 25,371 00000000fbb4f3ac615d7c6e69f48d2ecd017864bfa697a71fad8d292b5b6f74 0.00 MB 1 0
25,370 25,370 000000003ffbcfa5f9b42e41f9acf1a59bb39d8a9326d53b73b47a0fecc7808e 0.00 MB 1 0
25,369 25,369 00000000d5ebf583c743d32537fc7035d9d86ca48ad2afa9a79254b94ec917dc 0.00 MB 1 0
25,368 25,368 0000000053d45539b55a2c61b41bbfb89d1767f5b0f5797a9623e4ac50a2ca67 0.00 MB 1 0
25,367 25,367 0000000010bbfb3bfca11c8cbb8f8175761dc77e9f21a17445d61aadcb7e97a2 0.00 MB 1 0
25,366 25,366 000000008975b3192741b1b65025a4edc27646f974d2deb50a55546ce418b0e5 0.00 MB 1 0
25,365 25,365 000000000b216ebcf3f155d930c708f21078402718449d680410d86cb2cbff4d 0.00 MB 1 0
25,364 25,364 000000008efda029d6d89d36167e9a1eab35e4455c6389907340dc8e1ef45e35 0.00 MB 1 0
25,363 25,363 0000000064aebf83d44b558a5359e1e350be090879ee91aa463471207157b688 0.00 MB 1 0
25,362 25,362 000000000818a08285e83d7363e0e9d0869a122fc05c1be3971e2051aca7b934 0.00 MB 1 0
25,361 25,361 000000004952d6c06e1178b06a05ed3271efe9b457e15def1a397524049f95ea 0.00 MB 1 0
25,360 25,360 000000007e24e5943090247c98bb1acea6d991da76e6ca9960a770cff1d67d39 0.00 MB 1 0
25,359 25,359 00000000776983288c9c39f062998a00c3e6b849e9bf0c05b9e1d99edbcbedd2 0.00 MB 1 0
25,358 25,358 0000000061d605b4604e510a12cb5bd1bca08f16903df0b60b981a4f3c7b0d54 0.00 MB 1 0
25,357 25,357 000000007be73864fa4a7a45e89b75963a4dfe1b67c1ab79b8d3be2ef7fa84b7 0.00 MB 1 0
25,356 25,356 00000000c5c02ffc92f8d48023b3297fcd44dbbef7c87c1ca89a2eab967199c6 0.00 MB 1 0
25,355 25,355 00000000da9f6bbd43b6e743c875fcb171534ba8332593743164e24631c272ce 0.00 MB 1 0
25,354 25,354 00000000ecbccaffd9be9b4a74621571328b812d597cd36c85b9b43b3c6bc848 0.00 MB 1 0
25,353 25,353 00000000a2b19307e7296ddcdba069f10dce7c4a85f064dc96234014e94beacc 0.00 MB 1 0
25,352 25,352 00000000f3cc46ee5994a8ef16f0fa28678004f3b56cfae1f192936bd26a9ffb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.21 GB sent, 118.91 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.