Loading Tool

Explorer IconExplorer

Memory Pool

76,293 transactions
28.51 vMB
0.06934942 BTC
Random Selection Loading Transactions
Max Size: 172.64/200 MB

Candidate Block

Mining Attempt 55fd1fd91bc540821c2932e352548da4846f6aff43449ff13cb026244caacfca
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root c7f2f4e39539c2e6867c0111068fd0fe725c454139e7dd29ff0cf07a2d89a887
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01030259 BTC
Feerates: 101.00 > 1.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (406,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,712 508,712 00000000000000000011e6c0c9eb3fa02a232c920330f7ae0a4fed403fd8f9f6 1,244 1.00/1.00 vMB 64
508,711 508,711 0000000000000000004861bca735a52a9e41f8896c5a8a15723bcdf59a5b2c0f 361 1.00/1.00 vMB 21
508,710 508,710 0000000000000000005a47b875a4c843a3565cdf902d70902d5aef10d5c38fbd 1,426 1.00/1.00 vMB 63
508,709 508,709 0000000000000000000ce89d7986fdb2b63331f8144030c92b03a695f49c78e2 1,887 1.00/1.00 vMB 62
508,708 508,708 0000000000000000002d0d654b8799c1a5d93278a5a542164cc2778e43afb12d 378 1.00/1.00 vMB 17
508,707 508,707 0000000000000000003195222dbec9b62ec89d844100fc75a30648ad69ec3671 1,065 1.00/1.00 vMB 45
508,706 508,706 0000000000000000000fcdd22cc6a08b382d7ae66f5ccfb63806df311d60f0d4 377 1.00/1.00 vMB 12
508,705 508,705 0000000000000000001c43bfc73581374b5f9615dbce34795487e7b0f6a99bb8 2,123 1.00/1.00 vMB 39
508,704 508,704 000000000000000000014cc0c5dd26f3ef7a47d8b6175d7c9d033a1578e8bd1d 1,693 1.00/1.00 vMB 59
508,703 508,703 000000000000000000013f82aee5c58a8e0db0b328bc5b7253dd4ee3707164e9 1,158 1.00/1.00 vMB 27
508,702 508,702 0000000000000000004ea1bddc905e96b04d39765c9f893d9db8eb78dc632e68 3,287 1.00/1.00 vMB 172
508,701 508,701 00000000000000000013aa98bc646cbb7880f724ebd39a071e118811c176a5f2 763 1.00/1.00 vMB 25
508,700 508,700 00000000000000000003e64a99debb2770b3d8d1accf47b2dc220f7c9eb84f97 490 1.00/1.00 vMB 25
508,699 508,699 00000000000000000035a157af330489e4abd28599502b9322ad107780c7ebd6 995 1.00/1.00 vMB 38
508,698 508,698 00000000000000000006163c9c1050df02f3e3b225d96dbfad7c1b18e2f4ce8a 396 1.00/1.00 vMB 14
508,697 508,697 00000000000000000040b2bf4f84f704989984698d656b198cefa5eb0466059f 411 1.00/1.00 vMB 8
508,696 508,696 00000000000000000014748a772f1de32e7c6bc353de0f823d5e888bb91039e3 1,452 1.00/1.00 vMB 46
508,695 508,695 0000000000000000005e6d4a28a43beb9a5c1a14bcce602947926073baca7c12 1,543 1.00/1.00 vMB 55
508,694 508,694 000000000000000000229fca5d1aef67fdbd1ac60e65230d42290dd5b5201bff 320 1.00/1.00 vMB 12
508,693 508,693 0000000000000000002732804c91bd132dee0ddd71a0a90e8b25667b7af80ab8 921 1.00/1.00 vMB 43
508,692 508,692 00000000000000000057680c3c549a0285c88f838afa6e068534545c413d5317 516 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.