Loading Tool

Explorer IconExplorer

Memory Pool

82,691 transactions
32.39 vMB
0.07135376 BTC
Random Selection Loading Transactions
Max Size: 191.72/200 MB

Candidate Block

Mining Attempt 8c66c181ab0e1cf117bf42ad197c24466592945610332b9f3ed09c204e2b2a0b
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (288,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,959 625,959 000000000000000000063ccdaefc776b9773ae0f2c0430356212446d5cfb64c4 3,122 1.00/1.00 vMB 18
625,958 625,958 0000000000000000000b36bb4b80591c7bfad5695e012ab48b397221fbaee967 2,794 1.00/1.00 vMB 23
625,957 625,957 0000000000000000000cf8e31619cd77e0a0a290884eeb002d52126ce275eaae 2,291 1.00/1.00 vMB 29
625,956 625,956 0000000000000000000b3a636932c1c0e67aa6625d1a104cc17b427cbd6c0fc6 2,036 1.00/1.00 vMB 26
625,955 625,955 0000000000000000001068472d8dc0d3f6e849b6eb5f19b2c760914aaabc88e1 2,599 1.00/1.00 vMB 25
625,954 625,954 0000000000000000000ece41e4a751da47f97f116d6b0939d6d6edf0024838cf 2,466 1.00/1.00 vMB 34
625,953 625,953 000000000000000000049084149a4b07a31186b05dc5a1f991b4b26a26ed8018 1 0.00/1.00 vMB 0
625,952 625,952 00000000000000000009ecbb29f57d48b943f4737d37784f707b9d296d95a77a 2,542 1.00/1.00 vMB 28
625,951 625,951 0000000000000000000b46aade77344b1efcd0d2c4a1badc22b5e2cedc68422b 2,541 1.00/1.00 vMB 31
625,950 625,950 00000000000000000001883796dd659e30129db89674319e85b297f426366df8 1,745 1.00/1.00 vMB 30
625,949 625,949 000000000000000000016144c36415479de5495a53c4ee440dc383a0df225bd3 2,385 1.00/1.00 vMB 40
625,948 625,948 000000000000000000012cfd7b61e3a3d6e2a76d0f0b0fa9ecb24e0a8379c3e4 1,531 1.00/1.00 vMB 78
625,947 625,947 000000000000000000117880ed967a6dcfbb068964bcfd7155139f2a05d40182 2,723 1.00/1.00 vMB 10
625,946 625,946 000000000000000000063f176addbb2cdb7ca2d6e1bb4f6619044d91118b8f6b 2,582 1.00/1.00 vMB 18
625,945 625,945 0000000000000000000ce10300db97bb41c3f699588ec30e706c9c6f0ad22039 2,387 1.00/1.00 vMB 11
625,944 625,944 0000000000000000000e8b98b357614adaa955445b470a9f8b9d87de0d35af45 2,417 1.00/1.00 vMB 11
625,943 625,943 000000000000000000120ae03f144cf30c6db644a3fe640b03df84541396be68 2,776 1.00/1.00 vMB 13
625,942 625,942 0000000000000000000b52e5f79972ccb1b42f14bd5097381551ed7bb4f78478 2,305 1.00/1.00 vMB 11
625,941 625,941 00000000000000000011604b6d32a6074720f60aae04edf20396bbaf65e50edc 207 0.07/1.00 vMB 12
625,940 625,940 00000000000000000001a4c9e35da71d9fcbc44b3ce108012ca4042c6a68d774 547 0.16/1.00 vMB 20
625,939 625,939 00000000000000000004f7912d3b10b06da04c520cc7fb7c2998b9c66f290d31 1,751 0.87/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.