Loading Tool

Explorer IconExplorer

Memory Pool

81,067 transactions
30.74 vMB
0.08797776 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt 6f50a18544a6d8d22dacd57a86aa160b120d06f606ef67e0b370fc7fe5773dfa
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 3371fc79f4ee47f0c9eb6c14eb3447b67e419b990bdf92d3be0489396499e339
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,616
Size: 1.00 vMB
Total Fees: 0.01732412 BTC
Feerates: 73.20 > 1.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (384,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,371 531,371 0000000000000000000621650b1bd55c85a484ced007c2cef80769ce6d141acf 613 1.00/1.00 vMB 4
531,370 531,370 00000000000000000021ced0e611f310b8c4c2fa71753ba4ff1f7b1f5d1a0c42 1,991 1.00/1.00 vMB 11
531,369 531,369 00000000000000000032778beb12e15865819ab3cab62289b8a7151d2c09ceab 1,284 1.00/1.00 vMB 13
531,368 531,368 000000000000000000086c199510033a564a706f8bf203234a11c284395d3bb1 1,132 1.00/1.00 vMB 2
531,367 531,367 000000000000000000245967cb57f2584ed91b2baf5ce7e8b6899d3ce54e2dd8 2,721 1.00/1.00 vMB 22
531,366 531,366 0000000000000000001a2d3f164b66cc4e2e0f982f3b59e1b3cb927a287ee3b6 2,205 1.00/1.00 vMB 24
531,365 531,365 00000000000000000012eeb8194f7fa3ea431697bf06d0bc40ed658f4da2bf0c 2,337 1.00/1.00 vMB 16
531,364 531,364 0000000000000000001a6136f2796a286f085a5d01f58944f3585d632ef330a2 2,224 1.00/1.00 vMB 27
531,363 531,363 0000000000000000000c490e7aaf1f50490843a8809e37855d18ba20139c3f57 483 1.00/1.00 vMB 4
531,362 531,362 0000000000000000000e7a28c9e997e1ae62272ba212e32c303c71f7881baa7a 1,025 1.00/1.00 vMB 20
531,361 531,361 00000000000000000010fa436c0c58d66d4840cbc1054dda9830980dfd978cdd 1 0.00/1.00 vMB 0
531,360 531,360 00000000000000000024cc9b1a541e336adb54dc2ce1e1a36d33ada63be5e490 526 1.00/1.00 vMB 1
531,359 531,359 0000000000000000002c609bf5e7281f99160cba911bb76c6faf2855befeec9b 1,412 1.00/1.00 vMB 5
531,358 531,358 0000000000000000002f362cc4b3f9fca9843206f89a7f8fe959d0b385331e4a 464 1.00/1.00 vMB 5
531,357 531,357 00000000000000000026ac04ae1f5bfb2c4bae26ce9ac282a2a2f9996761a991 2,352 1.00/1.00 vMB 6
531,356 531,356 00000000000000000030618da3b75bd070d282f9207d5d55789c8628ea4eb621 2,881 1.00/1.00 vMB 14
531,355 531,355 000000000000000000265e5939ec30ebdd528a4de76f5f2b3e50aca6589ae290 957 0.35/1.00 vMB 43
531,354 531,354 00000000000000000000b65cc017e7fb18cf8b52a5f125f81a216aeb32562cf9 2,651 1.00/1.00 vMB 7
531,353 531,353 0000000000000000002a4c21b82ef3e5834db836bdcc9d3271995117f356b0fa 2,544 1.00/1.00 vMB 42
531,352 531,352 000000000000000000133d8b3b6425d4bf686aad50a727a9ee351972828d5c59 1,928 1.00/1.00 vMB 7
531,351 531,351 00000000000000000007241826e49bfd41ac1a5144d0edf0d01d892fc2571b38 3,349 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.