Loading Tool

Explorer IconExplorer

Memory Pool

80,279 transactions
29.60 vMB
0.09811548 BTC
Random Selection Loading Transactions
Max Size: 179.17/200 MB

Candidate Block

Mining Attempt 75c04a50748cf487780a7fa9f321ee94c1266f51c51e4e1dad442272112679ef
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 6077c9e0e2749cb6f6dad0636eb1cd659467a8eac8590a401a034387f94eb49d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.03371223 BTC
Feerates: 178.73 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (230,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,049 685,049 000000000000000000007ebd3cd51863c9ad72aaaece3ba18f88d2a8b3af3f89 2,490 1.00/1.00 vMB 45
685,048 685,048 00000000000000000005510ad021be044269ce896f659b115b6554b17d1178df 2,848 1.00/1.00 vMB 86
685,047 685,047 0000000000000000000858653c6657ab76456bc06fd577c4d6733c162828f53f 3,160 1.00/1.00 vMB 115
685,046 685,046 0000000000000000000253f76bcd2ecaf91461b983b98a83cca143be9a0dc413 31 1.00/1.00 vMB 6
685,045 685,045 0000000000000000000a6c0d6afed6589d8af2db4bd91bdfbf882f34287f0d17 1,372 1.00/1.00 vMB 29
685,044 685,044 000000000000000000093b32eedbe4bdcfd8e248cc98da50e0a8696173c7b201 2,583 1.00/1.00 vMB 65
685,043 685,043 00000000000000000006fdf62e35c2a34c6dad7bc1a8475faa7327f09509c91a 2,299 1.00/1.00 vMB 27
685,042 685,042 0000000000000000000488660a0d1a0d96a44193c5c9c52ef5e8f6ec508386a4 2,455 1.00/1.00 vMB 84
685,041 685,041 000000000000000000097a28ca3b97ceef101d3221af3cdc083b5f7eb8e2a69a 1,633 1.00/1.00 vMB 59
685,040 685,040 0000000000000000000739e169f10f0760366188ed11da0310a623e20b8893b2 1,240 1.00/1.00 vMB 93
685,039 685,039 0000000000000000000b33f3dcd021ef2744388192609fdacbedf91058a3872a 2,476 1.00/1.00 vMB 38
685,038 685,038 00000000000000000000cd436a43e36a551df4b3639f49f77010e77c6019c241 1,791 1.00/1.00 vMB 32
685,037 685,037 000000000000000000036be8d399fa62dc370fb75074b993928b97b891c24b22 1,612 1.00/1.00 vMB 69
685,036 685,036 000000000000000000048bf073dfc1cde09972f3039ff221e64bb4707a079f4e 2,807 1.00/1.00 vMB 94
685,035 685,035 0000000000000000000790f8eb041796e1511849eeed8324a95df16dc5423714 2,479 1.00/1.00 vMB 63
685,034 685,034 0000000000000000000421b217d2938811dd9188c8d8a29ceca3b89f31bc9d8e 1,457 1.00/1.00 vMB 85
685,033 685,033 00000000000000000003ade667e200084d811f1bcbe29bfd9e2f87f254f4581d 1,698 1.00/1.00 vMB 52
685,032 685,032 000000000000000000001a0636b291d739d95c2e410d9a6d632a84db1ab0b867 2,044 1.00/1.00 vMB 33
685,031 685,031 0000000000000000000104918a68c7ff5eb10e0f6fa0e214ccc5e7dbfa105fa2 1,489 1.00/1.00 vMB 24
685,030 685,030 0000000000000000000a9ffef9a7a6e251328e2be3cbb7902cd13f3da876a3c1 2,556 1.00/1.00 vMB 54
685,029 685,029 0000000000000000000991b921a6ae6c8660f7b2bdeff1c5918bc70eb6ebabe7 2,667 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.68 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: 681.64 GB
    • Received: 16.45 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.