Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,462 transactions (1.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,204 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,179 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,203 (827,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,940 82,940 00000000002a0fcb05428551db2ae6228de96e6301f7746c28dd3f843ca0dff4 0.00 MB 3 0
82,939 82,939 00000000001217ab15df15164b2af79866136bea1dfa9d22a7e8371ddde06e1c 0.00 MB 1 0
82,938 82,938 00000000002a5660b31f35754ddbec2e3d9bf2fb939ae7fd71ddf367d9a6f174 0.00 MB 3 0
82,937 82,937 00000000001375ee7908c6e372d4ab6cadf5853962cc0ea3270d956cf0c4d8a7 0.00 MB 1 0
82,936 82,936 000000000018c820961fcc20fa87dee58b41ddc2626c0bfb170c6009e9312415 0.00 MB 3 0
82,935 82,935 00000000001a507f3be73bbce93588cfe86b69aae20a099ec22b43e3bc7ffa51 0.00 MB 1 0
82,934 82,934 000000000000da03ce86d2195c49943a9f132b93c1deb4568a690e32c5083dd9 0.00 MB 2 0
82,933 82,933 00000000002ce3ec05365c36fdbe0dd52c099dfeacdcce595bad076c2197d16e 0.00 MB 2 0
82,932 82,932 0000000000310f8ed3cd56b643c88d81db9cd98fef24a37dc965d8abb7feb018 0.00 MB 1 0
82,931 82,931 00000000002adff31d3755a61a939eaff9d61434a09bbd0e4004a24e345c3b82 0.00 MB 12 0
82,930 82,930 00000000000a88593ed5b24d8bce3955c015c67d892034c75f51fbe682df2742 0.00 MB 1 0
82,929 82,929 0000000000031eb7719aab218d6c627dc8390769ba463d5ffc727f510d35574b 0.00 MB 15 0
82,928 82,928 00000000001906ce0a43e1df220e1e2046fba6379ad43f8b50481baf0c172864 0.00 MB 2 0
82,927 82,927 00000000001207a27cb107724f1f136322f1667244fe1333be859722dc152841 0.00 MB 1 0
82,926 82,926 0000000000186fee416bc26cd5ee0f53df05bf76713450f108d104ac166a1b7e 0.00 MB 3 0
82,925 82,925 00000000002fa626d8da62e21801a987f37d4def7984087ce17294e1aa148c41 0.00 MB 6 0
82,924 82,924 0000000000192b6a70fc3b1da9d43507acab26e35b0090f7ecac3b77d1ca0089 0.00 MB 2 0
82,923 82,923 0000000000143ad9443681e3b815a5ac610479754571b7f9aea074d3ee59e97e 0.00 MB 2 0
82,922 82,922 0000000000087228054391e59b65c6a65ba7d796a4e5023d2669dca4dbd20461 0.00 MB 1 0
82,921 82,921 00000000002b7a2d52e7e2c3dc15eb07377261e00f690176dc639599beae6717 0.00 MB 4 0
82,920 82,920 000000000003a8779877ef5972753de6bc15a70a6c8df490891be7e9452e8209 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.87 GB sent, 117.44 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.