Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,195 transactions (1.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,334 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,907 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,333 (885,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,304 24,304 00000000287302ca2f07b4cc5afbf728d4ecb2ee1a158d06d61345c7d71bae29 0.00 MB 1 0
24,303 24,303 00000000301a1f90545db1cdcb36fc2a617589b45f3ea6297fd704e642003a24 0.00 MB 1 0
24,302 24,302 00000000168fa0495fff97cd0541a3b4bf90c6ea50ad53bed2e9ece5725d02a3 0.00 MB 1 0
24,301 24,301 00000000a497ff9517ec2bfc87d48a843f21239e9d1e91af2126a095e63fbfc0 0.00 MB 1 0
24,300 24,300 00000000bf98231f5d0379b00b8af879835f61efff7730e0d76d181c4cae1b9e 0.00 MB 1 0
24,299 24,299 000000000b92e6be52b122b58cc8bc2531cb0d0545d95be2c26681b5fce132a0 0.00 MB 1 0
24,298 24,298 000000005dc5e4baaaefa3bbb318e1bc5a4647c5c8207496ebbe1bab2acba5c2 0.00 MB 1 0
24,297 24,297 000000009960383905dd9c47a73cad812b5e86fc583ba92871ba12f72603ffc8 0.00 MB 1 0
24,296 24,296 000000008a665ca5de374337afaea2c4e3b7ed3561019f1885a5040608defc47 0.00 MB 1 0
24,295 24,295 000000006a816dccae45fbfb3a9b1d84355ce42e6ea52a271b05ca7a6025c009 0.00 MB 1 0
24,294 24,294 000000000415b57907a46087081ab399ef2e05d96e398f840d0cd77e6e7ea729 0.00 MB 1 0
24,293 24,293 00000000f22fbd244c255f669322bff63483176b13eab2d9a228891e0993ce81 0.00 MB 1 0
24,292 24,292 000000005b2c9c170f2e9ecef2f48d155d991959153aea0584ccc16c54f4c906 0.00 MB 1 0
24,291 24,291 000000006e83d49da2bddbac90dcfb1e01675d3644c9f9fa5d0d787536e8e599 0.00 MB 1 0
24,290 24,290 000000004dd6b389d3c9a6eee732c43271c50cb2fa3f9adbb50b02c2c652530e 0.00 MB 1 0
24,289 24,289 0000000043d35a1ad25b7fd5d42f2e284e8ab64e8b55a238f7839f768fe429fc 0.00 MB 1 0
24,288 24,288 0000000089b16b0fe389e4e6ec628c5cbbe24b41d3749ecc7d3b76b47af833cc 0.00 MB 1 0
24,287 24,287 0000000054148d7aff62255a61782fcefc761afaec0044a8f164aadca5628fdb 0.00 MB 1 0
24,286 24,286 0000000066b22d927290e5001503e76ae14a438452dacbe634ceb7e701497d59 0.00 MB 1 0
24,285 24,285 00000000fb61b842c2905c3b2d11d7760a79ce21100d828b451aeace8498aaa3 0.00 MB 1 0
24,284 24,284 00000000c8e4729d4f169ce7a07a01770257e97a2b573d5c9808dc6e299d2fd6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.16 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,066.78 GB sent, 108.95 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.