Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

471 transactions (0.11 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 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
910,098 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 460 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,097 (847,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,854 62,854 0000000009e792d65886fabc583809f6c3a18c8fabc7b9a9834fe5b398f8c804 0.00 MB 1 0
62,853 62,853 0000000006b18ea1869393cf11d82f440f1f2a6906532e2c56b5cf1a1300dd72 0.00 MB 2 0
62,852 62,852 0000000000fb7f6a72be92898c09c3d1d48a09104ca15b78e0c877659fe70e83 0.00 MB 5 0
62,851 62,851 00000000079214887bd90bd2d6f0d072f12d5b53e95ba6d34350d1efd0f05b77 0.00 MB 2 0
62,850 62,850 000000000460f358ead72d9f477c292805d3a807859095c2a26ddcf3f2b81659 0.00 MB 1 0
62,849 62,849 0000000000890da15ae59549d65d22397eb886a156d5a655e7ea51976347ec32 0.00 MB 2 0
62,848 62,848 000000000073499c4fd8265d9d5dd2c4050e84ef770a22c82dc69201d9de779e 0.00 MB 2 0
62,847 62,847 00000000045aad3fd02d38ab6a0d6c0e4d26ead6d396cd60a834f1dbf2d5c574 0.00 MB 1 0
62,846 62,846 000000000cf0d0b44157ebc0d089c730a6ff7e5ca9b77eb0651d364c21b11a80 0.00 MB 1 0
62,845 62,845 000000000cd22bf38d5067f5a87fd91d309356694ac70aced19a298551708fbf 0.00 MB 1 0
62,844 62,844 000000000bb7f3eb9caad54f0656309fec90b46a547f23964459ee0a1e5b8d45 0.00 MB 1 0
62,843 62,843 0000000003c56a3be4e7b41c4aa32b0558fa781ad8a36526a44fdae30bfd46d3 0.00 MB 2 0
62,842 62,842 00000000087ffd35ee2115e2124b1d304cb792509df1c70f7ddd40949da22d96 0.00 MB 1 0
62,841 62,841 0000000004e6d5c3b0d937e309aac0351aaa42232d974f905705d7935258f1fc 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 773.58 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,188.13 GB sent, 116.33 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.