Loading Tool

Explorer IconExplorer

Memory Pool

82,627 transactions
30.57 vMB
0.07243953 BTC
Random Selection Loading Transactions
Max Size: 188.14/200 MB

Candidate Block

Mining Attempt 81307b25e670599d7d5842505a40e53c0f600a69589f24cf23a2340ae166dca1
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 4eed2a82d32b51fc77539dbb67442a90e2e5727bca320040770f05b0006333f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,930
Size: 1.00 vMB
Total Fees: 0.00394739 BTC
Feerates: 14.26 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (469,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,971 445,971 000000000000000000beb479ca6d819575280d0262a5484b72ccf292eb97e7a3 2,537 1.00/1.00 vMB 75
445,970 445,970 00000000000000000093446a6253fc59d0bf73a075239cfa83661f32e66c5bd4 2,002 1.00/1.00 vMB 71
445,969 445,969 000000000000000000ca5d7d2db9d6473f59ed453fbc8dff2b745e4b19be6842 2,654 1.00/1.00 vMB 94
445,968 445,968 000000000000000002ff5f862715273cc56f00c8b00714e0b929cc45450563f9 1,876 1.00/1.00 vMB 101
445,967 445,967 000000000000000001ab08f3f238a0a0766629aab283f8925fc07a7883b4f234 2,465 1.00/1.00 vMB 63
445,966 445,966 000000000000000002197e8c57ae3a1db0a38414214ffe70b33837e0d3b74f43 2,406 1.00/1.00 vMB 76
445,965 445,965 0000000000000000028c6a185225ad047df6c1e31cf8c2c24360e5d6149a3507 2,197 0.75/1.00 vMB 99
445,964 445,964 0000000000000000028966f46bd3038b04151d077f8a65ee42c83a6c3d6d73ce 1,379 0.62/1.00 vMB 77
445,963 445,963 00000000000000000236e6999bcc3fcdda04256cae131e50f1126d736cd5b4cd 1,474 1.00/1.00 vMB 47
445,962 445,962 00000000000000000299349f321f949dfab2519324daaefc62f51a3caaf9134b 2,448 1.00/1.00 vMB 82
445,961 445,961 00000000000000000250cc639007b69647c428d8526d78d5cf4d1051925b0005 1,779 1.00/1.00 vMB 55
445,960 445,960 000000000000000001778d583f4dbe77799a8d2eaa405401af08c20124c4b653 2,775 1.00/1.00 vMB 68
445,959 445,959 0000000000000000029fd854a31c285f1321f5e62225e4881ef78ff74fa2d122 2,289 1.00/1.00 vMB 69
445,958 445,958 000000000000000002e283ff59853cddfb638df43daaddc8ced60a5c5c88c15b 2,297 0.99/1.00 vMB 84
445,957 445,957 000000000000000000db3fb5cb1e441f5f2a54c81bf67c02b223d4f3149b4896 2,414 1.00/1.00 vMB 79
445,956 445,956 00000000000000000185c8089be4c9abdc09aa90579de0a6d9437f3b8f0fcbda 2,100 1.00/1.00 vMB 89
445,955 445,955 00000000000000000172869f4e93fb2daba98aae0e459448a0d1583ef3257e66 2,355 1.00/1.00 vMB 96
445,954 445,954 000000000000000003596a7c8c489625e45e7aa2d1c64dcd8889c7072c0e1018 1,409 0.78/1.00 vMB 58
445,953 445,953 0000000000000000031d26fd26e940c7b00b86351b7c78154d9a6aef69f22e73 1,741 1.00/1.00 vMB 54
445,952 445,952 000000000000000002f03d510d57bc30f15190fa2a0b4be3e61d407c92bc49c3 2,477 1.00/1.00 vMB 70
445,951 445,951 0000000000000000002c95eb6c34cb1f9bdba147a1d5ff6aad411aa682df6f32 2,434 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.99 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: 717.20 GB
    • Received: 17.84 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.