Loading Tool

Explorer IconExplorer

Memory Pool

43,892 transactions
26.37 vMB
0.05292879 BTC
Random Selection Loading Transactions
Max Size: 139.31/200 MB

Candidate Block

Mining Attempt d3b4571b9a43cff1ab32742391e5019d03b67ac6184b764cadb47b3fb4552788
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f8f0f7a4f5202dbb5c43d8f76531bbdd4fb347c9ad0e07f4d589324716e966cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,688
Size: 1.00 vMB
Total Fees: 0.00464648 BTC
Feerates: 15.05 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (412,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,723 502,723 00000000000000000078d7e24004b3bedc5feeb252fd0eafe9b5219fff4f3012 2,506 1.00/1.00 vMB 535
502,722 502,722 0000000000000000007daa206a5c376c9a6ccf0eae81ab7f460fc0789107e938 2,172 1.00/1.00 vMB 464
502,721 502,721 0000000000000000005925afc44bf84e4c5e95e00c7289d554c8d4795107d903 1,933 1.00/1.00 vMB 458
502,720 502,720 00000000000000000038b0a7a1199addb326a65e0b6ef2db9cf9f0151545b196 2,644 1.00/1.00 vMB 412
502,719 502,719 0000000000000000000813cd904806ebe68eb358c38b48bf74ec14acfbf1fde5 2,426 1.00/1.00 vMB 462
502,718 502,718 0000000000000000005faa8eaa7f0b8bfed5e2cb6aa72dacb87e8825f0a25440 1,900 1.00/1.00 vMB 452
502,717 502,717 000000000000000000157fc49e26fed8364ab02a93c9cfa391a806f4d7e63c94 2,417 1.00/1.00 vMB 526
502,716 502,716 00000000000000000070b5e77723aa8997d69eac7709dd693510313ae48d2c20 2,258 1.00/1.00 vMB 414
502,715 502,715 0000000000000000004863687ea8b397b81e693a69aca402d008363afe59a1b8 2,302 1.00/1.00 vMB 509
502,714 502,714 0000000000000000000924a4e6d7f6513f8addce77d7d4a57b87815252e06908 2,492 1.00/1.00 vMB 450
502,713 502,713 00000000000000000036b68b99015b718b01363a70e0a08b5b7c9c18d2185cc7 2,415 1.00/1.00 vMB 521
502,712 502,712 0000000000000000001ef6bfdad3aa278fdfbef67c64fc991dc0776458e20e91 1,910 1.00/1.00 vMB 583
502,711 502,711 000000000000000000484901ed73782cbd47877b44b962d0e91cc144f7cb64f6 2,636 1.00/1.00 vMB 466
502,710 502,710 000000000000000000857e21d78a063c8032c7095fb776e897545373961ac774 2,408 1.00/1.00 vMB 444
502,709 502,709 00000000000000000027006fefe266889f4f67a6449b79b303e272ae170d292d 2,177 1.00/1.00 vMB 507
502,708 502,708 000000000000000000888a363f4271637c7a347b2e8edb22c3149b8471409769 1,678 1.00/1.00 vMB 483
502,707 502,707 0000000000000000006fbd70b04fb6a35d72573a4db9ed8565f6932b9edbea09 3,006 1.00/1.00 vMB 529
502,706 502,706 0000000000000000004c30777671f7fb1949c4d27e65afd04d2bc96f1fea1d80 1,887 1.00/1.00 vMB 509
502,705 502,705 0000000000000000005d15641ae128bf7f4fe4a18b73d721191ff5143d5e0003 2,167 1.00/1.00 vMB 565
502,704 502,704 000000000000000000879c4d4f28b9f091856bebdec0dffee772c54c532633fd 2,100 1.00/1.00 vMB 641
502,703 502,703 000000000000000000016519ecafef09fee83bf9211ba69a1c5dca00e905cf5d 2,467 1.00/1.00 vMB 575
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.