Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,918 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (892,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
18,425 18,425 000000007484ce62201dec9b57209c1b42664d4877a3a6fabcf12811f6af3ac0 0.00 MB 1 0
18,424 18,424 00000000221662b0532d23a5111ed3fc99b6f17c5a8f6faad06244fd210ded77 0.00 MB 1 0
18,423 18,423 000000003129687bb6dca811d4b9fc3c883375262b1b70f5b18c72cfbc99075a 0.00 MB 1 0
18,422 18,422 000000001d79e7b488c235283713d62ba7a6a77830e9ac03e60e8258020e4610 0.00 MB 1 0
18,421 18,421 00000000b45f0edae362d0f4c0c5049a7e51ef024dbc6ce8b30e63194932bd40 0.00 MB 1 0
18,420 18,420 000000008cdfcb2f21742b278751b932122302a5b8fd03e4382586a5cd55bd45 0.00 MB 1 0
18,419 18,419 0000000011ba5ceb3861e25d16d6530de59736756f03cd55a31f721c12aa1365 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.