Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,257 transactions (1.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,339 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,161 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,338 (892,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,446 18,446 000000006943f9b835a99cb7cd59ddaaa4090483b8a57646be5d14ba1e710b64 0.00 MB 1 0
18,445 18,445 00000000c65e5a8aa1c0213154b0350c0047ce8eed1ce6b75645b0d82f629ee5 0.00 MB 1 0
18,444 18,444 0000000032a419e93d7f38bd28ea4f780262c2b6d05af8ddb599451c19f990bf 0.00 MB 1 0
18,443 18,443 00000000ce7ad119bf9e3cf6dbfa45c5b8071536747e520b6017c8f40ec6695b 0.00 MB 1 0
18,442 18,442 00000000d345ae64203bfb6e569cb45414dcd5939066a3d556ff448bd17b0b04 0.00 MB 1 0
18,441 18,441 00000000f7146ad3efd318acc3582f8a4ccb987945ee5ce0cf676fad156f4519 0.00 MB 1 0
18,440 18,440 00000000a08d9bc40b08f9085465e760882fe1b7311421c5b453db279a3cfc52 0.00 MB 1 0
18,439 18,439 00000000dd43e58527455d20fbdee78f222652ec866b808c45c70ae0a4daf02b 0.00 MB 1 0
18,438 18,438 00000000df56fa0e0020ab222d1df64d4d8bce0177a02c360c012b01002edbc7 0.00 MB 1 0
18,437 18,437 00000000d4bc688c9ac70261f04ec66df9e2b621a58c2ed313f4b2d3b9bd7c9c 0.00 MB 1 0
18,436 18,436 0000000096af178390ed959724daf909a3fd16bbb05e80b87d72e8658339ad63 0.00 MB 1 0
18,435 18,435 00000000cc8dd02bab098d94382ced2352af91f56fc325cac5d7d599e03a1d0c 0.00 MB 1 0
18,434 18,434 0000000086a4dbd5495598599caee469f59e05a43df3457dc64561589bdd4bdf 0.00 MB 1 0
18,433 18,433 00000000ade7f610288e565f509839f08ea040882ff98cd7d0d38e05b7a0aba4 0.00 MB 1 0
18,432 18,432 00000000c6b1ab619eb03dab5fbfada47a430527de0e58ae31309810aba88902 0.00 MB 1 0
18,431 18,431 0000000086bcb79eb8dcb67eb34ec38d4d226da079de70c048b326bfb47bbd6a 0.00 MB 1 0
18,430 18,430 00000000e9898aff0fe1045278be32daacda495e1b6dcbac51cb805db414e284 0.00 MB 1 0
18,429 18,429 000000002a4debafed3e31c6db81faf8f2d146ab1120705ce2fe5217d723a509 0.00 MB 1 0
18,428 18,428 00000000f8f39239005f826de879c69fce646f668c84793686d8b8e743415662 0.00 MB 1 0
18,427 18,427 00000000f091e9057245cead163733c59568ceff22761cb1da34181abc3710af 0.00 MB 1 0
18,426 18,426 00000000d7d77f962ead3aa7843eeb96cf99b77cbdf743df2f81e413bbdc76da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.87 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,400.51 GB sent, 128.18 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.