Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,244 transactions (0.34 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
909,841 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 1,229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,840 (847,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,215 62,215 0000000002e423e423700f3ee7f51d45ee6bdbde15b765b170ac5a80efa92c2e 0.00 MB 1 0
62,214 62,214 000000000c8be982f404e4b873c083accbda12aff39370186f1b084646e656b8 0.00 MB 1 0
62,213 62,213 0000000000cae0115a39acd59a4bcd60f588e2560d76876dca30b530ec6cbe5a 0.00 MB 2 0
62,212 62,212 000000000277361804435cde1fae179496c58e3c225086c1a938a8c83fb8290b 0.00 MB 1 0
62,211 62,211 00000000059f48e1a578b7a4e559c92e2e08c2fa0c13a07dd7412a57b0524176 0.00 MB 6 0
62,210 62,210 00000000002fcf9beb1e69e735b36cd37f992bae11c987d35ebfca1abb25be16 0.00 MB 1 0
62,209 62,209 0000000006607fb1c5b41cc252a513aa49f1585dfabdb9e80fa6192dd6f26602 0.00 MB 1 0
62,208 62,208 00000000096e8d6935cb97ae47d3e099aac7c9d70d8c7f79246a88977fbd9972 0.00 MB 1 0
62,207 62,207 000000000aaa3c780c90cc862dd00094cebe066eedda5beb3ad4130ef0cacf05 0.00 MB 2 0
62,206 62,206 0000000007bbbb342a75580b80a90d30ca52a9d284d2482a81cc0c48d8aa8ff9 0.00 MB 1 0
62,205 62,205 00000000043a3cec5d5cfb07fde7a3a2d879c6c2b00a8c9155f0bd6319644b86 0.00 MB 2 0
62,204 62,204 00000000083b999c39e0d7e4e44b499d204c310fe01426401f7b62d3a95f8754 0.00 MB 4 0
62,203 62,203 000000000b18cc77a7257e514720e518edcf590b9c8cc0f07cc04747af5a3eca 0.00 MB 3 0
62,202 62,202 00000000000e19fdca3a43977a859daabc88d7571ace18add2ab28dd66bad564 0.00 MB 2 0
62,201 62,201 00000000002949aaa504d78f6aa01e9affbec77d29adab1006cf220aaf82f6d6 0.00 MB 1 0
62,200 62,200 00000000092e39678c44974fbddbf5856933457e783a10c692f0631bd16a0fb6 0.00 MB 1 0
62,199 62,199 0000000001b956f92e64f03904d06b9e33568bbfa0a50c83f4869af5247de946 0.00 MB 1 0
62,198 62,198 000000000a691b8e0f284e477549d156d9b5558174da9c494c176919a5e3e084 0.00 MB 2 0
62,197 62,197 0000000002e19e57d0bc4a80d52701a7ac53616b9a52f3f47dc9b8c6f11b24eb 0.00 MB 1 0
62,196 62,196 0000000008a7809714e26beb89f8fddd11ee59f59cd6a55510ee1bd6f1b83355 0.00 MB 1 0
62,195 62,195 0000000009e5b1554b5978b0f9a4552e31ef163e840676d96131988a59a33a9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.10 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,166.46 GB sent, 113.79 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.