Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,283 transactions (3.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,906 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (878,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,029 32,029 000000000136db0167eeda3b11703aa4a7b1b9c4766380a430f72e596836a575 0.00 MB 1 0
32,028 32,028 000000006a23c443a123f74786271b3dd0f512327fc649ee3b1c9d1280e714d0 0.00 MB 1 0
32,027 32,027 00000000f0d497fbb8fd75a061a8f264f78fc74624c402267487ed2b2d1c0dc9 0.00 MB 1 0
32,026 32,026 0000000007cbdf6cc591a4f3a5f1567c46e0a3416fdba4b340f9ba7904f4a6be 0.00 MB 1 0
32,025 32,025 000000000d9c93eb25dec7a5087a52ea52010e85cf6f172a6b58ad54031ecccd 0.00 MB 1 0
32,024 32,024 000000001d6352e437a5ebb2bf4c76834a4e61e905b2bb9ac545511699f4f2b4 0.00 MB 1 0
32,023 32,023 00000000573754713c6e2923990e6e464ebd1003a8d8b8718883cfced19ab5a1 0.00 MB 1 0
32,022 32,022 000000009c92ca0d3300b693573f49e353ff88a465fab82916b5d3d17f72742d 0.00 MB 1 0
32,021 32,021 00000000043d51967e7cbb006838294c4deb6feecb0740ac33d5fc648385e90d 0.00 MB 1 0
32,020 32,020 000000000d34529a5d6f8c1710d8dbdb5a54a227990d97c1fa2e63189d8ee0dc 0.00 MB 1 0
32,019 32,019 000000007dc9967f5657240525d1751b7442ce2dc96269330df0e77d51586a7b 0.00 MB 1 0
32,018 32,018 000000008f647db67caf9113a3391c70e998a5a604473ae63582b2783fe3b382 0.00 MB 1 0
32,017 32,017 00000000b34760ccf0f0c156bacf55eb311fd773769ccb337dcdab8442de2872 0.00 MB 1 0
32,016 32,016 00000000672357c0b95a63337ecf3b39a26081d68bce76d9c279fee3e2d3ba6f 0.00 MB 1 0
32,015 32,015 00000000884a69220a95953f4f123a8388c76cad7424dd0ff8029f00fb670b58 0.00 MB 1 0
32,014 32,014 00000000bd53635653125797dc2c564d197a6c59b89d6d9219bfe66bff2097b1 0.00 MB 1 0
32,013 32,013 00000000e1ed55dc3d2c86b2df48145735bf7091bb2718f1f2b484904448ca5c 0.00 MB 1 0
32,012 32,012 000000007f4bc22336906591a614a9636043dc22bae99f294ddeba5718780ce7 0.00 MB 1 0
32,011 32,011 00000000c4cd51a36f8000061a3e22eee11cc6bedec7dc064955512ab7fe333e 0.00 MB 1 0
32,010 32,010 00000000c8f1545a76628552d2b7a003e48d140f1b5f01a8bfbe43ea7c910877 0.00 MB 1 0
32,009 32,009 00000000fff9e01287736bee2fecdd88ae31b5602858c5273d43351cfadecd58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.72 GB sent, 123.68 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.