Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,354 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,557 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (883,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,761 26,761 00000000068bc001f339a859df082e68d61a7419b1d1f2612d31e991f2d9de8b 0.00 MB 1 0
26,760 26,760 00000000ebfff340a28c35e13ae88540742843b01d129fb44a6e565cbdcdcd32 0.00 MB 1 0
26,759 26,759 00000000c5c5f35160f8bf155b5676ec37a22611b43a92b1cf5bd3ecd2081531 0.00 MB 1 0
26,758 26,758 00000000a5f53b42ae514819c94e8f8a202b95f4c948dfe2cbcbffd25a85d147 0.00 MB 1 0
26,757 26,757 00000000754ae5f64f60200af3c432b4119def47410c31325e0902097c2b5d38 0.00 MB 1 0
26,756 26,756 00000000d829c8c9c01ee6d88e6d3b72b058d84fd78169b72ea728c7773a3d8e 0.00 MB 1 0
26,755 26,755 00000000b6d58495b7ab880f90abb25e74e1dbfcbcda091adc8d0658af9bd137 0.00 MB 1 0
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
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.33 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.