Loading Tool

Explorer IconExplorer

Memory Pool

49,983 transactions
30.12 vMB
0.09941214 BTC
Random Selection Loading Transactions
Max Size: 161.20/200 MB

Candidate Block

Mining Attempt 03c5ba87c9ee369575fdb33ed6ea4df03dee49607c8e461b39ecb34297277f79
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 052aca8b1f4e7db9b240bb79372fd3c37ed731c116df02e0dd7aa0d940bed766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02979810 BTC
Feerates: 80.71 > 2.99 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (411,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,996 502,996 0000000000000000001ad47c9225a7a8a2a63b348913e51a22c1546672a334bb 2,446 1.00/1.00 vMB 604
502,995 502,995 00000000000000000068a5a51a0c352c1a4c394d8b1d7d1a0a508ec9c81b13c9 1,735 1.00/1.00 vMB 394
502,994 502,994 00000000000000000061e5730952d010f561b9e51996ddf9f069777c917c37e4 1,887 1.00/1.00 vMB 300
502,993 502,993 0000000000000000008fe25869fecce714576d071bc5ee33257774bcf8ba2068 1,390 1.00/1.00 vMB 263
502,992 502,992 00000000000000000011b2274ee21e3e21c71082b0cf4c80dabec74a21e1960f 2,216 1.00/1.00 vMB 556
502,991 502,991 000000000000000000641bcd61da436996730ce3e238a066870314a8477cdba7 1,666 1.00/1.00 vMB 342
502,990 502,990 0000000000000000008a4329eaa693841908f6836a20ed96e38deb81a172b968 2,004 1.00/1.00 vMB 481
502,989 502,989 00000000000000000081ec614e8a88f121b4b6be7c60de23d1c111e7f55122df 2,142 1.00/1.00 vMB 579
502,988 502,988 00000000000000000078d3c02d557a25a0b25e7e232b8bb053a8655040cc4c7c 528 1.00/1.00 vMB 395
502,987 502,987 00000000000000000048cd4ba8a2db861e1fc22d36a03fcdd55b605e7b38dbb6 2,402 1.00/1.00 vMB 517
502,986 502,986 0000000000000000005fbaa9f8bf0e9008214d90ac10b0fb6d32bd0183ea819a 1,268 1.00/1.00 vMB 278
502,985 502,985 00000000000000000019999489ec2630392b0bbf45516d3371e8fc1ef1f5fe67 1,615 1.00/1.00 vMB 355
502,984 502,984 0000000000000000003d9a15205da765bf961909da9bdc19d2469168f25002c1 2,043 1.00/1.00 vMB 366
502,983 502,983 00000000000000000082a7157b098eea02cd0a41655f7c37a4f154b7b88ef18c 2,081 1.00/1.00 vMB 451
502,982 502,982 000000000000000000502ceaf83bae90c5c393209d0d535d1cedd3a0e15019c7 2,968 1.00/1.00 vMB 540
502,981 502,981 000000000000000000338d699d293acff54deead59f3ad81cebdea5fd958df6e 3,340 1.00/1.00 vMB 545
502,980 502,980 00000000000000000033620774e8aeeaa02bb5d83a12260b33c0cfced1711300 2,631 1.00/1.00 vMB 492
502,979 502,979 0000000000000000006af64fecd901635c0585479eccfdaf14336e4d60766b4a 2,370 1.00/1.00 vMB 475
502,978 502,978 0000000000000000003eb6284edc5534388bca628abab5316e8d3aadf77a9aef 2,646 1.00/1.00 vMB 492
502,977 502,977 000000000000000000444139f9db5e88cd87f1896159e606bdb280a3d520bf25 2,286 1.00/1.00 vMB 483
502,976 502,976 0000000000000000003921a876e5b64dc0732b3e811b8f54351ffd8a78b1cf50 3,253 1.00/1.00 vMB 522
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.