Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,635 transactions (0.59 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,801 000000000000000000022b910000000000000000000000000000000000000000 0.57 vMB 1,609 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,800 (106,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,060 805,060 0000000000000000000057da3fce960f8c225822e03ea0e183936566354b70ef 1.81 MB 3,713 12
805,059 805,059 000000000000000000046854b848b78ba2ffba0d3a8c4bd3ce03f4e6cc73e33b 1.73 MB 2,352 11
805,058 805,058 000000000000000000027c5bd4c43c60be94f8d308318b96119ab5bd00d46638 1.23 MB 1,659 21
805,057 805,057 000000000000000000029d4b95e965cdb6a1b63b276f97f80338cb3e5f96431e 1.94 MB 4,211 6
805,056 805,056 000000000000000000019bda920b24661d1e74fb50ad22a57c2ef1b957d2566d 1.47 MB 2,287 10
805,055 805,055 00000000000000000002526ec4e6f037e7d479ab717445deee17f36069373793 1.88 MB 2,566 12
805,054 805,054 0000000000000000000485b5efeb3058f5ac6203bff3a7efbacfec6c593d7f76 1.59 MB 3,874 14
805,053 805,053 0000000000000000000508140fcae5e692c1106f8008b900e26737ba7112a4f7 1.39 MB 2,997 22
805,052 805,052 0000000000000000000240e046f38b10e2f5c28d5238a3d9f45cfccabc9d0828 1.32 MB 2,614 47
805,051 805,051 000000000000000000028ea630e2384d4a19a332991b62b1df9938abc17bf910 1.89 MB 3,935 12
805,050 805,050 000000000000000000050e59e0130fa890def94a72ae9ba5dec8d795f72c7c23 2.11 MB 6,720 6
805,049 805,049 00000000000000000002be6a1a2f56717785aff6815d8cdb2da20d6b8503c2fd 1.85 MB 4,035 9
805,048 805,048 000000000000000000027f247250c6e740f775ea32ee69cf0e19204fefb9206c 2.02 MB 6,301 6
805,047 805,047 000000000000000000016611f67f3f8ac636389ce96a3beccf5dc48b865787da 1.87 MB 4,923 9
805,046 805,046 00000000000000000001a2df44a0dfe0259433efe6a1274a8608b7eec09b6b44 1.70 MB 3,746 8
805,045 805,045 000000000000000000024864379d30c71c29b6ba947e935c2f80175929fedc39 1.83 MB 4,554 9
805,044 805,044 000000000000000000006ce538023e1e9e01351488ad9af66569d760d007a43a 1.54 MB 3,499 11
805,043 805,043 00000000000000000000d8dbe0c1d4bf22125a2227d168c60d4573a9b1a75c2d 2.12 MB 6,933 7
805,042 805,042 00000000000000000004426ae3679d1d027f485b48a644130f6a22385dbde3dc 1.59 MB 1,991 10
805,041 805,041 00000000000000000001ac1801568805c4e0954a213aaafbd98d0ea317d64a73 1.61 MB 3,767 6
805,040 805,040 0000000000000000000293277f8fdda9d40c4aafa902778ec62451941818aa04 1.60 MB 3,143 15
Previous 10 blocks ↓
Total Size: 776.72 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,446.44 GB sent, 132.15 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.