Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,246 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,891 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,890 (474,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
437,409 437,409 0000000000000000014518eea152e348640d9492a203d310c9ae488c79e7589b 0.12 MB 324 72
437,408 437,408 000000000000000001a2b96f82cc8af2afbdcec452947bace5437d5dced5ba48 0.99 MB 1,227 38
437,407 437,407 0000000000000000044eeb7821af0bc20407e603779a6afee9258e23aa749068 0.30 MB 695 68
437,406 437,406 0000000000000000004eb7ac29e3c46da81380783bd20a7935cd6b95f1223c85 0.85 MB 1,849 65
437,405 437,405 0000000000000000034aea759ed2ecde7daac11b8315b87fb277d697faaaf246 0.52 MB 951 44
437,404 437,404 000000000000000003569a2a48ad67f378f331bf446e3ede3d205ebade120f7b 1.00 MB 2,705 82
437,403 437,403 00000000000000000053d7d622d2962c6e2f81c0c96502af13a24eb2c327949c 0.04 MB 118 201
437,402 437,402 0000000000000000010ec0b8e211d694bb4e9cbde349be7870f547db9d5ddf0b 0.24 MB 533 66
437,401 437,401 0000000000000000023721c12429d9014543febfabf1604deaef45b08390f1e8 0.99 MB 515 17
437,400 437,400 000000000000000003d0abe21e2b18b6902469481bd4d735116a5135faa361f3 0.30 MB 616 65
437,399 437,399 0000000000000000044557bf3d923b7c6792acc55bfcf0ebfe0795a6c999b55b 0.74 MB 1,637 66
437,398 437,398 0000000000000000029dd0cc189c50aa394002f6a76c4072b5b9f66adde07ba9 0.56 MB 1,077 57
437,397 437,397 00000000000000000177c81dc5510270c695408932abe885cfd5c585c0fb5d06 1.00 MB 2,039 62
437,396 437,396 000000000000000001253000b57b9d26947be07568db23fd2150c6c8589bfd53 1.00 MB 1,867 90
437,395 437,395 000000000000000000d7434f5108f032a63972b94dade18fab420c9aea0730b7 0.90 MB 1,999 72
437,394 437,394 00000000000000000024143ec37ea1b37d03c52ade4f3b4c4add7fd850794e17 1.00 MB 502 19
437,393 437,393 000000000000000000adb43704e3a64b45f475ffdc66bd1a827ed0f81e744c68 1.00 MB 2,171 71
437,392 437,392 00000000000000000356269ecbcde6e8e2716d21e4dd5dd590d5c97204489ad4 0.50 MB 745 33
437,391 437,391 0000000000000000026d5a2b5d43351da7c1e981d2c87c02950ea8f6f1e2eea1 1.00 MB 2,241 64
437,390 437,390 000000000000000001839389d4cd945fe1e0751e103b933b4dbfae2af4830fc9 1.00 MB 2,397 63
437,389 437,389 000000000000000003d8dd55d441fccf0aaf7ad3803205d1e5cc51af8275574b 1.00 MB 2,597 117
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.37 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.