Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,396 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,231 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (869,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,567 40,567 00000000095392746b3ae9a965a4e1934adfb234db21d77870b51b22ea39ffbc 0.00 MB 1 0
40,566 40,566 000000001fedafcc74aa6674d7379c435e0942667948701fe22a2f15292dec3b 0.00 MB 1 0
40,565 40,565 0000000004b2b152dbcaee2789cb9a3b2c709d8840ca9158dfefbbe2beaf7afd 0.00 MB 1 0
40,564 40,564 000000002cf62bdc113808cf9430d94134b2ef5b35a384253cde3e5dad4a9805 0.00 MB 1 0
40,563 40,563 0000000006fb3bf8788732e97d586806f25f46773910288eb2b76eaad90a0c7d 0.00 MB 1 0
40,562 40,562 000000002142284d6987e129b0f0ed9e1ae086e5843b24ada5010623f75cfc77 0.00 MB 1 0
40,561 40,561 000000000ae1320397758b894397d2b8d203e576e5d814600b385d76eb4e8c80 0.00 MB 1 0
40,560 40,560 000000000c3cf1ee231658b74078a1df303708cfec0fc4bd54610f833a8b7483 0.00 MB 1 0
40,559 40,559 00000000116e7e886bdf9428d697e772d0dd6d00b0293aefb47233d001541eb2 0.00 MB 1 0
40,558 40,558 0000000013daaea3dcc7ca29935e9736aaf92fc77012e6aced0c36d4b1644f8f 0.00 MB 1 0
40,557 40,557 000000004df806ff4899fb16ae8c34d8c6163b72a3005bb393d45de9073fef0b 0.00 MB 1 0
40,556 40,556 000000001d552e77e5507a83c857a656f0f2a5bd2f4bed05b682c11f9321593b 0.00 MB 1 0
40,555 40,555 00000000002e44d58245b285fdd6ef2f5ce0e7f68d197509be546548a4260d88 0.00 MB 1 0
40,554 40,554 000000004b440f91aa204ef7d765e521f59081be1e7330009a2fdd46892333d2 0.00 MB 1 0
40,553 40,553 0000000003754de3bdc12d4506cb827056a0495fea0d5885e55e62ff70b4981a 0.00 MB 1 0
40,552 40,552 000000002da80e3d619d1a745d58d1e8514bba8231b31dfcecc271b32edf656e 0.00 MB 1 0
40,551 40,551 0000000023cf42c0c5ad983d6c591861f646a7c180f95a82d623a6495c261366 0.00 MB 1 0
40,550 40,550 000000003031e4294adb8e7cbf7ba6501b8ba63475c8079a23964f20c6335db7 0.00 MB 1 0
40,549 40,549 000000002cffdcade481f769b301e7be2cfd11dabfd1cbb23b03d3d287fd157b 0.00 MB 1 0
40,548 40,548 0000000036ec82f70dc915d5ad4c54d951b247658dcfa882cd8ea27962cb03de 0.00 MB 1 0
40,547 40,547 0000000041dac57709afe95280e8b6eee71089656ab6249d91926bafd495fc82 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.62 GB sent, 116.41 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.