Loading Tool

Explorer IconExplorer

Memory Pool

32,893 transactions
28.75 vMB
0.04523143 BTC
Random Selection Loading Transactions
Max Size: 156.45/200 MB

Candidate Block

Mining Attempt d51a92ff70420f2f6b111ac0a05de8a603954aaabc0e7b4e972d42534ab3b4f3
Version 20000000
Previous Block 000000000000000000000bc21b479fd31aa63c3be24413129b49cafe3e219f55
Merkle Root 4feda43d4c310627eeeeb497a4e9c5e49ce79bc7bb9fc88e9fa220e71b479ba9
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,848
Size: 1.00 vMB
Total Fees: 0.01325140 BTC
Feerates: 73.20 > 1.33 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,172 (3,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
935,929 935,929 000000000000000000015b9e8afed71efd6e6d5bc714731e801d6a1c111ecc8f 3,320 1.00/1.00 vMB 3
935,928 935,928 000000000000000000023085623fdf1a6634a06f8ad1dca6de52cee649a580f8 4,079 1.00/1.00 vMB 1
935,927 935,927 000000000000000000006a38b7c5233457a52a2c87704fc6afcdb499748d3248 4,144 1.00/1.00 vMB 1
935,926 935,926 00000000000000000002245aa353619b72ecefd7e92295f8a7212c81e4cd9c48 4,473 1.00/1.00 vMB 1
935,925 935,925 000000000000000000018fab3bf4738503a174f046da6a9980ca580e55ae3d1c 4,055 1.00/1.00 vMB 1
935,924 935,924 000000000000000000003a77e46b6ab0e877c48e89c670b6b7e527a516a69e4f 2,765 1.00/1.00 vMB 2
935,923 935,923 00000000000000000000baff6049adcb8dfbc10b92cf58d94191ebb265f81f0f 4,159 1.00/1.00 vMB 4
935,922 935,922 0000000000000000000101970efae10115747e57ad0278fad4cd17a311aeaf3a 3,377 1.00/1.00 vMB 2
935,921 935,921 00000000000000000001d69f0abe26fac6489d59f9049c84b6a94134dd216831 2,657 1.00/1.00 vMB 1
935,920 935,920 00000000000000000000bff23eae27a86d0ce0a6604c27b1705865148592418a 3,439 1.00/1.00 vMB 4
935,919 935,919 00000000000000000000160b36ec12e80289d15f03e82035a5f0b0034709ccc5 3,545 1.00/1.00 vMB 1
935,918 935,918 0000000000000000000039f1847302b96ac2c921e6b0bf5a2aad47a265224ec7 3,214 1.00/1.00 vMB 4
935,917 935,917 000000000000000000017fd74a40d933a26680e7dace27c3446e866d586885d2 3,221 1.00/1.00 vMB 1
935,916 935,916 00000000000000000000c5e924ae1d05ac3996bb876e7efd09db4ae0641fbd12 1,451 0.38/1.00 vMB 1
935,915 935,915 000000000000000000000537f9acf376afab803cc31d985e44af34a16959af9f 2,660 1.00/1.00 vMB 2
935,914 935,914 0000000000000000000176c8b832ace107665d8558d437cefc363c20e124a575 2,910 1.00/1.00 vMB 2
935,913 935,913 00000000000000000000d0f290a3587d7a3c99c5d512ac310a02f5b7a10a36fc 3,930 1.00/1.00 vMB 4
935,912 935,912 000000000000000000001c99eaaedc8bf5cdee603d57e4b93100467201f79d07 3,265 1.00/1.00 vMB 1
935,911 935,911 000000000000000000004166f5d9344a626301a0ca1a96fabbc6a38a168cf4bd 2,948 1.00/1.00 vMB 3
935,910 935,910 00000000000000000002141ff595223f612cf97443e1dcd01404abd90b4bfcec 2,691 1.00/1.00 vMB 5
935,909 935,909 0000000000000000000110b18f7286b7598d8a053ce411a9df79d595efcbfa81 3,456 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 825.23 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: 4,227.14 GB
    • Received: 232.67 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.