Loading Tool

Explorer IconExplorer

Memory Pool

38,694 transactions
31.33 vMB
0.12066119 BTC
Random Selection Loading Transactions
Max Size: 155.40/200 MB

Candidate Block

Mining Attempt 2be95c0cee1f7a77c3f97e4eefc23cfd240cc61bb98b6bd8b5b58c541fbdf44d
Version 20000000
Previous Block 00000000000000000000de69edf4bbef30a95b0a0bc1ddc631b89bdc493f7fc6
Merkle Root 0e0d4c2ffb517f2b1061cb49ed104c9104747234f3f42170511d9772602b75e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 1.00 vMB
Total Fees: 0.05626570 BTC
Feerates: 120.23 > 5.64 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,382 (817,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,065 97,065 000000000003fc1220a982450353198b3c22a57838357cca74a974bb2fbc185d 2 0.00/1.00 vMB 0
97,064 97,064 000000000001d6c299af7d5fb9d2355bcd71d9c5c2962fa9e12696e4c3509f21 2 0.00/1.00 vMB 0
97,063 97,063 000000000001a2931fcb913b34074d2a2a1df57754829a7929a52813bc36cce0 2 0.00/1.00 vMB 0
97,062 97,062 0000000000043e0001f91c5e798b916dde4d0ca7c473ebfcaf54ce24f556ccde 4 0.00/1.00 vMB 0
97,061 97,061 0000000000040af96cafb965c6bb97bd123325e3296a35c2b321bb5229c6df7d 3 0.00/1.00 vMB 0
97,060 97,060 000000000005076bd8b5abeeafb5ecf7d73734597652122507a6f9a98943f161 2 0.00/1.00 vMB 0
97,059 97,059 00000000000283c1631d7399c5878b9d68372f89d59925edde1bdec672c5e470 2 0.00/1.00 vMB 0
97,058 97,058 00000000000170de104f86f12e36a94617fb2242237c3a915037674cfa9c52df 8 0.00/1.00 vMB 576
97,057 97,057 000000000000f7a61a40ea82d6b044289a52fb9cf31fd95ad4f45052e94d0228 2 0.00/1.00 vMB 0
97,056 97,056 0000000000029a004270ac5ad0168834edd7342670d02e4e8bc249ee544d7a56 8 0.00/1.00 vMB 0
97,055 97,055 000000000001bdd5e3d11c9f68b6c03053f5f818b54e84a62f4d2246c8ddc7f2 6 0.00/1.00 vMB 0
97,054 97,054 0000000000014f5bea8e6dce65df69819a93b175e12ac8f2a6a3ab6a34b56b5d 9 0.00/1.00 vMB 394
97,053 97,053 00000000000398479584ff9103d473c8061b1f1dc232f631e84e53f47ab4b00b 1 0.00/1.00 vMB 0
97,052 97,052 0000000000040e46eb4b234a9f9b8553f1e7a074801ed90be6e6ae457aa4611f 6 0.00/1.00 vMB 0
97,051 97,051 00000000000047eafb9ea579b53a39e08470027fd187a5534ccb808765b4f1db 3 0.00/1.00 vMB 0
97,050 97,050 000000000002ee6be5f857861f27020ad81a805f56701b80fcf90e88e753583f 7 0.00/1.00 vMB 0
97,049 97,049 0000000000054a6bc7927a99fb5163fab02653feecdf2d8852dec17639697555 1 0.00/1.00 vMB 0
97,048 97,048 0000000000013508241babb83b1ffd4c52ea86c91638f19c73c31eb4a9a536c3 1 0.00/1.00 vMB 0
97,047 97,047 0000000000041a6e8c3e7f927f1b43e43a3255967de6e01c5911eb86fcc19e73 1 0.00/1.00 vMB 0
97,046 97,046 00000000000436e33f9e3046e28f61ebe16bfe6c6f606c73e64167ce51d5fcb6 1 0.00/1.00 vMB 0
97,045 97,045 000000000004ee3f400f180f6989def425ef0dc543be278509e29070c61ccf30 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.28 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: 597.46 GB
    • Received: 9.85 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.