Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,112 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.72 vMB 2,112 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (847,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,840 62,840 0000000005884ac7f166cb577dffd057f7dde513eb78d774c5fee34043544e6d 0.00 MB 2 0
62,839 62,839 00000000015887c6adb0fba1405af40b0ef239ec6cda3e9ae8404bf19d00e527 0.00 MB 1 0
62,838 62,838 000000000bf6b5bf617be94c897d3bc611e05f01e9caaadd126cdb6f10e90a9d 0.00 MB 1 0
62,837 62,837 000000000373292a87d86c7f3750499afa13dfc3728309839b16a0602537b6c0 0.00 MB 1 0
62,836 62,836 000000000536dd1f6494daa8f256514ec13400445b2f486c0d2d8a4525fffc97 0.00 MB 1 0
62,835 62,835 0000000005159a96ac4690e5214297d320846e716d7e4c67f7e56f9f4b4c4771 0.00 MB 1 0
62,834 62,834 000000000be9a4785bfd6ae099043a04a4fc6977ddbab717246e463787438a4e 0.00 MB 1 0
62,833 62,833 000000000a4b68cf1f827c1230f3cf94c7a41be082e15514eb22d08c35642484 0.00 MB 1 0
62,832 62,832 00000000033e7716aa8657aff4423c3fdbc99725e1edc6dfbeaaa22d06c156ad 0.00 MB 2 0
62,831 62,831 0000000001faf2ef77e17d20c719cf720260a81ff2665a285d6b8373e14c5fbb 0.00 MB 1 0
62,830 62,830 000000000a5d2342dad56b318420887685df976b0f6bff33207cf1d1c36308a0 0.00 MB 1 0
62,829 62,829 0000000001599a5c96c1bdeab38bfbba6a5dd7973d24477849377486ad592703 0.00 MB 2 0
62,828 62,828 000000000b23978637300c90a87bf7416d45501fb8a0e3a94f09b08f9a7a5425 0.00 MB 3 0
62,827 62,827 0000000007a29681a8bb183630c45b601aa0f557896e875b9a8eedc2788fef7c 0.00 MB 1 0
62,826 62,826 0000000001871eae6acdcb0feb0517f1ad9e707e2f83f1c75a41310c6b29711b 0.00 MB 1 0
62,825 62,825 000000000b44a67c5695a50f9daad412f4f3fbcea0ae096d85c7302a87eca9b3 0.00 MB 1 0
62,824 62,824 00000000016c40a19d048450091c1a9ba395d4574bffd9c8f23e9d112013de03 0.00 MB 1 0
62,823 62,823 000000000ce64e67ab791378fd4755da6931ebe5d19c8fa0023571ff62436664 0.00 MB 1 0
62,822 62,822 00000000028a38a4b1dfd498a4d1b671481a5cd83deee40d6741fe7a4ab4a3ff 0.00 MB 1 0
62,821 62,821 0000000009993663418aed9e29c6f863b5bbbf5caf338484f13a4bc943a21896 0.00 MB 2 0
62,820 62,820 000000000d12812a79d14512e4e92e4f7ff9aa66751b85533e28aa516f0e838e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 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,189.58 GB sent, 116.45 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.