Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,081 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,844 000000000000000000022b910000000000000000000000000000000000000000 ago 0.60 vMB 2,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,843 (9,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,419 902,419 00000000000000000000670251bedf7dc7893a83defd474b34da7c129b71b4d6 1.76 MB 2,804 6
902,418 902,418 000000000000000000018978ba48be1d69f949e61efa4f65395c670415a346cb 1.59 MB 3,384 7
902,417 902,417 000000000000000000003e4033563f9881e3af0dabc29a3cc35b536fa08ee271 1.10 MB 742 2
902,416 902,416 0000000000000000000213256b7bdcb7c26ee0764e6c74b90f4e9dd707deb014 1.26 MB 1,466 3
902,415 902,415 0000000000000000000197a3191514406b3a2f03e316319960ec64c0d4370c98 1.54 MB 3,295 4
902,414 902,414 00000000000000000001a1f712d6fe3929882ed0c000ad296f5bf1d3ee104641 1.55 MB 3,406 5
902,413 902,413 000000000000000000021966cdbbe0ac602e395b920e2f8bebfde35c00de31d3 1.49 MB 2,177 4
902,412 902,412 0000000000000000000097758401751e92a6e973768b7070172403f95643a4ed 1.63 MB 3,092 4
902,411 902,411 000000000000000000002a105e4da5ae054516d5099cf96238a634b6350c5d42 1.71 MB 3,722 4
902,410 902,410 00000000000000000001a8d1fc9035222cf4efda296ecdd1cda3290f3c476f37 1.59 MB 3,732 8
902,409 902,409 00000000000000000001071715a1958173dba5c0ec9c6c21208c8e5b25cd8fed 1.76 MB 4,592 1
902,408 902,408 00000000000000000001d4788b7054fe3fcdea2bde831a9d7a20031ad27cb295 1.08 MB 476 2
902,407 902,407 00000000000000000001fa3c4ce0b1f96e2a6f4661a20fd05b70258eb445b1de 1.81 MB 3,105 4
902,406 902,406 0000000000000000000095628269ed059a13b6c41d92d64907bab8c6e11c3734 1.91 MB 3,377 3
902,405 902,405 000000000000000000014d33c4286801ec1a61fc596242c4ba10fc984e53ffc2 1.59 MB 3,193 6
902,404 902,404 00000000000000000001482b9626407c52cfebc418fd3f9f8f0587036c8c639e 1.43 MB 1,530 2
902,403 902,403 00000000000000000001648ee2f349dc604e1ac360982af3d873c80aac00bcac 1.61 MB 3,917 5
902,402 902,402 000000000000000000008154b52be28727cc2e4b0895ea619bd45404652c25be 1.63 MB 3,475 2
902,401 902,401 0000000000000000000113c4828d09137149fed5b0040c336835e57a675fd35b 1.57 MB 3,150 2
902,400 902,400 00000000000000000001b763733afb5c67f77c1275eabb1154ea269dbf78a123 1.44 MB 2,303 2
902,399 902,399 000000000000000000005d475e3cc65a4c660e0fd65f87fb69726ba1afb9ef43 1.48 MB 2,068 2
Previous 10 blocks ↓
Total Size: 776.80 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,468.82 GB sent, 132.55 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.