Loading Tool

Explorer IconExplorer

Memory Pool

26,009 transactions
11.47 vMB
0.08887275 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.14/200 MB

Candidate Block

Mining Attempt 78a14551879eb56d535311fec20cc5cd653b2a290317487c6764e04e9c61c8be
Version 20000000
Previous Block 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466
Merkle Root 5339f85fc93757eb6195e306eda906ac5bf04f523caacf33d2d78923b9b09f2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 0.9979325 1.00/1.00 vMB
Total Fees: 0.06957340 BTC
Feerates: 101.66 > 6.97 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,588 (652,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,970 260,970 0000000000000014189877791dd9cd1ef1248604c364f60905fffc5dd91b59b2 673 0.25/1.00 vMB 167
260,969 260,969 00000000000000049feb8ae09882de28c04ecb65462609ad25a7090f66da293c 642 0.25/1.00 vMB 145
260,968 260,968 00000000000000176b7d2409cf44b5cfdf5be9f61759e241102e5f64a71f2bcb 368 0.16/1.00 vMB 110
260,967 260,967 000000000000001b81a947a8b17136a4595e879e10142ab52322f55856ae185b 301 0.14/1.00 vMB 2,471
260,966 260,966 000000000000000e95626737b2c5f0303c9e6a45abe7cfe5bce339ee83c36dcf 189 0.10/1.00 vMB 97
260,965 260,965 00000000000000141dc1711061001c993a3f814877c401bf6bab6c438004c223 145 0.07/1.00 vMB 113
260,964 260,964 000000000000000a7659c9c2d83c3057738974e97014956e2a577fe682ad10c5 52 0.04/1.00 vMB 36
260,963 260,963 000000000000001b468c6298f3865d15d76023ed99aa7c8c85dc6de2b334af0b 93 0.03/1.00 vMB 58
260,962 260,962 0000000000000003e616888474d0645985ada3e0baaae71663b2d8dd6dc8bff7 582 0.26/1.00 vMB 121
260,961 260,961 000000000000000f59dbcb009d46c79f673f5fad124ba0928dcd363943592a3b 604 0.25/1.00 vMB 132
260,960 260,960 0000000000000007f6bbd1613a0e6199f684962430fd0d458b66d49e1df2da26 99 0.05/1.00 vMB 76
260,959 260,959 0000000000000002b63ffdc0a516ff034bc498de9995e6e30ef4949a5d1e7e85 54 0.03/1.00 vMB 21
260,958 260,958 0000000000000017b6133e976a69bb25c1c5dd8539b85ee8a9f9555f8c5b6824 134 0.05/1.00 vMB 41
260,957 260,957 000000000000001486ecc70217796c81a2d43dbf9368f5b625e12b3ca5416ff0 732 0.32/1.00 vMB 104
260,956 260,956 000000000000000dda546849b64702f272d9a828141cc71dc6dba525e8dfac8b 510 0.25/1.00 vMB 114
260,955 260,955 000000000000001b71e035937a1801482b1c6f24d35001b36d7cac3b5a7c02e4 348 0.15/1.00 vMB 103
260,954 260,954 0000000000000013ae7387da12cc1f8e5bd4bdf0d870431ac956c2aeacfb3fd3 612 0.25/1.00 vMB 117
260,953 260,953 000000000000001b54d056fc592e332922e2a8e63837aefcf66daacfb6cc470a 125 0.06/1.00 vMB 21
260,952 260,952 0000000000000008eb7d0089a20ed269c3fa3434a14bb7af938fe2cf768bd040 520 0.21/1.00 vMB 155
260,951 260,951 000000000000000cd371c8ffc0386be780eed62bf57d6e09712bb401bb1129a4 430 0.19/1.00 vMB 99
260,950 260,950 00000000000000147b59cec72ee3637e45ac15bd5f940536432de627aaf47cc5 591 0.25/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 779.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 454.43 GB
    • Received: 2.55 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.