Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,282 transactions (1.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,425 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (867,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,689 42,689 000000002fc49132b783cbd60d01e25a216a793d3f97f63ed8fdbfd036c9b5ee 0.00 MB 1 0
42,688 42,688 0000000027b6827e686a0f61f8f307b1ff718adeec3b5581421c7fe3913ea4ab 0.00 MB 1 0
42,687 42,687 00000000390dee82f969f0dbb95b44154ec53e5f5a2e5207f5613d1897bff44f 0.00 MB 1 0
42,686 42,686 00000000278b512748e3a87a3eaad1d9cdc607d830ab678f9c5d0f0fb1f541d5 0.00 MB 1 0
42,685 42,685 000000002ce2011a6c814778c8ff95a77977abb819fcd89243aeeb30c3bbe8c8 0.00 MB 1 0
42,684 42,684 000000002a7dd8b1262a73a7aa34d8e2863c42852e1611741a6ba8a5842fef4b 0.00 MB 1 0
42,683 42,683 000000002c96972e056bbfebdcb5c3418d221f9a6b54c13a3da62ca5cb63b226 0.00 MB 1 0
42,682 42,682 000000002fb94aee850663a018d759f7f2490fd7603cf1f6032f98b1680975a3 0.00 MB 1 0
42,681 42,681 00000000278f6922447a47b98aa20d83e4163c127081d69231ea75e1a80c4ae5 0.00 MB 1 0
42,680 42,680 000000003bd1d2f49326aa47cd53b80e342f563b6ed9e0f82bac93b406cd5ca6 0.00 MB 1 0
42,679 42,679 0000000001750af3546a7974895fc10ea18784acd72864bcc6b13297a77384ed 0.00 MB 1 0
42,678 42,678 00000000423dbefb9e2ce9407c5599d3684fe8065c85bec90a44670c480ca121 0.00 MB 1 0
42,677 42,677 000000001a51a3962c0dc1607d2964f64f8d4c2ca43242dd24174400ca590b1b 0.00 MB 1 0
42,676 42,676 00000000392e7f26a462178f6084603c1359cb8e7943741f676f4482b8e10b00 0.00 MB 1 0
42,675 42,675 000000003ea666be8b36191d3c79854019c7e6f098694b362e757a6f0d3687c2 0.00 MB 1 0
42,674 42,674 00000000205abbde7097c1f9b11b1896c80189e69b7a8025e93f547b3b779222 0.00 MB 1 0
42,673 42,673 000000001a3ffe2b581d8da9f6c93229f116676eaef74afd038a671258fb44b8 0.00 MB 1 0
42,672 42,672 000000003265498eefdf1beb6a6504f293e3cbd2c0fa443abd925c7f81376522 0.00 MB 1 0
42,671 42,671 000000000a3c00b6692d3b2396d2d126bf047d905be69c85f015e3a935acd3f0 0.00 MB 1 0
42,670 42,670 000000000ad2ebacb4672af6339103248a62fb80f89804dfa7a98e94ac1fdde8 0.00 MB 1 0
42,669 42,669 00000000029cb382ac84ba6cebb508b8b47d1d045de2d7b6cdd0224323d5ed59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.80 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.