Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

729 transactions (0.20 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
909,937 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,936 (819,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,329 90,329 00000000000eeafdae1de3947da00df4ffc9be768934ebda5f77883eed9de1c3 0.00 MB 1 0
90,328 90,328 000000000000765795204a862f672cc55adf7ee71145b4ff273d3f4932b41120 0.00 MB 1 0
90,327 90,327 00000000000f53e9be537b96c8797b20308e23c0c3559b88e3855129e37ad851 0.00 MB 2 0
90,326 90,326 00000000001352897401831fb4cd6385e14b60fc602db12072a152cf6d1b55f2 0.01 MB 4 0
90,325 90,325 000000000006c97c19e2ccf66647ebe11ecf504ce58eb3e07c353b5fd9830627 0.00 MB 1 0
90,324 90,324 00000000000eb259472c718a3dc784b16be2d79af48b0d7610d2ab30b0685b90 0.00 MB 1 0
90,323 90,323 000000000011b401ce06853193bae904d870301c14f6caf4a5c9b552e951df4c 0.00 MB 1 0
90,322 90,322 000000000014c40c6d075af9fd018504a3901bf33e8796a2c10452b62f81e7fb 0.00 MB 1 0
90,321 90,321 0000000000064662aea154b724c6df6fee3d2b6311af3cf17c60d5eb3adbc671 0.00 MB 1 0
90,320 90,320 00000000000273501e99a6657375bcc015f7beb7b5d2926bfcf04596a7fbbd20 0.00 MB 1 0
90,319 90,319 00000000000ffe796ce2d963584e162212b202f5eef88d7e499a3949f515a20d 0.00 MB 1 0
90,318 90,318 000000000011e956ccbf0cac585f4ec1999da147cc2786b77cc77c16cd7c7e67 0.00 MB 1 0
90,317 90,317 00000000000bc5f20604d8c49fd1e49387df0a35af37b65b9883ffdae8673707 0.00 MB 2 0
90,316 90,316 00000000000c74f2ae79228b03ab899e5172440c3344650d93d7da270c4cc1cf 0.00 MB 1 0
90,315 90,315 000000000000138ae17560afeec3e0eab9eec00fdc15def1d2e78017da928a99 0.00 MB 3 0
90,314 90,314 00000000000170272fcd2b15c644b6cc78717711fe59892f71ba1590c6a6ed12 0.00 MB 2 0
90,313 90,313 00000000001260f15b2aac08a8c7e8afe875c28bf15973c0c4ce8baa22b8ee26 0.00 MB 3 0
90,312 90,312 000000000001cec39a8d841e96bc18702943db59109e0bb903a631024a7a7420 0.00 MB 5 0
90,311 90,311 00000000000df6662e19ab69ad73ed3e852021e3020436a1f1f99b7d59eef7eb 0.00 MB 10 0
90,310 90,310 000000000013e2d2b29b67399eaa458bd313e0b49a7f05ec788f46f8767832ce 0.00 MB 2 0
90,309 90,309 00000000000e412ebb49329ff6a729fb2e3dc7f10062e0a4d6609d15763ecee8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.28 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,174.05 GB sent, 114.79 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.