Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

762 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,891 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 744 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,890 (376,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,411 535,411 0000000000000000002e711391098170ddfd31fc94a5d72c11ccbd4b21f4649e 1.18 MB 2,467 18
535,410 535,410 0000000000000000000786a519b040b817fd04b70733b9f504477cc3f0e1b474 1.16 MB 2,733 19
535,409 535,409 00000000000000000002d6e4843c9af051ba60ecc2696ba371c9626aa2b26aa9 0.36 MB 786 15
535,408 535,408 00000000000000000012f9c29d49ab0fba21f66b250fc34f11bdd5e8eae6caac 0.98 MB 1,830 16
535,407 535,407 0000000000000000000f1243c8c3a64d58409dff58f350af0e56726698cb20b0 0.55 MB 965 17
535,406 535,406 00000000000000000006ef92e00727d12aaf6c83f47b81eabca1ceaacab9e485 0.60 MB 1,239 11
535,405 535,405 0000000000000000002c8be67d054f235533d4fa759d054fc442abea84f1bc31 0.66 MB 1,230 23
535,404 535,404 0000000000000000002f158973043afdfe80451fbfc565d37379cf1e7f59eb3b 0.05 MB 100 14
535,403 535,403 00000000000000000013a26687aededd119cdc74582daa0426d0cc99b225755d 0.66 MB 1,426 12
535,402 535,402 00000000000000000024c8ad41d8e8961cf4541d18cb635a551abc8fe71104ff 0.70 MB 1,480 18
535,401 535,401 00000000000000000015ac90c64ee7953128847ded85a508b5c67fe65873bdd8 0.17 MB 491 12
535,400 535,400 0000000000000000000eeb96795b3c0d82ef4d3f30b3f0ca35bf8233d3fdce01 0.20 MB 425 13
535,399 535,399 0000000000000000000ea9162b35908b03ad05d941bdc114bd3c5c931d4b30e6 0.23 MB 610 16
535,398 535,398 0000000000000000000c8d482d0c4ce06a1c4724fb812b3dd0b890e65d720c26 0.69 MB 1,570 15
535,397 535,397 0000000000000000000a28c28d72ab6a36135deceab3eaaf771a54f7915c0c85 0.55 MB 816 20
535,396 535,396 00000000000000000013819f5594ee61fbcfe5599df7b779af3d3abc541a85af 1.18 MB 2,602 9
535,395 535,395 000000000000000000020f8ced556110852a2f5af9f832a65394483278295fd3 1.08 MB 2,350 17
535,394 535,394 0000000000000000002a7eb584196893d291481dd6193634b5d658850a951a54 0.43 MB 620 8
535,393 535,393 0000000000000000000f45897fe7ca3e82c3493c9e42423247fc233e609673b0 0.62 MB 1,156 12
535,392 535,392 00000000000000000008f4fcc80aac58fa68644eb38f5aae46ff6390fa3cca65 0.14 MB 382 11
535,391 535,391 0000000000000000000261bd6673a257f116301e764a71b7556a6b6ce9d87630 0.56 MB 1,097 11
Previous 10 blocks ↓
Total Size: 776.88 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,477.32 GB sent, 132.90 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.