Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

166 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,930 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 158 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,929 (838,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,466 71,466 0000000000e44a002f01de9cb36c4c3a6f2dd567d481eb704c19056c630d586a 0.00 MB 2 0
71,465 71,465 0000000000e614410228e8c64e16a1984efaa203bd9783897f88ba52a7480b48 0.00 MB 2 0
71,464 71,464 0000000000265209426dbe399cbdcf059a95f2015477d32ebd39827a3e8bfdd7 0.00 MB 1 0
71,463 71,463 000000000006242793a0248dc8b92dd03e1ad1b902651b49335b38149566cf44 0.00 MB 1 0
71,462 71,462 000000000075f6284797d63753afeb00529dc1b95314d2e539c158ee4ba5eca2 0.00 MB 1 0
71,461 71,461 000000000096313371fcd3416cf75765141fd7a9df924693f2fcc6ae61da3bae 0.00 MB 1 0
71,460 71,460 0000000000fcdb326565eee9b4087ebdeeb220c38fa419b9d9f83ca388841ee3 0.00 MB 1 0
71,459 71,459 0000000000368c3da64cb2930e129811ed84b0695f6b31d8e506905e5186f9b5 0.00 MB 2 0
71,458 71,458 0000000000da89e7164869c43b236a2f61828ec8048a0e1106f14fa381c5b5f8 0.00 MB 3 1,934
71,457 71,457 0000000000455874d8641dfcbc5fcec3f462295c83d83ee417189a29fbdd68bc 0.00 MB 1 0
71,456 71,456 000000000092be7ef103a6dd582a3663608a20c68bf7bbc8332126875b9d43ba 0.00 MB 1 0
71,455 71,455 00000000000ec6adbd31a3bd324576ea9887453b0d02adce5e39898e28fe65e4 0.00 MB 4 0
71,454 71,454 0000000000db3b565b3ed1e13fdfe7c8b88b0cfc15ac1f1e8f433c7a05b57420 0.00 MB 1 0
71,453 71,453 00000000003c43879cce22aa601c7a8d659131d861ec16668ec3d4cb50f82d77 0.00 MB 2 0
71,452 71,452 0000000000dd34c5269ba8385918b59e08d0106ca46ce6dd738691f0bec64924 0.00 MB 2 0
71,451 71,451 0000000000485e76a09a6f292f6bfab353ac7ada8ae62405cded8b32b5d09f48 0.00 MB 1 0
71,450 71,450 00000000002860df9393ab3998034e6a6ecf18d1efe200eea8fab7fc14b7d706 0.00 MB 1 0
71,449 71,449 000000000028fa5be5e2ea8ffda8fff6b31a96d9f36ddb02134cbc2a31e99126 0.00 MB 1 0
71,448 71,448 00000000010531248684193fa5c388a0a5c149352eb46d583f430b74b55cea6f 0.00 MB 2 0
71,447 71,447 0000000000bae13a4e48e9907a9385335a40a460f83ebd92a24030488552f2c3 0.00 MB 1 0
71,446 71,446 0000000000e1112e7c4a0e579f36c3aa614c5983fd0b3beba5bb99a3ace973cf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.27 GB

Node Information

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