Loading Tool

Explorer IconExplorer

Memory Pool

45,256 transactions
20.20 vMB
0.04784136 BTC
Random Selection Loading Transactions
Max Size: 115.45/200 MB

Candidate Block

Mining Attempt d9da61c0e06e3d5d1da7409bd0e01abf2ad728e0fabd45237f054e3f2e7220f4
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root 5367242e8ff3c87f5574f0f3b5f3257681001a62fcaf68845c8c68b33c56b3fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,934
Size: 1.00 vMB
Total Fees: 0.00814100 BTC
Feerates: 444.44 > 0.82 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (788,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,613 125,613 0000000000000dbd85b2bbe792d638eaa68786dc7ce9cbe8079b9194a3659964 10 0.00/1.00 vMB 1,694
125,612 125,612 00000000000019824a2804647023852e54923b45563459cfa9bf5486e58b1d61 12 0.00/1.00 vMB 947
125,611 125,611 0000000000003d7c0932c7c7698c17712027db2cc6517100877dc67bd9fa8720 12 0.00/1.00 vMB 0
125,610 125,610 0000000000001a55af3a1b7fc0040aad862367c01331ac41e1bd3ed239044ae2 5 0.00/1.00 vMB 316
125,609 125,609 0000000000000a50aaf235abceeb4c8ec123f78621c6c105e9477d5c9f42a493 6 0.00/1.00 vMB 966
125,608 125,608 0000000000002e7e030ef25e80700aa996585fc20409a42cd5ef2f3bf8ee01ef 12 0.00/1.00 vMB 0
125,607 125,607 0000000000002815ead4dc920a3ee8c590b37fd7a365c620eeaad172373cb754 41 0.01/1.00 vMB 141
125,606 125,606 0000000000004382a0e3c0411288ef127931aa348eebddf7465f0a23255ebff2 5 0.00/1.00 vMB 2,070
125,605 125,605 00000000000040e7658fd23aa76177f80e8cf5912db5624fbc82e7a35609be17 7 0.00/1.00 vMB 2,048
125,604 125,604 0000000000002e7b08034eb88fd1a8577700f8c6ca94d5df23695f1ee5851be8 40 0.01/1.00 vMB 1,305
125,603 125,603 00000000000043bd59d218fe51e16abe6a905eefebb19ed4e35eb4dec45dfb75 13 0.00/1.00 vMB 1,782
125,602 125,602 0000000000002c4b32e4a4aba1ce75b0f02973dabc00a154e0c0ecc7b7c29991 17 0.00/1.00 vMB 222
125,601 125,601 00000000000022a7444d1a1be38fa208278cf52df06b26b4bc7e3da18cc12c86 51 0.10/1.00 vMB 1,238
125,600 125,600 0000000000002ceef932557b9b01e1956a84d9c8e3931b699e3e8a22b80a97dc 10 0.00/1.00 vMB 355
125,599 125,599 0000000000002cc6f20c68fc25713a80d68ea86307d79c98b5c2ed26fa2556c9 9 0.00/1.00 vMB 674
125,598 125,598 00000000000001549ec8b16ab1992d7753d2a52f406a9ae19c7d549c1529d82b 14 0.01/1.00 vMB 1,065
125,597 125,597 00000000000023319244f1853511e634e2c9090172fd8f42d513f16555bc532d 39 0.01/1.00 vMB 568
125,596 125,596 00000000000001e443d5235bcf00df8a4c65c52aabcf02a6dd9df2a1f110cb91 9 0.00/1.00 vMB 1,246
125,595 125,595 00000000000008814fa18d33d92e1200267c365196180ab2498914ed91dd02eb 9 0.00/1.00 vMB 0
125,594 125,594 000000000000258a7356d63742f9cc18a34505e1f0a8aff697070f1e701667ca 12 0.00/1.00 vMB 0
125,593 125,593 000000000000408b9abc5ad48df0f27d3adcb4abd815efc491544e606ced65b5 46 0.02/1.00 vMB 735
Previous 10 blocks ↓
Total Size: 780.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.93 GB
    • Received: 5.94 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.