Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,111 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 ago 0.81 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (588,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,612 323,612 000000000000000007a3f29053703e6a89a18fba54b9e800abddb45d8341d13a 0.93 MB 1,366 23
323,611 323,611 00000000000000001a5022b355a339ab6d98d1328824d7b531aac5c87362bdc1 0.75 MB 1,517 28
323,610 323,610 0000000000000000167cc0a34d57025556192ba8d315c6376325b16a80aad78f 0.75 MB 1,949 35
323,609 323,609 00000000000000000f018937c01cf1583839e9fbab836cfc526859133bcfea00 0.33 MB 508 31
323,608 323,608 000000000000000008de16d2df13c57c70889f32c57b6db602174d1ce4c7dfdf 0.11 MB 264 30
323,607 323,607 00000000000000000ceb21ff9161a2805befd24fef054d708288adecdddce18b 0.13 MB 320 38
323,606 323,606 00000000000000000ec36112e882eb62da6a6680ff2a9002f1b245360aae0cfe 0.05 MB 110 29
323,605 323,605 00000000000000000b46611bebea662ecbeb1400ba65e1ceea394e5f0593bcf0 0.10 MB 152 22
323,604 323,604 0000000000000000018bf8dac6091b1803f9b0e5f03dd6f875ec6d16325db1af 0.18 MB 399 40
323,603 323,603 00000000000000000ec6709050066d0aab44c7c429ea1ede0e3c0f29a15197d6 0.05 MB 111 31
323,602 323,602 000000000000000015685f3e10184698bdc57b0b90950a78543aec0dea68e098 0.15 MB 266 36
323,601 323,601 00000000000000000795019c90be5db755573a33e34d71b1ce2e0e19cc0825ca 0.06 MB 127 38
323,600 323,600 00000000000000001cdb2fa16362636be6f99925a7e5f7eead0b0b4962acf0ca 0.11 MB 184 29
323,599 323,599 000000000000000003f27b085009952c01c347d10fd2471128111b5768648d86 0.11 MB 302 32
323,598 323,598 00000000000000000ede7e63b57e36d81bbdf1ef8ab6005266392c99b6677a37 0.18 MB 370 32
323,597 323,597 0000000000000000049458c384c26d657accec704b5a328a1e0575233790a91b 0.02 MB 32 16
323,596 323,596 000000000000000010ba43e87aec64de98fc7a0eea19bfbfdb47e15ada2de7f7 0.11 MB 245 52
323,595 323,595 00000000000000000320860c4cb190a1ed0ba09d92683a88ba79e7f9dfd8e5ce 0.27 MB 556 34
323,594 323,594 00000000000000000c412d1f758dd9cba08bebf06c7d15f0f3b65e5463dec7d8 0.04 MB 86 29
323,593 323,593 000000000000000000fc91df03bb1a073d965fbd10bae4f135c23d3132ae5f09 0.14 MB 270 32
323,592 323,592 00000000000000001d0f4fcfdcc09d5d9ed69dece2661c7ba5c8611f73256e37 0.07 MB 153 33
Previous 10 blocks ↓
Total Size: 777.04 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,499.99 GB sent, 133.62 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.