Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,000 transactions (0.41 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
911,737 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,736 (831,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,199 80,199 0000000000458def204399582ad9fea0020c5787a336e8a857d3ea5d76634b98 0.00 MB 1 0
80,198 80,198 00000000004d855c1709cb1578dda237a20ddc81ffd1dc8fc21e755149a641af 0.00 MB 2 0
80,197 80,197 0000000000401947b6ef0eaf4c16552cd86d07ed8444bae49cc6bb2d077c9e47 0.00 MB 2 0
80,196 80,196 0000000000174d260de47fc11037a8ed495f7efe22cadd0ddec617815d8b8642 0.00 MB 1 0
80,195 80,195 000000000049477c51f9914dd83f46f4b58e0f6e35a393ac350e1494b5fcb992 0.00 MB 5 0
80,194 80,194 00000000005752bd5f1a9d58feecdead0b12644b23faf792241ab6df57d21706 0.00 MB 1 0
80,193 80,193 00000000001238b3a5770255191d35f41ddb214632641341d9ae1987d150013c 0.00 MB 1 0
80,192 80,192 000000000055995a4be34815ccc6fd5fada8b066bdd533c6ad7eb8a72db6ee5e 0.00 MB 1 0
80,191 80,191 0000000000417b2fea2f2d2f5c1bf15d20a8b057f44a2ecd649dc4469181b0a3 0.00 MB 1 0
80,190 80,190 0000000000141aec339d2c48ce66a6ab7e99736e557ab90fc379f2d5b719e1d7 0.00 MB 1 0
80,189 80,189 00000000005640616e5efc218470c644d929c443d4ca6d27496a33a9a39857e5 0.00 MB 1 0
80,188 80,188 00000000002bf16ae41930152d54b6e0671800a516b630163cbc158a8a51040c 0.00 MB 1 0
80,187 80,187 0000000000500824b97020246ed53cb94e3e966600e0e6add63ba6f6790536ad 0.00 MB 1 0
80,186 80,186 0000000000319733b3df379c99446539a7d135fb5cfb554ebf872054fadef92d 0.00 MB 1 0
80,185 80,185 0000000000247771b3c2c63929ab02c7c69d3cc6c2d2819d113ab4f323f87bbf 0.00 MB 1 0
80,184 80,184 000000000000021474160fc5559ffaa94c7f7e53f9bb5fbb7179974f5bd6d098 0.00 MB 1 0
80,183 80,183 00000000003e0947ab93ddad4d64a4b3eac84ed9f13e1268d70c0d004ecb9a4d 0.00 MB 1 0
80,182 80,182 000000000027a543823485ec26318ceea097ef8eac700e54a293b331e2dede51 0.00 MB 1 0
80,181 80,181 00000000003c18825ada789e3ec47e6688547362ff56d0337b7a14c41c4f6624 0.00 MB 1 0
80,180 80,180 000000000014051e9da342c4559d47e6e7dd1d21ed565a2a089118c3bf7ebbe7 0.00 MB 2 0
80,179 80,179 0000000000417b3c8bf6103b93dd5e94bf4b2e1d1d7f303a28534d0a4412f5ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.59 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,427.67 GB sent, 131.56 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.