Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

835 transactions (0.32 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,925 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,924 (126,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,775 785,775 00000000000000000004cf61def845937528aabfa52cfb675f3ba1ee6cebecb4 1.94 MB 2,677 10
785,774 785,774 0000000000000000000533267eadd73db641f4de6346c139a73358f5e170ebaf 1.89 MB 91 1
785,773 785,773 00000000000000000004707775827a6a7b45bc99500bf3188df37287486be99c 1.77 MB 2,644 8
785,772 785,772 00000000000000000001fd33dd9cff37594ae30a899e29f90da974f18e5f9c92 1.65 MB 3,172 16
785,771 785,771 00000000000000000004ecb31f1a19a0c775faaad26755092790a334fc0b1669 1.82 MB 1,742 9
785,770 785,770 00000000000000000003218daa563b02ea8d6f8fe779a94d93d99382724a1f61 1.84 MB 1,112 4
785,769 785,769 00000000000000000003a113c18154333a50c207af4a59b724ba55fa5eaedd29 1.82 MB 491 2
785,768 785,768 000000000000000000016f8f66a68768b9b2dadeb4a4afe49f741c72a1d90acb 1.66 MB 2,267 13
785,767 785,767 00000000000000000003cf8285f3ff688fea0e3a339ad9f1fa0fae2527a29157 2.26 MB 2,384 5
785,766 785,766 000000000000000000019e0010d620e4d08742e615bad75de2a519186f77020f 1.52 MB 2,294 8
785,765 785,765 000000000000000000028d12f2b85cd9cd9b4183a9be73cf6b8c768e9d078675 1.56 MB 2,761 19
785,764 785,764 0000000000000000000282f5d30529339c48b6500151cc9ae2ead65385494c2d 1.41 MB 2,336 16
785,763 785,763 000000000000000000003df7a2498f14f689b86e2e6f3a02b16ce53b5a58b110 1.93 MB 516 2
785,762 785,762 000000000000000000044690ac88eb370e3a22abc2b5edfdb6e9b307136c088a 1.66 MB 3,838 12
785,761 785,761 0000000000000000000075556aef1052c9e158a3b17af977971be6b2beb5360e 1.77 MB 1,359 4
785,760 785,760 00000000000000000005dbd28a3d30c30dd455335b86a33244b8a8f4fbe5d485 1.84 MB 1,386 5
785,759 785,759 000000000000000000009b0fef409f9833eb8cd43cab484830797ac6335aacaf 1.91 MB 2,352 6
785,758 785,758 0000000000000000000222f6c59d47f517f31bba01f96e373289ddf32ef17338 2.21 MB 1,452 4
785,757 785,757 00000000000000000005c4ca7cbd84284661e168c8791024ded7a9c0bb6fdb7a 1.92 MB 1,923 10
785,756 785,756 00000000000000000003abc2915f0720b8b8a9e5647b03c951756dfb3f924d07 2.06 MB 1,029 4
785,755 785,755 00000000000000000002eddc1ca46a5b0f1110171a9b6f7340ed33ba795e7d91 2.29 MB 1,328 5
Previous 10 blocks ↓
Total Size: 776.95 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,487.75 GB sent, 133.19 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.