Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,606 transactions (4.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,110 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (874,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,623 35,623 000000003428fbd611bafee77e0c504df817205d83c68b9b4d16ae016a9c3d92 0.00 MB 1 0
35,622 35,622 00000000aa0e275227d8ba8100f17c778ede048b02fc03b7c2aa2e01cd886ea5 0.00 MB 1 0
35,621 35,621 000000009e8381d0eaef58648193282e290368d9c75bad8042338cda2e0461c9 0.00 MB 1 0
35,620 35,620 000000009117e48f934353b64b55830b90864cf8db35b9ad7c8e9cde14d45e95 0.00 MB 1 0
35,619 35,619 000000002dfcc0d578317cdfc876f842a4ef43ea30491728b317cde710abae4d 0.00 MB 1 0
35,618 35,618 00000000a4e4f1f2891df2f223af9d3a285160a61dc834680f6d0c968548d4f9 0.00 MB 1 0
35,617 35,617 0000000074e626a926d21fb9ffd27ebf850e1b8d88db2264a02812b6e5666865 0.00 MB 1 0
35,616 35,616 0000000098f3fec53e9f7d0645d27e6fda47091124f5f41d26856b560a54f62c 0.00 MB 1 0
35,615 35,615 000000009d729b0d3a85135a59bd3488c99948e544b27bc5bdaedc0e2dc430a7 0.00 MB 1 0
35,614 35,614 000000005dc72be11d3eb21d268dd00e7dfec5fe81c4446250363a2a95c89a83 0.00 MB 1 0
35,613 35,613 000000005f472333f06dafcc36819133cf02378ca223d553e65257262167b931 0.00 MB 1 0
35,612 35,612 00000000c2cad723664961a1dcc078508bb4900eb59e7f38bb311239ead9b7ef 0.00 MB 1 0
35,611 35,611 0000000098ebb72e2aecb88a94d9279889ebe77233da7f6d26adbe9eb6d37512 0.00 MB 1 0
35,610 35,610 000000008412164e78bf2f54fae5b315ac5b31f3a655e4d2b69665f777ab06b8 0.00 MB 1 0
35,609 35,609 0000000033f4ec7b48c4d8b62e52fc76a1b221f694b0e5fd9c8ddbd49569dfd7 0.00 MB 1 0
35,608 35,608 000000003e81c94bc2c323baf03e5951e5e4ea5d55748af198455a6aeb411f9c 0.00 MB 1 0
35,607 35,607 0000000006f5c87e3682a7b7041cda3fe061d4aaeaf10484cce2479852f4eef7 0.00 MB 1 0
35,606 35,606 00000000ab729c6cc990e4421912e4f1e1570dc21619d4b5d500418e9965ec66 0.00 MB 1 0
35,605 35,605 000000007d9b46d7322f402940f89af1b9166e425aa4d0e620a8bdaaf6afa18f 0.00 MB 1 0
35,604 35,604 0000000006626134d930808b09ef54c2768c340d267e8276aeca76de2375f4be 0.00 MB 1 0
35,603 35,603 000000001aafe5b9d6b128a69a5e031477521f85866d6e0e174bd88e7937109d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,153.40 GB sent, 112.56 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.