Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,151 transactions (1.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,021 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,020 (839,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,231 70,231 0000000000700da4fe7aaa1ac325a53336d477b166da5b8eebe7bfd25966a79d 0.00 MB 1 0
70,230 70,230 0000000001442b6abd11fee5525a667c90e696beebb04fd7a82b6de4f9afe33f 0.00 MB 1 0
70,229 70,229 00000000004465ed012ff3f1686d53657d69f92ebad2c16f5bb10929973a07d7 0.00 MB 5 0
70,228 70,228 0000000000d60ae9a6069f63d8a0ee3b0e084c137183c5ee5dd342e222f627ec 0.00 MB 1 0
70,227 70,227 0000000000b91193afdd66630d2fb816243bbefd945849a80f1b36515ca563d3 0.00 MB 3 0
70,226 70,226 0000000000e4d251b82e55eaf17180238c8a3ef7fadd8d83a6d92b41ad9afe2c 0.00 MB 3 3,868
70,225 70,225 000000000129a853aa8fd4e11d87d68cb4714466ce7e06a26a9a1fba99fe94ad 0.00 MB 1 0
70,224 70,224 0000000000f2d85e9e05cffa1ae32f32f7e51188ee0fef87f72538e38d60f33e 0.00 MB 2 0
70,223 70,223 00000000015959a128a9d721395debe29f8c6bbdaf62abdc6284952841215cdb 0.00 MB 1 0
70,222 70,222 00000000005cd9dc6472833b30eaa02f96ea089f151e22a885079642f6af68f5 0.00 MB 1 0
70,221 70,221 000000000039bd93d3811208aa0ac63e34b129b99ce7d3b24ba6c1fe74db80a4 0.00 MB 2 3,861
70,220 70,220 000000000089531e5ed6101ceeb1ec436503cd0c512d183912275ef08ac62d1c 0.00 MB 3 0
70,219 70,219 0000000000e410b4c66d066c10fb209c154c988fade26ab0446c26ce8169ae45 0.00 MB 2 0
70,218 70,218 0000000000fb2c26b768294ef17cb6d0d2b5bea76086b4df62bc81bcff2598c9 0.00 MB 1 0
70,217 70,217 00000000009ff6a275e2c92b2fa8634399538922dac724b3d38e574380677b62 0.00 MB 2 3,875
70,216 70,216 0000000000a004021ff2a254f7115227593cd3fa1e0d3ee266eb3d7dcb1169cc 0.00 MB 3 3,861
70,215 70,215 000000000099a6ee88364e89b734c41944f1def7ecf9d11faba08c7f84d2b104 0.00 MB 1 0
70,214 70,214 000000000148f8d9c96da86735891b81f07c90f25f4232a39659e14f17bb4b39 0.00 MB 2 0
70,213 70,213 000000000024ae36ef6268c7ab1ef2b573b105ebc45ce863cbf225362bd4b6e7 0.00 MB 1 0
70,212 70,212 00000000002e21de3be4159e3cb8defd8b39db6791d0231e4184ada9ab371313 0.00 MB 1 0
70,211 70,211 00000000006045fed00c143ffa9bf3bafd771b8ca029dc7c0ccb3a6765cbd8e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.16 GB sent, 115.46 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.