Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,468 transactions (0.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,898 000000000000000000022cb30000000000000000000000000000000000000000 0.92 vMB 3,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,897 (820,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,579 89,579 00000000000860895a595e4c45e9880bdfd9eca014be9412fe4b7af24d1e6ed3 0.00 MB 1 0
89,578 89,578 00000000001367af1855910525e28457be0dd54abda00d7f1a8cad51a7b2ce57 0.00 MB 3 0
89,577 89,577 0000000000040340c9401c1a82a1da7103445dd3a2f7b19a1a4a22c1e68fac05 0.00 MB 1 0
89,576 89,576 0000000000007fec0960f2acd1f3171cd28fffc70a0939fdfbacb3faba4a8612 0.00 MB 5 0
89,575 89,575 00000000000e2a51c630380d634a7686dfa014e084183d7c4f2d15387b71eb1a 0.00 MB 1 0
89,574 89,574 00000000000ee7d9df0f7bfaaa8641599077a9c3f1b803dd8989c21aa86cda6c 0.00 MB 2 0
89,573 89,573 000000000007040ac543151c5f4f42c194b7a49150b1865c2fe065005567d559 0.00 MB 1 0
89,572 89,572 00000000000be4aaab41a450987e9bb29b04419c3bda11964246cf398e090749 0.00 MB 1 0
89,571 89,571 0000000000006a638010f9dd9b0eebd968b9eae713f331de7ae50ec6f95571af 0.00 MB 3 0
89,570 89,570 00000000000627ac6d95c7f6c75f9940e944f57d9ac37ddf018291e8866137bb 0.00 MB 2 0
89,569 89,569 00000000000d042e59b479cfdcb48ea0c70c9fa97f4672345baa7698f9370a8a 0.00 MB 1 0
89,568 89,568 0000000000088fb1926dc0ea188d309204e84c4bd207161a8bc8276ec88a64ad 0.00 MB 1 0
89,567 89,567 00000000000037dc5c13e3483210895d875928db65c0f8920614f546b8fac4c4 0.00 MB 1 0
89,566 89,566 000000000006aca8a5d34f9e25a8c2a8972362f131bc8e969e91653fad7c7f05 0.00 MB 8 0
89,565 89,565 000000000000d9089377c448efa9163b04d03c2c32b107b342ec02a3e4cec695 0.00 MB 2 0
89,564 89,564 000000000002eb58b9fc60cc22c9728356a79cd3a83b946c9badc7ba62f1d476 0.00 MB 2 0
89,563 89,563 000000000005ddc24f24844c8e7709f153985d1c6f918a678365dd0963d63603 0.00 MB 1 0
89,562 89,562 00000000000ebd1fccab6b524db747789aa1d3a370cdcc8f5346fd6e898c0b43 0.00 MB 1 0
89,561 89,561 00000000000fdb314f7767f3191a7dd4047c0783b5bc0c15d0e9970b723c0fba 0.00 MB 1 0
89,560 89,560 0000000000125715554424e1b1c0d6eff2cf506e583f700b38a3115bd8058819 0.00 MB 1 0
89,559 89,559 00000000000e86383081fa49410bc1959c7b69e2c628d63dcd4a8f54a8e6bd3f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.21 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,171.68 GB sent, 114.42 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.