Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,986 transactions (0.80 vMB)

Priority:

  • 1 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,377 000000000000000000022b910000000000000000000000000000000000000000 ago 0.80 vMB 2,981 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,376 (85,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,822 825,822 0000000000000000000356eebd2169277d65df527fe521f056b6b122ab0889e0 1.82 MB 4,795 142
825,821 825,821 00000000000000000000a20f6fbc5e3f50a6758bb93af391c970c7e7ed3eb55c 1.70 MB 4,278 122
825,820 825,820 00000000000000000001af463243bce51ee72f7fe7ec5267cadc77356cdc6250 1.65 MB 3,238 164
825,819 825,819 00000000000000000001b191944dc07b054c29cc055bdfc2b4d5025615bb9fc8 1.81 MB 4,907 121
825,818 825,818 00000000000000000002f2580ac9dce63e046fb21004eab738919722dd41ec62 1.82 MB 4,864 143
825,817 825,817 000000000000000000004a5bf962ea41a8cd429b1c9600676af8760fa45c18be 1.77 MB 4,462 135
825,816 825,816 000000000000000000016338fb10a5495239e93ae10891bdd60ce884d3df0a85 1.93 MB 5,713 138
825,815 825,815 0000000000000000000040db9da8aa2a90cd1a385264cd32ec2597d0e286eff3 1.92 MB 5,481 149
825,814 825,814 00000000000000000002b2185aad5ddcba94402d970504b4c067b36b1db9bf6a 1.71 MB 4,321 148
825,813 825,813 000000000000000000024dfe9262c9e2720ec0100356977e924d8da3b84944af 1.82 MB 5,220 148
825,812 825,812 0000000000000000000247cd2a0e8f9684e6390ecb4c905bafd3355e6bd97bb1 1.73 MB 4,312 164
825,811 825,811 000000000000000000030593be12baff33cdaffa2d3401d9522b694f3bfbbc91 1.51 MB 3,226 205
825,810 825,810 0000000000000000000260ae670adc94e1e0bf9fed969244e9a541bdbf05ca4c 1.81 MB 5,284 169
825,809 825,809 000000000000000000018f0cfb54af01ea73b9dc6d64738150962bca9ac071e9 1.71 MB 4,576 172
825,808 825,808 00000000000000000001fe8343b408a9857b650b42160983b264c43bc2cef9bf 1.88 MB 5,540 154
825,807 825,807 000000000000000000005fa306ff959836992a15bbe61527ded9fbc51d4a49d5 1.53 MB 3,718 175
825,806 825,806 000000000000000000033d3e78d8c88cc87dbc6759ec310b64dca2c0c1ff1810 1.63 MB 4,248 184
825,805 825,805 0000000000000000000216d467ce2da91758941ff25026dbe58f6327183c70f5 1.75 MB 4,824 158
825,804 825,804 0000000000000000000307272824550e9b230aca79350954d4e2a8acd3f816bc 1.75 MB 5,146 167
825,803 825,803 00000000000000000001a4a9faae564558b7e5fa2029f31140bc3d196ff11432 1.79 MB 4,896 148
825,802 825,802 00000000000000000001fe46114e5e8ef4a031151f811c544d0e7de040c7efc1 1.73 MB 4,682 158
Previous 10 blocks ↓
Total Size: 775.94 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,402.36 GB sent, 128.52 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.