Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,504 transactions (1.78 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (819,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,521 90,521 0000000000017776edc53c3461499444205163e8716ec7fb80fae97e97da7381 0.00 MB 7 0
90,520 90,520 00000000000aa8aba0b3add4ff791fca2a5b9a9b5e01666fafa7e29b9f77c085 0.08 MB 5 998
90,519 90,519 00000000001348df747114ae850bd5ed670559226ad593c3e0b0fe8d037f2ec3 0.00 MB 1 0
90,518 90,518 00000000000217ee70b49452af3b837b5195495a231e440bd80087e086b7e149 0.00 MB 2 0
90,517 90,517 000000000012e043ae1fb473b9c819b4af86706ff237d9f9897e735e83c58217 0.00 MB 3 0
90,516 90,516 0000000000032c2fdbfd6c9e1a03f3ee64401aaeb16b74ceebac1de9a5ca18df 0.00 MB 1 0
90,515 90,515 0000000000070da48457d2c4d3625a2c4b88e21ca8296b8bf48de6c8dbf1e6d7 0.00 MB 2 0
90,514 90,514 00000000000498badb4b502f11b0737f3dda3c8be877724b18411648cda82d48 0.00 MB 3 0
90,513 90,513 000000000009b6ef455bcffd4a8d9e94dc179060b1eecc259e671cb4d79acc54 0.00 MB 1 0
90,512 90,512 000000000009ef661a2c4cbd20e4f3ee8e66ab68578b62f51179cada67740d4c 0.00 MB 1 0
90,511 90,511 00000000000b6025ffb96e62b584495ef2b45b48f75b938bdc64ea98bdf19a5f 0.00 MB 1 0
90,510 90,510 000000000013965f84a77a9d8a5f3f69fb53cd64fde79f45c8c23ec79ad9d1a1 0.00 MB 4 0
90,509 90,509 00000000000960c593bd8edd20922bc4879553b55a8013e871c28c15e330bac6 0.00 MB 2 0
90,508 90,508 0000000000086441fdb05a875b4a598f3a576525afd5e8b957409160e4280e01 0.00 MB 3 0
90,507 90,507 000000000002fd69f707d33f5db5bb16e3f198cec99f3ed228d58654edbe5b26 0.00 MB 1 0
90,506 90,506 0000000000045ecba5464622b7d867a1d5d00bdee17c1bec4719b5ddc86b49cb 0.00 MB 1 0
90,505 90,505 0000000000013ac4329d0df92aaceb8d54aebb334425ea797c1f235d83dbeb0c 0.00 MB 3 0
90,504 90,504 00000000000870dde32540d3dd69e65ea08cba66a70164cb2f14f1e509caff7e 0.00 MB 1 0
90,503 90,503 0000000000127364787e1b1e2d0a0a7d683ae638c13fad252270a1fa2bb3c33b 0.00 MB 3 0
90,502 90,502 0000000000019a8ccb1da60b853a429ffa019ca61c348626ec280803289d6ef2 0.00 MB 1 0
90,501 90,501 00000000000935d678a5d4d01167087687c72e1d5e66e4058df6151d5577ddb2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.08 GB sent, 115.81 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.