Loading Tool

Explorer IconExplorer

Memory Pool

25,753 transactions
25.64 vMB
0.08515430 BTC
Random Selection Loading Transactions
Max Size: 123.87/200 MB

Candidate Block

Mining Attempt c3c811b07b51ffbc7ef9642ace47ab7e9401ef997c9f457bbc764d294a66c32e
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root b218a75a7c39ab616b9ddb51f982a92d82228c757a12509dc5e0329211a2a71f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.03560394 BTC
Feerates: 150.86 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,104 914,104 0000000000000000000090007083a4c5b0066025965bf90976dad02bace4e5cd 3,888 1.00/1.00 vMB 5
914,103 914,103 00000000000000000001317720132d80b3c5f110fda6e0a6381bf383da587c0b 1,892 1.00/1.00 vMB 1
914,102 914,102 00000000000000000000f3763eedce0e0aad8655d903ce8e15958c75419fe8e5 3,865 1.00/1.00 vMB 6
914,101 914,101 00000000000000000001485150ed72276bf49d276afcb1238e097aa4c06b9c6c 1,730 1.00/1.00 vMB 1
914,100 914,100 000000000000000000009f37e8f88c259085af670efbbc6b1b625c99d2ab3018 2,300 1.00/1.00 vMB 6
914,099 914,099 00000000000000000000c8851a0005249cb2530a064b7283ca945da97277b6da 4,092 1.00/1.00 vMB 3
914,098 914,098 00000000000000000001045411278c3f10e0eb0874bafed6934049382fa0e78f 3,696 1.00/1.00 vMB 5
914,097 914,097 0000000000000000000034ced83c19904b99939bcb0ad7b52478b57c75ef4a37 4,120 1.00/1.00 vMB 6
914,096 914,096 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77 3,963 1.00/1.00 vMB 3
914,095 914,095 00000000000000000001b5bca3f6277c275cc4da6d3ab63ad849c5d10c677fa9 3,374 1.00/1.00 vMB 10
914,094 914,094 0000000000000000000187815afe94b785578cc47d80c9276cd4af19b8916538 3,691 1.00/1.00 vMB 7
914,093 914,093 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8 2,411 1.00/1.00 vMB 2
914,092 914,092 000000000000000000004a5f4b6f345a3e71e47a862a7fb49cd1146827c0a647 2,438 1.00/1.00 vMB 2
914,091 914,091 00000000000000000001bc18b8ae9e3753f1b9c1d6db29bbca8d50ec2e5c1ef1 3,248 1.00/1.00 vMB 12
914,090 914,090 00000000000000000001e617077417fb25ab1cd7726c5719286653a2b2bc0fb5 2,735 1.00/1.00 vMB 3
914,089 914,089 0000000000000000000047ef608726ddcbb3b55d4b40e46cc9e6f0aaa6634f05 2,572 1.00/1.00 vMB 2
914,088 914,088 000000000000000000009be4adb63bfef2b3437f86854a3bd6b98ca3c4556036 2,309 1.00/1.00 vMB 3
914,087 914,087 0000000000000000000075f7f0d716095abc5d5915552b56d7f74fc1265f2fec 3,036 1.00/1.00 vMB 3
914,086 914,086 000000000000000000018399d00f463c5d9c7ccc6b23a3cee0e59a40807be6a1 3,555 1.00/1.00 vMB 12
914,085 914,085 000000000000000000002de571b094bfff7eee2407ae753761569733a5146f33 3,369 1.00/1.00 vMB 5
914,084 914,084 00000000000000000001350ed2034af4b78f928cb7df77b79c39a7979cbb2b7d 2,808 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.11 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: 580.05 GB
    • Received: 8.92 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.