Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,712 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (883,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,590 27,590 000000003565a4397c9b3a21690d444fccc4cf62501783ba52f107f9ee4d0aec 0.00 MB 1 0
27,589 27,589 00000000befa5370d6ceacc2d79b0a833df0c2cc0303e6e9af1c6cd6a3ffaaf8 0.00 MB 1 0
27,588 27,588 00000000f975ce4017efa0006eadb03d524b6afa3016a65f5176a551a06f5e31 0.00 MB 1 0
27,587 27,587 000000007627e6a148cbbf6e03a1b01ecea7074a5d2cac33a084f644dfaf890e 0.00 MB 1 0
27,586 27,586 000000002e8a6c2641ca6d447827b0c2b7d73295a5dcf2bee51ce97cc914550f 0.00 MB 1 0
27,585 27,585 00000000a25b53095093fb95856f0bd962a62c42edb33304326ad49afe44408b 0.00 MB 1 0
27,584 27,584 00000000b642fa3a0a517c103f842176fb7c9d9135c6b31cd74d600fc91bbcc0 0.00 MB 1 0
27,583 27,583 000000004f361590247bfd11f300b1e92c9ee8f08664295fc3cb3af9a3214b6c 0.00 MB 1 0
27,582 27,582 00000000b279fc36dc882c869cb0bf747ff55f77641945f37a5f336742c26534 0.00 MB 1 0
27,581 27,581 0000000073d317963c159f145c32d7040bec56af4a34fc3cf81a6df1e9d87f47 0.00 MB 1 0
27,580 27,580 000000005cfb36fb2fcecdf7512faccd2fff93a9ceb877aab53a6657978fac66 0.00 MB 1 0
27,579 27,579 00000000242b03d19698c85462c0712d7cd3172d4e4c2c0e1ea45b0ec053786b 0.00 MB 1 0
27,578 27,578 00000000dc9d22dcd93c51df31fecf739651fb59098ddd32587852045d31d189 0.00 MB 1 0
27,577 27,577 00000000d78310564056633e57ad9d7909b2ef827905599824cedc31da20494f 0.00 MB 1 0
27,576 27,576 00000000394f6b45c273df2903b35723ac7244e66b2d9f07f0deebdd75adebea 0.00 MB 1 0
27,575 27,575 0000000021b6d5e15770bae8fe140f8da0ef00f63e3702e1fc1c352f475f8651 0.00 MB 1 0
27,574 27,574 0000000057a44dba11c880b61c7281dfc5c3d51ac10a023a6256fefa704884d6 0.00 MB 1 0
27,573 27,573 0000000034f113e8cff98d533c2fe6050ed00a82a63bbda141ed67291595d33e 0.00 MB 1 0
27,572 27,572 000000001a1efd8947e513b50c8c09b6417526b83f3c8aee2e0411f219f4af1b 0.00 MB 1 0
27,571 27,571 000000008539aa99df0f4409af5ca7e0207fcc0de4271307bd47610bf5c0a972 0.00 MB 1 0
27,570 27,570 0000000057a5e9e4767b98061c6024d974631fc4b645e40a6e88b3212ad848dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.