Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

520 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,557 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 520 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (883,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,754 26,754 000000009da5403c5fa3f9e56a53dd3dde7e48868d1a954aa67057bed09bfdf6 0.00 MB 1 0
26,753 26,753 0000000016cec25ae486435b1d6027ce116b3637594f0efdf178d7ec51eab585 0.00 MB 1 0
26,752 26,752 0000000008da65fb5a5b517afe7c1ba5beed2ef5cc73cbd612fae89a2019a989 0.00 MB 1 0
26,751 26,751 00000000e859b1c2f8052288f8cfbea40a48d8f4081a92983443d67624155548 0.00 MB 1 0
26,750 26,750 000000009832fcba7c5612585f338d06d7eaa0bb13d8e2bc9258500b9cf72025 0.00 MB 1 0
26,749 26,749 00000000c407b8cc02a2815c94e33acf9c30fafb59f3941e0948eeff61719921 0.00 MB 1 0
26,748 26,748 00000000274bfd84965866d940f07409647d21965a0cd5feb8ae1686989a5b54 0.00 MB 1 0
26,747 26,747 0000000034ac5e9bb8ab618e43f893c44d26c2bc1fed32c304f5916823080486 0.00 MB 1 0
26,746 26,746 00000000295d3dcb040819e2b66d3e2c40b69b8ed14d8c32c946406be87551df 0.00 MB 1 0
26,745 26,745 0000000033a4a4d86339067b558cf7bd07aeddeb6fa7adac8b7528dbaa209a3e 0.00 MB 1 0
26,744 26,744 0000000030b846c92929044f523e55983dd2cd459f34cf793b9572b1fb4fe46e 0.00 MB 1 0
26,743 26,743 0000000078eba98e5100a7853662e4d1a0b5dd852a21effcaad045aeb2fbb4ee 0.00 MB 1 0
26,742 26,742 00000000ddd07f35c5369e33eb90962e77f473859203056563be4fc272bffe61 0.00 MB 1 0
26,741 26,741 00000000d54c13e031d992b860d88d9e6eb66db55e7c797f97c2e98a67aed78c 0.00 MB 1 0
26,740 26,740 00000000e4b881f5be18fd873cfb95c7625cb62e3dff61925ca88883c2d83398 0.00 MB 1 0
26,739 26,739 00000000b27efd4be47243ca4e42ca630da205bac1f805e95fe52636044b80f9 0.00 MB 1 0
26,738 26,738 0000000012e28333eb8fdcaa94763aed7cb744406d6b904f5e5871a435b2d011 0.00 MB 1 0
26,737 26,737 000000009ac3797ec99867a7c38a91269d83eeb1646a0249d377d76ccbde275d 0.00 MB 1 0
26,736 26,736 000000008efc1b26d0a2a35fffdcd2d446b1503f47236f1c265619bb2891321d 0.00 MB 1 0
26,735 26,735 0000000020755c6380142f152e33937c108a67d907832ee15375a367d611d514 0.00 MB 1 0
26,734 26,734 000000001cd6ca97682ba4b1d56f4c38c23425747390cb5bdd3a22e41ce1384b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 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,252.22 GB sent, 120.58 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.