Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,331 transactions (1.16 vMB)

Priority:

  • 1 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,624 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (874,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,803 35,803 000000009d3db8efb3dfde3442ae4e21947f33e457d9d6ea85c6500182dad710 0.00 MB 1 0
35,802 35,802 0000000077ce8a8384e7d2fdecd04a6329b00bef4d6fc4bb36c2a8fc8c0a7eb7 0.00 MB 1 0
35,801 35,801 000000000a07dd8c94aeeb8017e1d6c696e6e9399de41f45f5fd9daf24f46330 0.00 MB 1 0
35,800 35,800 00000000493746ce4e99f3d4288fb8f8cfb605964dc35cd7ad89c3412b4d7ee6 0.00 MB 1 0
35,799 35,799 0000000040e47d492173a8e6eb7d9182bf56641c774b4a98a91711e8e6b4b519 0.00 MB 1 0
35,798 35,798 0000000038c9785c8151e04042eecd54cfabefdae69c6f2832fc26727cd9fcee 0.00 MB 1 0
35,797 35,797 0000000099b6db67b75af395d9df846e94ee8ab853e99c087935158afb078f2f 0.00 MB 1 0
35,796 35,796 0000000065ff23080068b642c2b86cd57d2897c829ef947eb9a7ee7603ca0e1e 0.00 MB 1 0
35,795 35,795 00000000838e70608a52460b30b3a6906bfcd955bb414e1d513021e3e1d5bebb 0.00 MB 1 0
35,794 35,794 00000000b1e156958ed5d2706ef8ae84b15e91f3b4f9387b8cc3a75226fd8520 0.00 MB 2 0
35,793 35,793 000000007a93c0e16e08009fd6b329825c61bf6134b76e0a9f813a89504d7bb2 0.00 MB 1 0
35,792 35,792 0000000072f6692a0c00e763287b06acc24aed831cd6210963db7350c3918b09 0.00 MB 1 0
35,791 35,791 000000003ceab1ce6629f04bf79859a185ee0f0637f4d5f37bac7efaf1b5955d 0.00 MB 1 0
35,790 35,790 000000002d03c88d4d2e01b8c368d6cbc1a2bb08f22e151322bf11ed47ad3cf0 0.00 MB 1 0
35,789 35,789 00000000911159e3af12c6c5c174bdc6747a454d3358fead5a1bc50f2cddf331 0.00 MB 1 0
35,788 35,788 0000000003696ac45bfd84c6cea5c12367a662cd2169173c051ed19b03a6f4b8 0.00 MB 1 0
35,787 35,787 000000005c5ad2ec493d77b88fe8bebca64e4fffe41f44402f0e9a14b124c458 0.00 MB 1 0
35,786 35,786 000000007a43dc8641bd0564bb524d1242b2882fd182486ea88e3c211eef6636 0.00 MB 1 0
35,785 35,785 000000002fdadfca79e64fd867a38b6bb1c355f23dc50df35ce2831d24ce519f 0.00 MB 1 0
35,784 35,784 00000000c043763226ba3410acd43223414bc7cffbe2d41126eeeb52185d3dbc 0.00 MB 1 0
35,783 35,783 000000008e019019955fce3a0a40bc718432b8300805b31d09a945370e0e2306 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.92 GB sent, 121.17 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.