Loading Tool

Explorer IconExplorer

Memory Pool

82,804 transactions
30.67 vMB
0.13810044 BTC
Random Selection Loading Transactions
Max Size: 184.82/200 MB

Candidate Block

Mining Attempt 7139c8e56241b0da40d12f90c205a87f269125b71abfb5d875d818ca6c59f484
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 8b5ceb496222c8ebd68a0733f68882fa446d9efc6c087745d78838f8bd1f174f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.07354821 BTC
Feerates: 203.60 > 7.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (301,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,894 613,894 0000000000000000000ccf5a6b68aaea0fb4d44847b3750e9042a644f4fc40c3 3,269 1.00/1.00 vMB 26
613,893 613,893 000000000000000000128bbfaa92e9cbd12ab15aacfaa0cb96b579d04f8fde65 2,421 1.00/1.00 vMB 21
613,892 613,892 00000000000000000001a52c36afc09be2e432c7d67a757c2a4ff60549cb07fe 3,213 1.00/1.00 vMB 27
613,891 613,891 0000000000000000001160b0572d37195c1db85c003e272ba60477a1948125fd 3,506 1.00/1.00 vMB 31
613,890 613,890 0000000000000000000393e3bb3cbc18d1edbf3bd9305bdb858d91a101f2cd47 3,139 1.00/1.00 vMB 22
613,889 613,889 0000000000000000000feb20c56f38e31b913e5633674ae7dc62e5e25ddb88bd 3,607 1.00/1.00 vMB 29
613,888 613,888 00000000000000000001e7a421cd0ba491c36b72c7f125a8a5c011be8573c35a 2,359 1.00/1.00 vMB 19
613,887 613,887 0000000000000000000c9d3ca28cd6baa2dd52d3b1884915d3da162057d7cd36 2,909 1.00/1.00 vMB 29
613,886 613,886 000000000000000000118a42136e4fa227ebe3e48c9005c1b5b4c73b57b96dc0 2,950 1.00/1.00 vMB 21
613,885 613,885 0000000000000000000d9f972e6982c62c10a55417b0c26d145534e5d404e916 3,072 1.00/1.00 vMB 42
613,884 613,884 0000000000000000000dec23a2a44d58ddc7aff1c344d95baa553c99a118d329 1,258 1.00/1.00 vMB 25
613,883 613,883 00000000000000000008045f7ea7a49548ddf50fdc02be7cf6c93118847cd695 2,978 1.00/1.00 vMB 39
613,882 613,882 0000000000000000000e86c7e8b904db4999c65e50693617238ca290bb4d06e9 2,573 1.00/1.00 vMB 13
613,881 613,881 000000000000000000034defee0f094d290d57826a9d103978fed05232e1048a 3,048 1.00/1.00 vMB 13
613,880 613,880 0000000000000000000389cc52e087b69647923641f36d83630d9a10ac7b6c28 2,799 1.00/1.00 vMB 32
613,879 613,879 00000000000000000001670115ed4e9bb2e47bd7b248e14455feb6f5bc7849d1 2,107 1.00/1.00 vMB 11
613,878 613,878 000000000000000000056adf219f02b2f3a5f8d618f94b252c9c3120e80cddd6 1,752 1.00/1.00 vMB 12
613,877 613,877 00000000000000000012126071d1af75d1d734245a1693938650e6c424548961 3,003 0.99/1.00 vMB 16
613,876 613,876 000000000000000000019a04b62cedd00b17abf5911cfdffb7ced8acfdb0dd46 2,442 1.00/1.00 vMB 35
613,875 613,875 0000000000000000000b96d28d234c7e2bb4a94345c24cace7cc46023e872460 3,472 1.00/1.00 vMB 15
613,874 613,874 0000000000000000000b44e16630eb86c6f01f7005ea297e97f65a781f335576 2,277 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.