Loading Tool

Explorer IconExplorer

Memory Pool

33,094 transactions
27.24 vMB
0.05533651 BTC
Random Selection Loading Transactions
Max Size: 135.66/200 MB

Candidate Block

Mining Attempt 5f941fac7e7c3093e59a099b6ff498b23fc81b5cedfe15ac62df632330baf43e
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 03e4f02e3085ee4979499e80b04207a68f707d0a9564347fcfe0400f553eb354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,473
Size: 1.00 vMB
Total Fees: 0.00378013 BTC
Feerates: 34.70 > 0.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (474,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,065 440,065 00000000000000000028046963c641d192b4ae31f27e89fb6c9d577587e9e37b 2,575 1.00/1.00 vMB 101
440,064 440,064 0000000000000000009be0f18ce224b52d0acc4c2f1d9224942c51b5bf3e03f4 2,395 1.00/1.00 vMB 100
440,063 440,063 000000000000000001fee3769aee407a0db71edffb2f91da978272ce1a035c6a 1,268 1.00/1.00 vMB 74
440,062 440,062 0000000000000000030d1be8ca83ae16d545b8d053b104b2f3bf6f9334296488 1,852 1.00/1.00 vMB 86
440,061 440,061 0000000000000000014a640a74d63a0da50be30b9cc9b8923cff804f95e4e376 6 0.00/1.00 vMB 1,240
440,060 440,060 000000000000000002b86f4b3312a98a9e900d192706a27e3362cb6e0549d5aa 1,557 1.00/1.00 vMB 75
440,059 440,059 0000000000000000005a5267ffaaa47cbc7b384fce5619c2fe8fb82fd1830b06 2,187 1.00/1.00 vMB 95
440,058 440,058 0000000000000000034c1826e1fb8b59f97dfcfe2364497ef4cc2257f8cbcc29 2,529 1.00/1.00 vMB 83
440,057 440,057 000000000000000002763646da52fcf22f8258f5240a07ab805ac3482136d877 1,987 1.00/1.00 vMB 104
440,056 440,056 000000000000000002e9419cd55248a2e19d16c26b768472a93d02c8e646ffe1 2,438 1.00/1.00 vMB 59
440,055 440,055 000000000000000003e5ff638be2cad218a07dea8906eb52f225004e6621e01e 933 1.00/1.00 vMB 67
440,054 440,054 000000000000000001aec415287019c30911475fc12aa12a03200ea21ebafc49 1,911 1.00/1.00 vMB 78
440,053 440,053 000000000000000003b75662cf027bf4663fe9dc64bd3ad6d9cfb1b92e1e54c1 2,185 1.00/1.00 vMB 98
440,052 440,052 0000000000000000036b73424ddbbeab8e599eaf03b24238ad3030059cb48b11 1 0.00/1.00 vMB 0
440,051 440,051 00000000000000000077113a880dd0ce6c3dd9a24cab9a768c086b95e9e4b757 2,671 1.00/1.00 vMB 76
440,050 440,050 000000000000000002faafda7798e8dfcc15464fea443eac04860f712279c83f 1,884 1.00/1.00 vMB 73
440,049 440,049 000000000000000001880db33266e852bad6ef0aed8ba8d6821dd8494b4dc51a 2,209 1.00/1.00 vMB 77
440,048 440,048 000000000000000003294b3f244e33fc244ad1ad36debb0048dfab7f4867b93b 1,403 1.00/1.00 vMB 63
440,047 440,047 000000000000000003b2d2a958ba056dc299111db09b6a544cc708a023710bb7 2,172 1.00/1.00 vMB 81
440,046 440,046 00000000000000000243cb2d973a4c2eecb6740d2ea5c63226f2a373c0a13c3f 2,604 1.00/1.00 vMB 117
440,045 440,045 00000000000000000143f12209f81e0d2b9e84ea0a46c7adf5a8b39711b30cd0 2,642 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 628.33 GB
    • Received: 11.79 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.