Loading Tool

Explorer IconExplorer

Memory Pool

46,013 transactions
26.81 vMB
0.08690779 BTC
Random Selection Loading Transactions
Max Size: 142.46/200 MB

Candidate Block

Mining Attempt 9f7298e7bad656a9496af37555e107e45fbf87e149b0bb980a3a24d8440e1d8d
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root 5024b137e6c5ca704dbab05a0081426134078cbe99fba4ac83247143b99b3b44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,387
Size: 1.00 vMB
Total Fees: 0.03738330 BTC
Feerates: 101.64 > 3.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (546,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,862 367,862 00000000000000001069f781f7145ff99772904e630c7f783c6c5f8c72b6562f 1,506 1.00/1.00 vMB 40
367,861 367,861 000000000000000013b2c7e29c9a4b0ef4d59dfee3fd32bc085d93fda0567130 445 0.75/1.00 vMB 20
367,860 367,860 0000000000000000120e84f743aa48a21eb6b059a76bf110f02815d4cad5a1d4 555 0.78/1.00 vMB 22
367,859 367,859 0000000000000000078f066e7c72b239ad99f2c3ee3b5db6459ce237f9cf4b3a 5,388 0.43/1.00 vMB 8
367,858 367,858 000000000000000010320e6524b2f7134674039231bf702b69151b695b9bb204 547 0.49/1.00 vMB 38
367,857 367,857 00000000000000001114d81eb2df3928872a904b486307cec0a94027a4c1ead9 1,279 0.93/1.00 vMB 36
367,856 367,856 000000000000000001d5e2eafcf1ededd2c1c90803b44352dfc2120e247b233d 681 0.84/1.00 vMB 24
367,855 367,855 000000000000000011d14fc3bdb6bddfa7d8e9d6dff44975b87182ef5d6930f6 466 0.79/1.00 vMB 19
367,854 367,854 00000000000000000790326b80b943a1e8c05e0f1474e70ffdf0648d07a76cdc 1,145 0.85/1.00 vMB 29
367,853 367,853 00000000000000001080e6de32add416cd6cda29f35ec9bce694fea4b964c7be 12,239 1.00/1.00 vMB 22
367,852 367,852 000000000000000008b9bce1696733ea57c539370810865445d7b92d8d50f28f 1,037 0.93/1.00 vMB 29
367,851 367,851 000000000000000007796685374d184e373aea4f4af697a5fba361e1d9e544a0 9,647 1.00/1.00 vMB 13
367,850 367,850 00000000000000000dfc6ff45bc9dde82c8622adb0e3a918a36bed16405fa1da 568 0.80/1.00 vMB 22
367,849 367,849 00000000000000000914ea4ade65377f7f975e90023b3f18473c6683c6d06d5b 87 0.10/1.00 vMB 30
367,848 367,848 00000000000000000f0698ab4b7d660f169ec043b94aea719dae582fba099a4e 278 0.19/1.00 vMB 28
367,847 367,847 00000000000000000470a53ed6bdc8ff98c2d7a5082a677391f8e7fa95e1bf16 765 0.89/1.00 vMB 23
367,846 367,846 000000000000000011f9359c76eaa71890d14a74e31a81bcaa64f81788e562aa 1,238 0.75/1.00 vMB 41
367,845 367,845 00000000000000000e4e3e60149e545b57c9a27f79edde02396c9764feb62d69 1 0.00/1.00 vMB 0
367,844 367,844 0000000000000000138e9c91fa3eda3753839df34f38cdd672b2877ffdeaf341 852 0.92/1.00 vMB 27
367,843 367,843 000000000000000002282aaaa5aa72beb134db198d4c56affa4c041b6bd8cdcc 4,501 1.00/1.00 vMB 31
367,842 367,842 0000000000000000070bfb7b53562c4257b912af05e5fd510d2ac10eabc37e12 1,834 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.99 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.81 GB
    • Received: 13.09 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.