Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,319 transactions (1.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,797 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (856,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,741 53,741 0000000005494f01610e467d2052602c20bfceae3a673d05d6d5dca80fd2d5d3 0.00 MB 1 0
53,740 53,740 000000000e9b7ffbce3971e0401cba590c83f30299c8b796ff9810bc6699ed49 0.00 MB 1 0
53,739 53,739 000000000b33e5b8fa1da5ba68aa9633a548e7a304c8fde8db2ef177a25f4588 0.00 MB 1 0
53,738 53,738 0000000005d3a84abf2666c5702592e42ab1f6d62d4b15258e6ad0997de63524 0.00 MB 1 0
53,737 53,737 000000000ebacbc2e36a2bd922724976f41e628e3b6b6460ffeddb4480879f87 0.00 MB 1 0
53,736 53,736 00000000002456723be643ca2b0dfec153096761270cb4bf8a3fda4f9b0724f1 0.00 MB 1 0
53,735 53,735 0000000011e6f6716d44198e94535397d8258dc2da43a6318962fd70f45b2409 0.00 MB 1 0
53,734 53,734 000000001140ba3d2fe87bac3a440cb52fff96d6d285239c14182dc254309b1c 0.00 MB 2 0
53,733 53,733 000000000c1dc171b25d80d7fb98ee9bf605c8b027fb937ddeb38a08291dd9e4 0.00 MB 1 0
53,732 53,732 0000000004fb530e75381b565fbd3cd97a7ee5bb715b0b2a85558559e3e82717 0.00 MB 1 0
53,731 53,731 000000000fdc8fac701213acb50ead169b69b08b315ad7cd3c0967364e37af2f 0.00 MB 1 0
53,730 53,730 0000000004e1dcd0fe8c8039f71f72439b949c0b48e38e4a6e8ec3e521f88684 0.00 MB 1 0
53,729 53,729 00000000151fedbf0b97224c61d58e64c418be015a84027e0a8eb5e6afedfedc 0.00 MB 1 0
53,728 53,728 0000000013c2c6f442bd366acf4df050030c38a4ac57ce62329fff51ee56ad37 0.00 MB 2 0
53,727 53,727 0000000003e01a087a3c8366c9f42b8f1accc0ec0443fae1b96f197089a73d60 0.00 MB 1 0
53,726 53,726 000000000ba5d5be6ec6a1bc2585031fdc74aaaeaf65bfb063676494604f67be 0.00 MB 1 0
53,725 53,725 0000000015ed6c288400c111e998fe3c8647173ca20c933555cc4fc4ef7d8225 0.00 MB 1 0
53,724 53,724 000000000d41844bda587d55d06c529c7d07888bf7ee87f4bd007e6395c8a666 0.00 MB 2 0
53,723 53,723 0000000014b57a6ec6a5284d226c3bdb13a35b1d67dfb30999619ac620098a7b 0.00 MB 1 0
53,722 53,722 0000000008d4f57dbda03e5cd41a141c1707d13304922032c76d3c4e8fa7673c 0.00 MB 1 0
53,721 53,721 00000000044c0a557b0f95fe777041ab67f9e2d27987c2ac29ec59df0278a58f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.76 GB

Node Information

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