Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,395 transactions (2.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,881 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,880 (878,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,008 32,008 000000002ec050d3deca8829529a6b09183284bcead1f86b626d584488ce2e60 0.00 MB 1 0
32,007 32,007 000000002cc8a25c2bda54ab8b814b9a44997c09032e4f6496c3c1e44b54caa0 0.00 MB 1 0
32,006 32,006 00000000970ddca3bbfac75c87fd5bf8d1ca12ff1a8dec3c483880b6192ff094 0.00 MB 1 0
32,005 32,005 00000000aecef7642549a5e1dfd45374d6f486250455cc3a4478f992744a50e6 0.00 MB 1 0
32,004 32,004 00000000b40c4f039e2aa1fd2acbabb86ad339de5e24599d7fce2e85eae78a6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.02 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,343.44 GB sent, 123.83 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.