Loading Tool

Explorer IconExplorer

Memory Pool

68,424 transactions
26.23 vMB
0.07138053 BTC
Random Selection Loading Transactions
Max Size: 157.29/200 MB

Candidate Block

Mining Attempt 5924daea9d3c47c960e833fe07f76eb2cf36497e91ffee25eea9854b7efc4201
Version 20000000
Previous Block 000000000000000000015d74c9f0e8e6aa6606a788883fefea9a0783db03862f
Merkle Root 161f5eb16aa7fc4f5604c269b9025dbd7783d59da12910e5b57a156ddcab8e63
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.01565265 BTC
Feerates: 146.76 > 1.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,529 (803,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,854 111,854 00000000000034baa6f406c242f05b640defdf51a24c1e75d8d8e2ddd2daae6b 13 0.00/1.00 vMB 0
111,853 111,853 000000000000e6df26b5f577603a88bc0fbba730ba03c7a585345b2c2ea4effb 1 0.00/1.00 vMB 0
111,852 111,852 000000000001213ec268d53da8d01dd2e155040e05b4aa56b96fea14a1935f56 3 0.00/1.00 vMB 0
111,851 111,851 00000000000108de6059ea0ffdc0f43a5a2f52148587978f11eea78162501d8b 18 0.00/1.00 vMB 0
111,850 111,850 00000000000048a206b024c8d4cdf3ac91acee7baf778d8a08b0d5683159bfb6 3 0.00/1.00 vMB 0
111,849 111,849 000000000000ee10127e327350d92b9a8a02ff5443daad61a0e19814612aa049 3 0.00/1.00 vMB 0
111,848 111,848 000000000000f2c394c3f2521161c9ae8e26d018c24d5e8ea3d8877637b642f3 1 0.00/1.00 vMB 0
111,847 111,847 000000000000763552d029e606accdf14eddcbaaaffd606f433a06669f819012 2 0.00/1.00 vMB 0
111,846 111,846 0000000000009bb28432a06b49d8973f911c40448130dd49740e379bf85d1fe2 12 0.00/1.00 vMB 0
111,845 111,845 00000000000027a9ee63b3362b2dd24c9e95bd6480773af3e82547b62c2e75e2 10 0.00/1.00 vMB 0
111,844 111,844 0000000000009cad6430b8d09c7dba0c252d1e543fe8764e2f28e9dc6ddab1fa 11 0.00/1.00 vMB 0
111,843 111,843 0000000000009f073cfae43b65605578751797c26803ce347ff3791c9c606e40 8 0.00/1.00 vMB 0
111,842 111,842 0000000000011f32e4ee64e51fdaf0c3600e97c88fd00dd64e24007aacb84148 19 0.01/1.00 vMB 180
111,841 111,841 0000000000005d78f35e5a7146ebf2e43a5599362696a6c17da8ceb00a47e5bc 4 0.00/1.00 vMB 0
111,840 111,840 0000000000004a83b1da64fd7dec8b811c431316dc3390069e330a10821fad33 2 0.00/1.00 vMB 0
111,839 111,839 000000000000426349d0591b685a4ce792cfff26e93873dcc56550aa837a3ce1 1 0.00/1.00 vMB 0
111,838 111,838 000000000000d72f6b6d55a85f38062fec8eb37f09f9017e682b9d62c915af82 12 0.00/1.00 vMB 0
111,837 111,837 0000000000011060d945d2bde4d1fe4061930129c3ec970de9eee091a9df91cc 2 0.00/1.00 vMB 0
111,836 111,836 000000000000a7ded7e91061dd2fba1c09c30223891e85409f1f0d3a0ffb11d6 6 0.01/1.00 vMB 1
111,835 111,835 0000000000000951d9cb0c0c4810e72635808bb95802fad68599c1d310dc6c73 12 0.00/1.00 vMB 0
111,834 111,834 00000000000067f09873276c18492594a368ba66c745b5645412917a9fd5bb77 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.31 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 767.24 GB
    • Received: 19.38 GB
  • Uptime:

Notes

  • 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.